Home
last modified time | relevance | path

Searched refs:PROC_PIDTASKALLINFO_SIZE (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h722 #define PROC_PIDTASKALLINFO_SIZE (sizeof(struct proc_taskallinfo)) macro
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c2045 size = PROC_PIDTASKALLINFO_SIZE; in proc_pidinfo()