Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOService.h262 typedef IOReturn (^IOServiceInterestHandlerBlock)( uint32_t messageType, IOService * provider, typedef
1461 IOServiceInterestHandlerBlock handler);
/xnu-8019.80.24/iokit/Kernel/
H A DIOService.cpp2208 return ((IOServiceInterestHandlerBlock) refCon)(messageType, provider, messageArgument, argSize); in IOServiceInterestHandlerToBlock()
2213 IOServiceInterestHandlerBlock handler) in registerInterest()