Home
last modified time | relevance | path

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

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