Home
last modified time | relevance | path

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

/xnu-11215/iokit/DriverKit/
H A DIOKitKeys.h288 #define kIOStateNotificationNameKey "com.apple.iokit.st… macro
/xnu-11215/iokit/IOKit/
H A DIOKitKeys.h288 #define kIOStateNotificationNameKey "com.apple.iokit.st… macro
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp7127 itemName = OSDynamicCast(OSString, schema->getObject(kIOStateNotificationNameKey)); in setProperties()
7130 itemName = OSDynamicCast(OSString, value->getObject(kIOStateNotificationNameKey)); in setProperties()
7132 value->removeObject(kIOStateNotificationNameKey); in setProperties()
7177 schema->setObject(kIOStateNotificationNameKey, name); in stateNotificationItemCopy()