Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOUserServer.cpp93 static OSString * gIOSystemStateSleepDescriptionKey; variable
5317 …getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
6885gIOSystemStateSleepDescriptionKey = (OSString *)OSSymbol::withCStringNoCopy(kIOSystemStateSleepDes… in initialize()
6889 ret = me->StateNotificationItemCreate(gIOSystemStateSleepDescriptionKey, NULL); in initialize()