Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h256 typedef bool (^IOServiceMatchingNotificationHandlerBlock)(IOService * newService, typedef
934 IOServiceMatchingNotificationHandlerBlock handler);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp6492 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock()
6499 IOServiceMatchingNotificationHandlerBlock handler) in addMatchingNotification()