Home
last modified time | relevance | path

Searched refs:nc_bufferpath (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c469 &config->nc_bufferpath, bufferpath, defaultdir, &updated); in update_config()
625 if (config->nc_bufferpath) in free_config()
626 free(config->nc_bufferpath); in free_config()
766 *bufferpath = global_raw->nc_bufferpath; in complete_with_global()
895 if (config->nc_bufferpath) in nfsl_printconfig()
896 (void) printf("bufpath=%s\t", config->nc_bufferpath); in nfsl_printconfig()
H A Dnfslog_config.h73 char *nc_bufferpath; member
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c899 if ((exp->ex_log_buffer = strdup(configp->nc_bufferpath)) == NULL) { in configlog()