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

  /src/sys/arch/macppc/dev/
pmu.c 74 static int pmu_intr(void *);
324 sc->sc_ih = intr_establish_xname(irq, type, IPL_TTY, pmu_intr, sc,
574 pmu_intr(sc);
627 pmu_intr(void *arg) function in typeref:typename:int
pmu.c 74 static int pmu_intr(void *);
324 sc->sc_ih = intr_establish_xname(irq, type, IPL_TTY, pmu_intr, sc,
574 pmu_intr(sc);
627 pmu_intr(void *arg) function in typeref:typename:int

Completed in 24 milliseconds