Home
last modified time | relevance | path

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

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