Home
last modified time | relevance | path

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

/xnu-10002.81.5/iokit/IOKit/
H A DIOService.h270 typedef IOReturn (^IOServiceInterestHandlerBlock)( uint32_t messageType, IOService * provider, typedef
1494 IOServiceInterestHandlerBlock handler);
/xnu-10002.81.5/iokit/Kernel/
H A DIOService.cpp2251 return ((IOServiceInterestHandlerBlock) refCon)(messageType, provider, messageArgument, argSize); in IOServiceInterestHandlerToBlock()
2256 IOServiceInterestHandlerBlock handler) in registerInterest()