Searched refs:bufferpath (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | process_buffer.c | 91 char *bufferpath = bep->be_name; in process_buffer() local 97 assert(bufferpath != NULL); in process_buffer() 99 if (stat(bufferpath, &st) == -1) { in process_buffer() 103 buffer_inprog_len = strlen(bufferpath) + in process_buffer() 111 (void) sprintf(buffer_inprog, "%s%s", bufferpath, in process_buffer() 152 nfa.buff = bufferpath; in process_buffer() 153 nfa.buff_len = strlen(bufferpath) + 1; in process_buffer() 167 bufferpath, strerror(error)); in process_buffer() 179 if ((lbp = nfslog_open_buf(bufferpath, &error)) == NULL) in process_buffer() 353 if (cycle_log(bufferpath, max_logs_preserve)) { in process_buffer() [all …]
|
/illumos-gate/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 error = get_info(linebuf, &tag, &defaultdir, &bufferpath, in getconfiglist() 306 bufferpath, rpclogpath, fhpath, logpath, in getconfiglist() 315 bufferpath, rpclogpath, fhpath, in getconfiglist() 372 char *bufferpath, in create_config() argument 388 *error = update_config(config, tag, defaultdir, bufferpath, rpclogpath, in create_config() 417 char *bufferpath, in update_config() argument 428 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) { in update_config() 469 &config->nc_bufferpath, bufferpath, defaultdir, &updated); in update_config() 507 bufferpath, rpclogpath, fhpath, logpath, logformat, in update_config() [all …]
|