Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2127 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth()
2128 exi->exi_export.ex_anon); in checkauth()
2136 exi->exi_export.ex_anon); in checkauth()
2162 exi->exi_export.ex_anon, in checkauth()
2163 exi->exi_export.ex_anon); in checkauth()
2241 exi->exi_export.ex_anon); in checkauth()
2367 exi->exi_export.ex_anon); in checkauth4()
2374 exi->exi_export.ex_anon); in checkauth4()
2400 exi->exi_export.ex_anon, in checkauth4()
2401 exi->exi_export.ex_anon); in checkauth4()
[all …]
H A Dnfs_auth.c1278 *uid = exi->exi_export.ex_anon; in nfsauth_access()
1280 *gid = exi->exi_export.ex_anon; in nfsauth_access()
H A Dnfs_log_xdr.c219 if (!xdr_u_int(xdrs, &objp->exi_export.ex_anon)) in xdr_nfslog_sharefsargs()
H A Dnfs_export.c1486 kex->ex_anon = STRUCT_FGET(uexi, ex_anon); in exportfs()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h146 unsigned int ex_anon; /* uid for unauthenticated requests */ member
162 uint32_t ex_anon; /* uid for unauthenticated requests */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c204 exi.exi_export.ex_anon, exi.exi_logbuffer); in nfs_expinfo_dcmd()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c963 export->ex_anon = val; in fill_export_from_optionset()
1293 (void) printf("\tex_anon = %d\n", ep->ex_anon); in printarg()
1839 export.ex_anon = UID_NOBODY; /* this is our default value */ in nfs_enable_share()