Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h274 typedef IOReturn (^IOServiceInterestHandlerBlock)( uint32_t messageType, IOService * provider, typedef
1498 IOServiceInterestHandlerBlock handler);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp2269 return ((IOServiceInterestHandlerBlock) refCon)(messageType, provider, messageArgument, argSize); in IOServiceInterestHandlerToBlock()
2274 IOServiceInterestHandlerBlock handler) in registerInterest()