Home
last modified time | relevance | path

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

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