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

/darwin-on-arm/xnu/tools/
H A Dcred_dump_creds.c23 uint32_t cr_ref; /* reference count */ member in struct:debug_ucred
92 printf("%lu ", credp->cr_ref);
/darwin-on-arm/xnu/bsd/sys/
H A Ducred.h91 u_long cr_ref; /* reference count */ member in struct:ucred
H A Dsysctl.h674 int32_t cr_ref; /* reference count */ member in struct:_ucred
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c3474 newcred->cr_ref = 1;
4419 old_value = OSAddAtomicLong(1, (long*)&cred->cr_ref);
4470 old_value = OSAddAtomicLong(-1, (long*)&(*credp)->cr_ref);
4610 newcred->cr_ref = 1;
4875 if (cred->cr_ref < 1)
4877 if (cred->cr_ref > 1)
4890 cred->cr_ref = 0;
5097 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);
5208 u_long cr_ref; /* reference count */ member in struct:debug_ucred
5269 nextp->cr_ref
[all...]
H A Dkern_sysctl.c1525 ep->e_ucred.cr_ref = my_cred->cr_ref;
1585 ep->e_ucred.cr_ref = my_cred->cr_ref;

Completed in 85 milliseconds