Home
last modified time | relevance | path

Searched refs:gIODextRelaunchMax (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOService.cpp295 static SECURITY_READ_ONLY_LATE(uint32_t) gIODextRelaunchMax; variable
490 if (!PE_parse_boot_argn("dextrelaunch", &gIODextRelaunchMax, sizeof(gIODextRelaunchMax))) { in initialize()
493 gIODextRelaunchMax = 10; in initialize()
495 gIODextRelaunchMax = 1000; in initialize()
3931 if (isDext && !gIODextRelaunchMax && rematchCountProp) { in probeCandidates()
3989 if (count > gIODextRelaunchMax) { in probeCandidates()