Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dgame_mode.c105 static struct coalinfo_debuginfo
108 struct coalinfo_debuginfo coaldebuginfo = {}; in get_coal_debuginfo()
134 struct coalinfo_debuginfo coaldebuginfo_res = get_coal_debuginfo(res_id, "res"); in check_game_mode_count()
135 struct coalinfo_debuginfo coaldebuginfo_jet = get_coal_debuginfo(jet_id, "jet"); in check_game_mode_count()
H A Dcarplay_mode.c104 static struct coalinfo_debuginfo
107 struct coalinfo_debuginfo coaldebuginfo = {}; in get_coal_debuginfo()
133 struct coalinfo_debuginfo coaldebuginfo_res = get_coal_debuginfo(res_id, "res"); in check_carplay_mode_count()
134 struct coalinfo_debuginfo coaldebuginfo_jet = get_coal_debuginfo(jet_id, "jet"); in check_carplay_mode_count()
/xnu-12377.41.6/libsyscall/wrappers/
H A Dcoalition.c60 coalition_info_debug_info(uint64_t cid, struct coalinfo_debuginfo *cru, size_t sz) in coalition_info_debug_info()
/xnu-12377.41.6/bsd/sys/
H A Dcoalition.h56 int coalition_info_debug_info(uint64_t cid, struct coalinfo_debuginfo *cru, size_t sz);
/xnu-12377.41.6/osfmk/mach/
H A Dcoalition.h173 struct coalinfo_debuginfo { struct
/xnu-12377.41.6/osfmk/kern/
H A Dcoalition.h193 struct coalinfo_debuginfo *c_debuginfo);
H A Dcoalition.c1044 struct coalinfo_debuginfo *c_debuginfo) in coalition_debug_info_internal()
/xnu-12377.41.6/bsd/kern/
H A Dsys_coalition.c280 struct coalinfo_debuginfo c_debuginfo = {}; in coalition_info_get_debug_info()