Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_sec.h93 extern bool_t nfs_get_root_principal(seconfig_t *, char *, caddr_t *);
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.h138 extern bool_t nfs_get_root_principal(seconfig_t *, char *, caddr_t *);
H A Dlibshare_nfs.c1124 if (!nfs_get_root_principal(sec, host, &a[i])) { in get_rootnames()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c1002 nfs_get_root_principal(seconfig_t *seconfig, char *host, caddr_t *rootname_p) in nfs_get_root_principal() function