Searched refs:ex_anon (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 2126 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth() 2127 exi->exi_export.ex_anon); in checkauth() 2133 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth() 2134 exi->exi_export.ex_anon); in checkauth() 2160 exi->exi_export.ex_anon, in checkauth() 2161 exi->exi_export.ex_anon); in checkauth() 2238 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth() 2239 exi->exi_export.ex_anon); in checkauth() 2364 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth4() 2365 exi->exi_export.ex_anon); in checkauth4() [all …]
|
H A D | nfs_auth.c | 1282 *uid = exi->exi_export.ex_anon; in nfsauth_access() 1284 *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 | 1254 kex->ex_anon = STRUCT_FGET(uexi, ex_anon); in exportfs()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | export.h | 139 unsigned int ex_anon; /* uid for unauthenticated requests */ member 155 uint32_t ex_anon; /* uid for unauthenticated requests */ member
|
/titanic_50/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 948 export->ex_anon = val; in fill_export_from_optionset() 1270 (void) printf("\tex_anon = %d\n", ep->ex_anon); in printarg() 1818 export.ex_anon = UID_NOBODY; /* this is our default value */ in nfs_enable_share()
|