HomeSort by: relevance | last modified time | path
    Searched defs:tmp_ih (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/pic/
intr.c 303 struct intrhand * const tmp_ih = *p; local in function:intr_disestablish
304 if (tmp_ih == ih) {
307 maxipl = uimax(maxipl, tmp_ih->ih_ipl);
intr.c 303 struct intrhand * const tmp_ih = *p; local in function:intr_disestablish
304 if (tmp_ih == ih) {
307 maxipl = uimax(maxipl, tmp_ih->ih_ipl);
intr.c 303 struct intrhand * const tmp_ih = *p; local in function:intr_disestablish
304 if (tmp_ih == ih) {
307 maxipl = uimax(maxipl, tmp_ih->ih_ipl);

Completed in 37 milliseconds