Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIOService.h244 typedef bool (^IOServiceMatchingNotificationHandlerBlock)(IOService * newService, typedef
897 IOServiceMatchingNotificationHandlerBlock handler);
/xnu-8020.140.41/iokit/Kernel/
H A DIOService.cpp6201 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock()
6208 IOServiceMatchingNotificationHandlerBlock handler) in addMatchingNotification()