Home
last modified time | relevance | path

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

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