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

/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c105 int proc_pidbsdinfo(proc_t p, struct proc_bsdinfo *pbsd, int zombie);
480 proc_pidbsdinfo(proc_t p, struct proc_bsdinfo * pbsd, int zombie) argument
491 bzero(pbsd, sizeof(struct proc_bsdinfo));
492 pbsd->pbi_status = p->p_stat;
493 pbsd->pbi_xstatus = p->p_xstat;
494 pbsd->pbi_pid = p->p_pid;
495 pbsd->pbi_ppid = p->p_ppid;
496 pbsd->pbi_uid = kauth_cred_getuid(my_cred);
497 pbsd->pbi_gid = kauth_cred_getgid(my_cred);
498 pbsd
1050 struct proc_bsdinfo pbsd; local
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_info.h148 struct proc_bsdinfo pbsd; member in struct:proc_taskallinfo

Completed in 23 milliseconds