Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c470 &config->nc_fhpath, fhpath, defaultdir, &updated)) in update_config()
617 if (config->nc_fhpath) in free_config()
618 free(config->nc_fhpath); in free_config()
757 *fhpath = global_raw->nc_fhpath; in complete_with_global()
880 if (config->nc_fhpath) in nfsl_printconfig()
881 (void) printf("fhpath=%s\t", config->nc_fhpath); in nfsl_printconfig()
H A Dnfslog_config.h74 char *nc_fhpath; member
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c314 assert(ncp->nc_fhpath != NULL); in process_buffer()
316 if (nfslog_process_fh_rec(lrp, ncp->nc_fhpath, &path1, &path2, in process_buffer()
329 &lrp->log_record, ncp->nc_fhpath, in process_buffer()