Searched refs:e_ucred (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsysctl.h683 struct _ucred e_ucred; /* current credentials */ member in struct:kinfo_proc::eproc
755 struct _ucred e_ucred; /* current credentials */ member in struct:user32_kinfo_proc::user32_eproc
784 struct _ucred e_ucred; /* current credentials */ member in struct:user64_kinfo_proc::user64_eproc
/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c1532 ep->e_ucred.cr_ref = my_cred->cr_ref;
1533 ep->e_ucred.cr_uid = kauth_cred_getuid(my_cred);
1534 ep->e_ucred.cr_ngroups = posix_cred_get(my_cred)->cr_ngroups;
1536 ep->e_ucred.cr_groups, NGROUPS * sizeof (gid_t));
1592 ep->e_ucred.cr_ref = my_cred->cr_ref;
1593 ep->e_ucred.cr_uid = kauth_cred_getuid(my_cred);
1594 ep->e_ucred.cr_ngroups = posix_cred_get(my_cred)->cr_ngroups;
1596 ep->e_ucred.cr_groups, NGROUPS * sizeof (gid_t));

Completed in 27 milliseconds