Home
last modified time | relevance | path

Searched refs:PROC_PIDNOTEEXIT (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Dproc_info_private.h154 #define PROC_PIDNOTEEXIT 21 macro
/xnu-11215/tests/
H A Dproc_info.c1767 …int retval = __proc_info(PROC_INFO_CALL_PIDINFO, child_pid, PROC_PIDNOTEEXIT, (uint64_t)(NOTE_EXIT…
1785 …__proc_info(PROC_INFO_CALL_PIDINFO, child_pid, PROC_PIDNOTEEXIT, (uint64_t)0, (user_addr_t)&exit_d…
1791 …retval = __proc_info(PROC_INFO_CALL_PIDINFO, -1, PROC_PIDNOTEEXIT, (uint64_t)0, (user_addr_t)&exit…
/xnu-11215/bsd/kern/
H A Dproc_info.c2074 case PROC_PIDNOTEEXIT: in proc_pidinfo()
2390 case PROC_PIDNOTEEXIT: { in proc_pidinfo()