Home
last modified time | relevance | path

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

/xnu-10002.81.5/iokit/IOKit/
H A DIOService.h252 typedef bool (^IOServiceMatchingNotificationHandlerBlock)(IOService * newService, typedef
930 IOServiceMatchingNotificationHandlerBlock handler);
/xnu-10002.81.5/iokit/Kernel/
H A DIOService.cpp6431 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock()
6438 IOServiceMatchingNotificationHandlerBlock handler) in addMatchingNotification()