Home
last modified time | relevance | path

Searched refs:kIOServiceNotificationUserKey (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/iokit/IOKit/
H A DIOKitKeysPrivate.h140 #define kIOServiceNotificationUserKey "IOServiceNotificationUser" macro
/xnu-8792.61.2/iokit/Kernel/
H A DIOService.cpp581 …iceNotificationUserKey = OSSymbol::withCStringNoCopy( kIOServiceNotificationUserKey ); in initialize()