Searched defs:bufferpath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c65 * Read the contents of the 'bufferpath', process them and store the
93 char *bufferpath = bep->be_name; local
99 assert(bufferpath != NULL);
101 if (stat(bufferpath, &st) == -1) {
105 buffer_inprog_len = strlen(bufferpath) +
113 (void) sprintf(buffer_inprog, "%s%s", bufferpath,
154 nfa.buff = bufferpath;
155 nfa.buff_len = strlen(bufferpath) + 1;
169 bufferpath, strerror(error));
181 if ((lbp = nfslog_open_buf(bufferpath,
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c240 char *tag, *defaultdir, *bufferpath, *rpclogpath, *fhpath, *logpath; local
294 if (error = get_info(linebuf, &tag, &defaultdir, &bufferpath,
304 bufferpath, rpclogpath, fhpath, logpath,
313 bufferpath, rpclogpath, fhpath,
367 char *bufferpath,
383 *error = update_config(config, tag, defaultdir, bufferpath, rpclogpath,
412 char *bufferpath,
423 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) {
462 &config->nc_bufferpath, bufferpath, defaultdir, &updated))
496 bufferpath, rpclogpat
364 create_config( char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, int *error) argument
408 update_config( nfsl_config_t *config, char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, boolean_t prepend) argument
742 complete_with_global( char **defaultdir, char **bufferpath, char **rpclogpath, char **fhpath, char **logpath, int *logformat) argument
771 get_info( char *linebuf, char **tag, char **defaultdir, char **bufferpath, char **rpclogpath, char **fhpath, char **logpath, int *logformat) argument
851 is_complete_config( char *tag, char *bufferpath, char *fhpath, char *logpath) argument
[all...]

Completed in 58 milliseconds