Home
last modified time | relevance | path

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

/xnu-8796.101.5/iokit/IOKit/
H A DIOService.h250 typedef bool (^IOServiceMatchingNotificationHandlerBlock)(IOService * newService, typedef
918 IOServiceMatchingNotificationHandlerBlock handler);
/xnu-8796.101.5/iokit/Kernel/
H A DIOService.cpp6311 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock()
6318 IOServiceMatchingNotificationHandlerBlock handler) in addMatchingNotification()