Searched refs:chudxnu_kdebug_callback_func_t (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/chud/
H A Dchud_bsd_callback.c46 typedef void (*chudxnu_kdebug_callback_func_t)(uint32_t debugid, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4); typedef
48 static chudxnu_kdebug_callback_func_t kdebug_callback_fn = chud_null_kdebug;
50 kern_return_t chudxnu_kdebug_callback_enter(chudxnu_kdebug_callback_func_t);
70 chudxnu_kdebug_callback_func_t fn = kdebug_callback_fn;
78 chudxnu_kdebug_callback_enter(chudxnu_kdebug_callback_func_t func)
95 chudxnu_kdebug_callback_func_t old = kdebug_callback_fn;
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_xnu.h225 typedef kern_return_t (*chudxnu_kdebug_callback_func_t)(uint32_t debugid, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4); typedef
226 extern kern_return_t chudxnu_kdebug_callback_enter(chudxnu_kdebug_callback_func_t func);

Completed in 17 milliseconds