Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIOUserServer.cpp85 static OSString * gIOSystemStateSleepDescriptionKey; variable
4739 …getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
6239gIOSystemStateSleepDescriptionKey = (OSString *)OSSymbol::withCStringNoCopy(kIOSystemStateSleepDes… in initialize()
6243 ret = me->StateNotificationItemCreate(gIOSystemStateSleepDescriptionKey, NULL); in initialize()