Home
last modified time | relevance | path

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

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