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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h106 kauth_cred_t b_rcred; /* Read credentials reference. */ member in struct:buf
133 #define b_iostate b_rcred
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c633 return (bp->b_rcred);
1433 bp->b_rcred = NOCRED;
1605 if (IS_VALID_CRED(cred) && !IS_VALID_CRED(bp->b_rcred)) {
1607 bp->b_rcred = cred;
2079 if (IS_VALID_CRED(bp->b_rcred)) {
2080 kauth_cred_unref(&bp->b_rcred);
2935 if (IS_VALID_CRED(bp->b_rcred)) {
2936 kauth_cred_unref(&bp->b_rcred);

Completed in 66 milliseconds