Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dproc_info.h1016 #define PROC_INFO_CALL_PIDORIGINATORINFO 0xa macro
/xnu-8020.101.4/libsyscall/wrappers/libproc/
H A Dlibproc.c118 …if ((retval = __proc_info(PROC_INFO_CALL_PIDORIGINATORINFO, getpid(), flavor, 0, buffer, buffersiz… in proc_pidoriginatorinfo()
/xnu-8020.101.4/bsd/kern/
H A Dproc_info.c311 case PROC_INFO_CALL_PIDORIGINATORINFO: in proc_info_internal()