HomeSort by: relevance | last modified time | path
    Searched refs:uucred (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
ucred.h 48 struct uucred { struct
kauth.h 41 struct uucred;
528 void kauth_uucred_to_cred(kauth_cred_t, const struct uucred *);
529 void kauth_cred_to_uucred(struct uucred *, const kauth_cred_t);
530 int kauth_cred_uucmp(kauth_cred_t, const struct uucred *);
mount.h 361 struct uucred ex_anon; /* mapping for anonymous user */
  /src/sys/nfs/
nfs.h 184 struct uucred ex_anon; /* mapping for anonymous user */
206 struct uucred nsd_cr; /* Cred. uid maps to */
  /src/usr.sbin/mountd/
mountd.c 188 struct grouplist *, int, struct uucred *, char *, int, struct statvfs *);
190 struct exportlist *, struct grouplist *, int *, int *, struct uucred *);
212 static void parsecred(char *, struct uucred *);
231 static struct uucred def_anon = {
1024 struct uucred anon;
1743 int *exflagsp, struct uucred *cr)
1954 add_export_arg(const char *path, int exflags, struct uucred *anoncrp,
2000 struct grouplist *grp, int exflags, struct uucred *anoncrp,
2065 parsecred(char *namelist, struct uucred *cr)
  /src/sys/compat/netbsd32/
netbsd32.h 321 struct uucred ex_anon; /* mapping for anonymous user */
1100 struct uucred nsd_cr;
1114 struct uucred ex_anon;
  /src/sys/kern/
kern_auth.c 615 * Convert userland credentials (struct uucred) to kauth_cred_t.
619 kauth_uucred_to_cred(kauth_cred_t cred, const struct uucred *uuc)
639 * Convert kauth_cred_t to userland credentials (struct uucred).
643 kauth_cred_to_uucred(struct uucred *uuc, const kauth_cred_t cred)
659 * Compare kauth_cred_t and uucred credentials.
663 kauth_cred_uucmp(kauth_cred_t cred, const struct uucred *uuc)
  /src/sys/fs/puffs/
puffs_msgif.h 351 * Credentials for an operation. Can be either struct uucred for
357 struct uucred pkcr_uuc;

Completed in 20 milliseconds