Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/IOKit/
H A DIOService.h252 typedef bool (^IOServiceMatchingNotificationHandlerBlock)(IOService * newService, typedef
930 IOServiceMatchingNotificationHandlerBlock handler);
/xnu-10002.41.9/iokit/Kernel/
H A DIOService.cpp6412 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock()
6419 IOServiceMatchingNotificationHandlerBlock handler) in addMatchingNotification()