Symbol: uucred
sys/compat/netbsd32/netbsd32.h
1100
struct uucred nsd_cr;
sys/compat/netbsd32/netbsd32.h
1114
struct uucred ex_anon;
sys/compat/netbsd32/netbsd32.h
321
struct uucred ex_anon; /* mapping for anonymous user */
sys/fs/puffs/puffs_msgif.h
357
struct uucred pkcr_uuc;
sys/kern/kern_auth.c
622
kauth_uucred_to_cred(kauth_cred_t cred, const struct uucred *uuc)
sys/kern/kern_auth.c
646
kauth_cred_to_uucred(struct uucred *uuc, const kauth_cred_t cred)
sys/kern/kern_auth.c
666
kauth_cred_uucmp(kauth_cred_t cred, const struct uucred *uuc)
sys/nfs/nfs.h
184
struct uucred ex_anon; /* mapping for anonymous user */
sys/nfs/nfs.h
206
struct uucred nsd_cr; /* Cred. uid maps to */
sys/sys/kauth.h
41
struct uucred;
sys/sys/kauth.h
528
void kauth_uucred_to_cred(kauth_cred_t, const struct uucred *);
sys/sys/kauth.h
529
void kauth_cred_to_uucred(struct uucred *, const kauth_cred_t);
sys/sys/kauth.h
530
int kauth_cred_uucmp(kauth_cred_t, const struct uucred *);
sys/sys/mount.h
361
struct uucred ex_anon; /* mapping for anonymous user */
usr.sbin/mountd/mountd.c
1024
struct uucred anon;
usr.sbin/mountd/mountd.c
1743
int *exflagsp, struct uucred *cr)
usr.sbin/mountd/mountd.c
188
struct grouplist *, int, struct uucred *, char *, int, struct statvfs *);
usr.sbin/mountd/mountd.c
190
struct exportlist *, struct grouplist *, int *, int *, struct uucred *);
usr.sbin/mountd/mountd.c
1954
add_export_arg(const char *path, int exflags, struct uucred *anoncrp,
usr.sbin/mountd/mountd.c
2000
struct grouplist *grp, int exflags, struct uucred *anoncrp,
usr.sbin/mountd/mountd.c
2065
parsecred(char *namelist, struct uucred *cr)
usr.sbin/mountd/mountd.c
212
static void parsecred(char *, struct uucred *);
usr.sbin/mountd/mountd.c
231
static struct uucred def_anon = {