Home
last modified time | relevance | path

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

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