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

/darwin-on-arm/xnu/bsd/dev/chud/
H A Dchud_bsd_callback.c48 static chudxnu_kdebug_callback_func_t kdebug_callback_fn = chud_null_kdebug; variable
70 chudxnu_kdebug_callback_func_t fn = kdebug_callback_fn;
82 (void * volatile *)&kdebug_callback_fn)) {
95 chudxnu_kdebug_callback_func_t old = kdebug_callback_fn;
98 (void * volatile *)&kdebug_callback_fn)) {
99 old = kdebug_callback_fn;

Completed in 17 milliseconds