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

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_kprintf.c48 unsigned int boot_arg; local
56 if (PE_parse_boot_argn("debug", &boot_arg, sizeof (boot_arg)))
57 if (boot_arg & DB_KPRT)
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_kprintf.c57 unsigned int boot_arg; local
66 if (PE_parse_boot_argn("debug", &boot_arg, sizeof (boot_arg)))
67 if(boot_arg & DB_KPRT) disable_serial_output = FALSE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c229 int boot_arg; local
240 if (PE_parse_boot_argn("debug", &boot_arg, sizeof (boot_arg))) {
241 if (boot_arg & DB_HALT) halt_in_debugger=1;
242 if (boot_arg & DB_PRT) disable_debug_output=FALSE;
243 if (boot_arg & DB_SLOG) systemLogDiags=TRUE;
244 if (boot_arg & DB_NMI) panicDebugging=TRUE;
245 if (boot_arg & DB_LOG_PI_SCRN) logPanicDataToScreen=TRUE;
265 if (boot_arg & DB_KDB)
279 if (PE_parse_boot_argn("preempt", &boot_arg, sizeo
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c150 int boot_arg; local
157 if (PE_parse_boot_argn("debug", &boot_arg, sizeof (boot_arg))) {
158 if (boot_arg & DB_HALT) halt_in_debugger=1;
159 if (boot_arg & DB_PRT) disable_debug_output=FALSE;
160 if (boot_arg & DB_SLOG) systemLogDiags=TRUE;
161 if (boot_arg & DB_NMI) panicDebugging=TRUE;
162 if (boot_arg & DB_LOG_PI_SCRN) logPanicDataToScreen=TRUE;
163 debug_boot_arg = boot_arg;
173 if (PE_parse_boot_argn("pmsafe_debug", &boot_arg, sizeo
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c1139 int wpkernel, boot_arg; local
1229 if (PE_parse_boot_argn("wpkernel", &boot_arg, sizeof (boot_arg))) {
1230 if (boot_arg == 0)

Completed in 28 milliseconds