Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1771 char *pubpath; in get_publicfh_path() local
1777 pubpath = kmem_alloc(*alloc_length, KM_SLEEP); in get_publicfh_path()
1779 (void) strcpy(pubpath, ne->exi_public->exi_export.ex_path); in get_publicfh_path()
1783 return (pubpath); in get_publicfh_path()