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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_info.h81 struct proc_bsdshortinfo { struct
642 #define PROC_PIDT_SHORTBSDINFO_SIZE (sizeof(struct proc_bsdshortinfo))
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c106 int proc_pidshortbsdinfo(proc_t p, struct proc_bsdshortinfo *pbsd_shortp, int zombie);
591 proc_pidshortbsdinfo(proc_t p, struct proc_bsdshortinfo * pbsd_shortp, int zombie)
593 bzero(pbsd_shortp, sizeof(struct proc_bsdshortinfo));
1051 struct proc_bsdshortinfo pbsd_short;
1090 error = copyout(&pbsd_short, buffer, sizeof(struct proc_bsdshortinfo));
1092 *retval = sizeof(struct proc_bsdshortinfo);

Completed in 14 milliseconds