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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c294 volatile kd_chudhook_fn kdebug_chudhook = 0; /* pointer to CHUD toolkit function */ variable
753 chudhook = kdebug_chudhook;
1762 * zero disables kdebug_chudhook function call
1763 * non-zero enables kdebug_chudhook function call
1765 * address of the enabled kdebug_chudhook function
1775 kdebug_chudhook = fn;
1781 kdebug_chudhook = 0;

Completed in 12 milliseconds