Lines Matching refs:tcred
1120 kauth_cred_t tcred = NULL; in vnode_update_identity() local
1198 tcred = vnode_cred(vp); in vnode_update_identity()
1229 if (IS_VALID_CRED(tcred)) { in vnode_update_identity()
1230 kauth_cred_unref(&tcred); in vnode_update_identity()
1523 kauth_cred_t tcred = NOCRED; in vnode_uncache_authorized_action() local
1534 tcred = vnode_cred(vp); in vnode_uncache_authorized_action()
1539 if (IS_VALID_CRED(tcred)) { in vnode_uncache_authorized_action()
1540 kauth_cred_unref(&tcred); in vnode_uncache_authorized_action()
1601 kauth_cred_t tcred = NOCRED; in vnode_cache_authorized_action() local
1637 tcred = vnode_cred(vp); in vnode_cache_authorized_action()
1638 if (tcred == ucred) { in vnode_cache_authorized_action()
1639 tcred = NOCRED; in vnode_cache_authorized_action()
1663 if (IS_VALID_CRED(tcred)) { in vnode_cache_authorized_action()
1664 kauth_cred_unref(&tcred); in vnode_cache_authorized_action()
3258 kauth_cred_t tcred = NULL; in cache_purge() local
3269 cache_purge_locked(vp, &tcred); in cache_purge()
3273 if (IS_VALID_CRED(tcred)) { in cache_purge()
3274 kauth_cred_unref(&tcred); in cache_purge()