Searched refs:uc_ref (Results 1 – 1 of 1) sorted by relevance
330 kauth_cred_t uc_dst = NOCRED, uc_ref = NOCRED; in cansignal_nomac() local332 uc_dst = uc_ref = kauth_cred_proc_ref(dst); in cansignal_nomac()345 if (uc_ref != NOCRED) { in cansignal_nomac()346 kauth_cred_unref(&uc_ref); in cansignal_nomac()347 uc_ref = NOCRED; in cansignal_nomac()