Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp133 uint32_t debugFlags; in start() local
145 if (PE_parse_boot_argn("dart", &debugFlags, sizeof(debugFlags)) && (debugFlags == 0)) { in start()
149 if (PE_parse_boot_argn("-x", &debugFlags, sizeof(debugFlags))) { in start()
H A DIOService.cpp730 UInt64 debugFlags; in getDebugFlags() local
737 debugFlags = gIOKitDebug; in getDebugFlags()
740 return debugFlags; in getDebugFlags()
748 UInt64 debugFlags; in getDebugFlags() local
755 debugFlags = gIOKitDebug; in getDebugFlags()
760 return debugFlags; in getDebugFlags()
3915 debugFlags = getDebugFlags( match ); in probeCandidates()
4074 if (debugFlags & kIOLogStart) { in probeCandidates()
4101 if (debugFlags & kIOLogProbe) { in probeCandidates()
4110 if (debugFlags & kIOLogProbe) { in probeCandidates()
[all …]
H A DIOHibernateIO.cpp563 gIOHibernateCurrentHeader->debugFlags = gIOHibernateDebugFlags; in IOHibernateSystemSleep()
/xnu-11215/iokit/IOKit/
H A DIOHibernatePrivate.h246 uint32_t debugFlags; member