Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h232 typedef void (^IOInterruptActionBlock)(IOService * nub, int source); typedef
1392 IOInterruptActionBlock handler);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp8718 ((IOInterruptActionBlock)(refCon))(nub, source); in IOServiceInterruptActionToBlock()
8723 IOInterruptActionBlock handler) in registerInterruptBlock()