Searched refs:bufferpath (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | process_buffer.c | 93 char *bufferpath = bep->be_name; in process_buffer() local 99 assert(bufferpath != NULL); in process_buffer() 101 if (stat(bufferpath, &st) == -1) { in process_buffer() 105 buffer_inprog_len = strlen(bufferpath) + in process_buffer() 113 (void) sprintf(buffer_inprog, "%s%s", bufferpath, in process_buffer() 154 nfa.buff = bufferpath; in process_buffer() 155 nfa.buff_len = strlen(bufferpath) + 1; in process_buffer() 169 bufferpath, strerror(error)); in process_buffer() 181 if ((lbp = nfslog_open_buf(bufferpath, &error)) == NULL) in process_buffer() 355 if (cycle_log(bufferpath, max_logs_preserve)) { in process_buffer() [all …]
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfslog_config.c | 240 char *tag, *defaultdir, *bufferpath, *rpclogpath, *fhpath, *logpath; in getconfiglist() local 294 if (error = get_info(linebuf, &tag, &defaultdir, &bufferpath, in getconfiglist() 304 bufferpath, rpclogpath, fhpath, logpath, in getconfiglist() 313 bufferpath, rpclogpath, fhpath, in getconfiglist() 367 char *bufferpath, in create_config() argument 383 *error = update_config(config, tag, defaultdir, bufferpath, rpclogpath, in create_config() 412 char *bufferpath, in update_config() argument 423 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) { in update_config() 462 &config->nc_bufferpath, bufferpath, defaultdir, &updated)) in update_config() 496 bufferpath, rpclogpath, fhpath, logpath, logformat, in update_config() [all …]
|