Home
last modified time | relevance | path

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

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