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

/macosx-10.5.8/xnu-1228.15.4/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.5.8/xnu-1228.15.4/bsd/sys/
H A Ducred.h90 u_long cr_ref; /* reference count */ member in struct:ucred
H A Dsysctl.h620 int32_t cr_ref; /* reference count */ member in struct:_ucred
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_credential.c2655 newcred->cr_ref = 1;
3508 old_value = OSAddAtomic(1, (SInt32 *)&cred->cr_ref);
3560 old_value = OSAddAtomic(-1, (SInt32 *)&(*credp)->cr_ref);
3697 newcred->cr_ref = 1;
3954 if (cred->cr_ref < 1)
3956 if (cred->cr_ref > 1)
3967 cred->cr_ref = 0;
4168 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);
4275 u_long cr_ref; /* reference count */ member in struct:debug_ucred
4336 nextp->cr_ref
[all...]
H A Dkern_sysctl.c1324 ep->e_ucred.cr_ref = my_cred->cr_ref;
1405 ep->e_ucred.cr_ref = my_cred->cr_ref;

Completed in 101 milliseconds