Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/IOKit/
H A DIOService.h232 typedef void (^IOInterruptActionBlock)(IOService * nub, int source); typedef
1388 IOInterruptActionBlock handler);
/xnu-10002.61.3/iokit/Kernel/
H A DIOService.cpp8636 ((IOInterruptActionBlock)(refCon))(nub, source); in IOServiceInterruptActionToBlock()
8641 IOInterruptActionBlock handler) in registerInterruptBlock()