Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/IOKit/
H A DIOService.h269 typedef IOReturn (^IOServiceInterestHandlerBlock)( uint32_t messageType, IOService * provider, typedef
1483 IOServiceInterestHandlerBlock handler);
/xnu-8796.121.2/iokit/Kernel/
H A DIOService.cpp2227 return ((IOServiceInterestHandlerBlock) refCon)(messageType, provider, messageArgument, argSize); in IOServiceInterestHandlerToBlock()
2232 IOServiceInterestHandlerBlock handler) in registerInterest()