Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOUserServer.h170 uint8_t fSystemOff; variable
/xnu-11215/iokit/Kernel/
H A DIOService.cpp428 uint8_t fSystemOff; variable
4502 bool matchNow = !fSystemOff && assertionActive; in matchingStart()
4551 if ((fUserServerOff != fSystemOff) && fUserServers->getCount()) { in matchingEnd()
4552 if (fSystemOff) { in matchingEnd()
4556 fUserServerOff = fSystemOff; in matchingEnd()
4560 fUserServerOff = fSystemOff; in matchingEnd()
4564 if (!fSystemOff && fMatchingDelayed) { in matchingEnd()
4575 …if (fSystemOff && IOService::getPMRootDomain()->getSystemSleepType(&sleepType, &standbyTimer) == k… in matchingEnd()
4581 us->systemPower(fSystemOff, hibernate); in matchingEnd()
4723 fSystemOff = true; in systemPowerChange()
[all …]
H A DIOUserServer.cpp4966 if (!fSystemOff && !(kIODKDisablePM & gIODKDebug)) { in serviceSetPowerState()
5055 fSystemOff = true; in powerStateDidChangeTo()
5507 fSystemOff = true; in systemPower()
5529 fSystemOff = false; in systemPower()
5766 fSystemOff = true; in serviceStop()