Home
last modified time | relevance | path

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

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