kauth_cred_uidmatch
KASSERT(kauth_cred_uidmatch(cred, tcnp->cn_cred));
if (kauth_cred_uidmatch(cred, p->p_cred) ||
if (kauth_cred_uidmatch(cred, p->p_cred))
if (kauth_cred_uidmatch(cred, p->p_cred)) {
KASSERT(kauth_cred_uidmatch(cred, tcnp->cn_cred));
KASSERT(kauth_cred_uidmatch(cred, fcnp->cn_cred));
KASSERT(kauth_cred_uidmatch(cred, tcnp->cn_cred));
if (!kauth_cred_uidmatch(cred, p->p_cred)) {
if (kauth_cred_uidmatch(cred, p->p_cred))
if (!kauth_cred_uidmatch(cred, so->so_cred)) {
int kauth_cred_uidmatch(kauth_cred_t, kauth_cred_t);