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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h116 kauth_cred_t b_rcred; /* Read credentials reference. */ member in struct:buf
159 #define b_iostate b_rcred
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c305 if (IS_VALID_CRED(bp->b_rcred)) {
306 kauth_cred_unref(&bp->b_rcred);
971 return (bp->b_rcred);
1891 bp->b_rcred = NOCRED;
2077 if (IS_VALID_CRED(cred) && !IS_VALID_CRED(bp->b_rcred)) {
2079 bp->b_rcred = cred;

Completed in 73 milliseconds