Home
last modified time | relevance | path

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

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_nfssvc.c152 exp->ex_anon = exp32.ex_anon; in nfssvc32_exp_in()
H A Dnetbsd32.h312 struct uucred ex_anon; /* mapping for anonymous user */ member
1105 struct uucred ex_anon; member
/netbsd/sys/nfs/
H A Dnfs_export.c517 kauth_uucred_to_cred(np->netc_anon, &argp->ex_anon); in hang_addrlist()
591 kauth_uucred_to_cred(np->netc_anon, &argp->ex_anon); in hang_addrlist()
595 kauth_cred_uucmp(enp->netc_anon, &argp->ex_anon) != 0) in hang_addrlist()
H A Dnfs.h182 struct uucred ex_anon; /* mapping for anonymous user */ member
/netbsd/sys/sys/
H A Dmount.h361 struct uucred ex_anon; /* mapping for anonymous user */ member
/netbsd/usr.sbin/mountd/
H A Dmountd.c1978 export->ex_anon = *anoncrp; in add_export_arg()