Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOKitKeys.h284 #define kIOStateNotificationItemCreateKey "com.apple.iokit.statenotif… macro
/xnu-12377.61.12/iokit/DriverKit/
H A DIOKitKeys.h284 #define kIOStateNotificationItemCreateKey "com.apple.iokit.statenotif… macro
/xnu-12377.61.12/iokit/Kernel/
H A DIOUserServer.cpp7429 if ((value = OSDynamicCast(OSDictionary, dict->getObject(kIOStateNotificationItemCreateKey)))) { in setProperties()