Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/sys/
H A Dproc_info.h1064 #define PROC_INFO_CALL_LISTCOALITIONS 0xb macro
/xnu-8796.101.5/libsyscall/wrappers/libproc/
H A Dlibproc.c130 …if ((retval = __proc_info(PROC_INFO_CALL_LISTCOALITIONS, flavor, coaltype, 0, buffer, buffersize))… in proc_listcoalitions()
/xnu-8796.101.5/bsd/kern/
H A Dproc_info.c318 case PROC_INFO_CALL_LISTCOALITIONS: in proc_info_internal()