Home
last modified time | relevance | path

Searched refs:crfromxucred (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/sys/
H A Ducred.h73 int crfromxucred(struct ucred *, const struct xucred *);
/openbsd/sys/kern/
H A Dvfs_subr.c1485 if ((error = crfromxucred(&np->netc_anon, &argp->ex_anon))) in vfs_hang_addrlist()
1511 if ((error = crfromxucred(&np->netc_anon, &argp->ex_anon))) in vfs_hang_addrlist()
H A Dkern_prot.c1010 crfromxucred(struct ucred *cr, const struct xucred *xcr) in crfromxucred() function