Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c173 char *nfspath, *respath; in getflabel_cipso() local
181 nfspath = (char *)refstr_value(resource_ref); in getflabel_cipso()
182 respath = strchr(nfspath, ':'); /* skip server name */ in getflabel_cipso()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x148 typedef string nfspath<NFS_MAXPATHLEN>;
190 nfspath data;
248 nfspath to;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_xdr.c116 xdr_b_nfspath(XDR *xdrs, nfspath *objp) in xdr_b_nfspath()