Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h728 #define PROC_PIDTASKINFO_SIZE (sizeof(struct proc_taskinfo)) macro
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c2042 size = PROC_PIDTASKINFO_SIZE; in proc_pidinfo()