Home
last modified time | relevance | path

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

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