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

/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c156 unsigned int debug_boot_arg; variable
168 if (PE_parse_boot_argn("debug", &debug_boot_arg, sizeof (debug_boot_arg))) {
170 if (debug_boot_arg & DB_HALT) halt_in_debugger=1;
171 if (debug_boot_arg & DB_PRT) disable_debug_output=FALSE;
172 if (debug_boot_arg & DB_SLOG) systemLogDiags=TRUE;
173 if (debug_boot_arg & DB_LOG_PI_SCRN) logPanicDataToScreen=TRUE;
175 debug_boot_arg = 0;
/xnu-2782.1.97/osfmk/kern/
H A Ddebug.h281 extern unsigned int debug_boot_arg;
/xnu-2782.1.97/osfmk/i386/
H A Dlapic_native.c772 if ((debug_boot_arg && (lapic_dont_panic == FALSE)) ||
H A Dpmap_internal.h724 if (debug_boot_arg && !ppcd) {
H A Dmp.c617 } else if (virtualized && (debug_boot_arg & DB_NMI)) {
/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c700 if (debug_boot_arg == 0)
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c2128 if (debug_boot_arg & DB_REBOOT_POST_CORE)
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c1105 if (debug_boot_arg) {

Completed in 94 milliseconds