Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c305 s_coalition_types[COALITION_NUM_TYPES] = { variable
334 (s_coalition_types[(coal)->type].func)(coal, ## __VA_ARGS__)
2045 for (i = 0, ctype = &s_coalition_types[0]; i < COALITION_NUM_TYPES; ctype++, i++) { in coalitions_init()