Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c462 &config->nc_bufferpath, bufferpath, defaultdir, &updated)) in update_config()
613 if (config->nc_bufferpath) in free_config()
614 free(config->nc_bufferpath); in free_config()
753 *bufferpath = global_raw->nc_bufferpath; in complete_with_global()
882 if (config->nc_bufferpath) in nfsl_printconfig()
883 (void) printf("bufpath=%s\t", config->nc_bufferpath); in nfsl_printconfig()
H A Dnfslog_config.h75 char *nc_bufferpath; member
/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c884 if ((exp->ex_log_buffer = strdup(configp->nc_bufferpath)) == NULL) { in configlog()