Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/
H A DIOServicePrivate.h283 #define IsIOServiceSystemStateOff(state) ((state) < kIOServiceSystemStateAOT) macro
H A DIOUserServer.cpp5659 if (!IsIOServiceSystemStateOff(systemState)) { in systemPower()
5702 bool effectiveOff = IsIOServiceSystemStateOff(systemState) && !allPowerStates; in systemPower()
H A DIOService.cpp4598 if (IsIOServiceSystemStateOff(fSystemState)) { in matchingEnd()
4621 if (IsIOServiceSystemStateOff(fSystemState) in matchingEnd()