Searched refs:ex_anon (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 2127 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth() 2128 exi->exi_export.ex_anon); in checkauth() 2135 anon_res = crsetugid(cr, 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() 2240 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth() 2241 exi->exi_export.ex_anon); in checkauth() 2366 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth4() 2367 exi->exi_export.ex_anon); in checkauth4() [all …]
|
H A D | nfs_auth.c | 1278 *uid = exi->exi_export.ex_anon; in nfsauth_access() 1280 *gid = exi->exi_export.ex_anon; in nfsauth_access()
|
H A D | nfs_log_xdr.c | 219 if (!xdr_u_int(xdrs, &objp->exi_export.ex_anon)) in xdr_nfslog_sharefsargs()
|
H A D | nfs_export.c | 1486 kex->ex_anon = STRUCT_FGET(uexi, ex_anon); in exportfs()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | export.h | 146 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 D | nfssrv.c | 204 exi.exi_export.ex_anon, exi.exi_logbuffer); in nfs_expinfo_dcmd()
|
/illumos-gate/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 963 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()
|