Home
last modified time | relevance | path

Searched refs:acflag (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Ducred.h220 int suser(kauth_cred_t cred, u_short *acflag);
/xnu-12377.61.12/bsd/kern/
H A Dkern_prot.c1530 suser(kauth_cred_t cred, u_short *acflag) in suser() argument
1533 if (acflag) { in suser()
1534 *acflag |= ASU; in suser()