Home
last modified time | relevance | path

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

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