Lines Matching refs:refCon
59 void *refCon) in registerInterrupt() argument
147 vector->refCon); in registerInterrupt()
177 vector->refCon = NULL; in registerInterrupt()
205 handler, refCon); in registerInterrupt()
215 vector->refCon = refCon; in registerInterrupt()
266 vector->refCon = NULL; in unregisterInterrupt()
387 IOInterruptController::handleInterrupt(void *refCon, IOService *nub, in handleInterrupt() argument
598 void *refCon) in registerInterrupt() argument
652 vector->refCon = refCon; in registerInterrupt()
706 vector->refCon = NULL; in unregisterInterrupt()
833 vector->handler(vector->target, vector->refCon, vector->nub, vector->source); in handleInterrupt()