Searched refs:b_rcred (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h116 kauth_cred_t b_rcred; /* Read credentials reference. */ member in struct:buf
160 #define b_iostate b_rcred
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c305 if (IS_VALID_CRED(bp->b_rcred)) {
306 kauth_cred_unref(&bp->b_rcred);
987 return (bp->b_rcred);
1909 bp->b_rcred = NOCRED;
2093 if (IS_VALID_CRED(cred) && !IS_VALID_CRED(bp->b_rcred)) {
2095 bp->b_rcred = cred;

Completed in 76 milliseconds