Searched refs:cr_ref (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/
H A Dcred_dump_creds.c23 uint32_t cr_ref; /* reference count */ member in struct:debug_ucred
92 printf("%lu ", credp->cr_ref);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ducred.h91 u_long cr_ref; /* reference count */ member in struct:ucred
H A Dsysctl.h707 int32_t cr_ref; /* reference count */ member in struct:_ucred
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c3662 newcred->cr_ref = 1;
4634 old_value = OSAddAtomicLong(1, (long*)&cred->cr_ref);
4687 old_value = OSAddAtomicLong(-1, (long*)&(*credp)->cr_ref);
4753 (*credp)->cr_ref = 0;
4846 newcred->cr_ref = 1;
5017 old_cred->cr_ref = 0;
5125 if (cred->cr_ref < 1)
5127 if (cred->cr_ref > 1)
5344 printf("%p - refs %lu flags 0x%08x uids e%d r%d sv%d gm%d ", cred, cred->cr_ref, cred->cr_flags, cred->cr_uid, cred->cr_ruid, cred->cr_svuid, cred->cr_gmuid);
5455 u_long cr_ref; /* referenc member in struct:debug_ucred
[all...]
H A Dkern_sysctl.c927 ep->e_ucred.cr_ref = my_cred->cr_ref;
987 ep->e_ucred.cr_ref = my_cred->cr_ref;

Completed in 277 milliseconds