Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOKitKeys.h256 #define kIOStateNotificationItemSetKey "com.apple.iokit.statenotif… macro
/xnu-8020.121.3/iokit/DriverKit/
H A DIOKitKeys.h256 #define kIOStateNotificationItemSetKey "com.apple.iokit.statenotif… macro
/xnu-8020.121.3/iokit/Kernel/
H A DIOUserServer.cpp6308 …} else if ((value = OSDynamicCast(OSDictionary, dict->getObject(kIOStateNotificationItemSetKey))))… in setProperties()