Searched refs:interruptSourcesPrivate (Results 1 – 2 of 2) sorted by relevance
857 sourcesPrivate = reserved->interruptSourcesPrivate; in free()8603 IOInterruptSourcePrivate *interruptSourcesPrivate; in resolveInterrupt() local8615 interruptSourcesPrivate = IONewZero(IOInterruptSourcePrivate, numSources); in resolveInterrupt()8617 if (interruptSources == NULL || interruptSourcesPrivate == NULL) { in resolveInterrupt()8619 IODelete(interruptSourcesPrivate, IOInterruptSourcePrivate, numSources); in resolveInterrupt()8625 nub->reserved->interruptSourcesPrivate = interruptSourcesPrivate; in resolveInterrupt()8739 reserved->interruptSourcesPrivate[source].vectorBlock = block; in registerInterruptBlock()8758 priv = &reserved->interruptSourcesPrivate[source]; in unregisterInterrupt()
433 IOInterruptSourcePrivate * interruptSourcesPrivate; member