Searched refs:defaultdir (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/etc/
H A Dnfslog.conf29 # <tag> [ defaultdir=<dir_path> ] \
34 global defaultdir=/var/nfs \
/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,
303 error = update_config(listp, tag, defaultdir,
312 listp = create_config(tag, defaultdir,
354 * parameters. If defaultdir has been specified, all relative paths
355 * are prepended with this defaultdir.
366 char *defaultdir,
383 *error = update_config(config, tag, defaultdir, bufferpath, rpclogpath,
411 char *defaultdir,
452 &config->nc_defaultdir, defaultdir, NUL
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
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dlist.c550 char *defaultdir = "."; local
558 dir = defaultdir;

Completed in 60 milliseconds