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

/xnu-2782.1.97/pexpert/gen/
H A Dpe_gen.c37 static int DEBUGFlag; variable
43 if (!PE_parse_boot_argn("debug", &DEBUGFlag, sizeof (DEBUGFlag)))
44 DEBUGFlag = 0;
49 if (DEBUGFlag & DB_NMI)

Completed in 52 milliseconds