Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dcoalition.h86 extern int coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, int list_sz);
207 __unused struct procinfo_coalinfo *coal_list,
/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c59 int coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, int list_sz);
2091 coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, int list_sz) in coalitions_get_list() argument
2099 if (coal_list && ncoals < list_sz) { in coalitions_get_list()
2100 coalition_fill_procinfo(coal, &coal_list[ncoals]); in coalitions_get_list()