Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/IOKit/
H A DIOService.h250 typedef bool (^IOServiceMatchingNotificationHandlerBlock)(IOService * newService, typedef
914 IOServiceMatchingNotificationHandlerBlock handler);
/xnu-8792.61.2/iokit/Kernel/
H A DIOService.cpp6341 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock()
6348 IOServiceMatchingNotificationHandlerBlock handler) in addMatchingNotification()