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

  /src/sys/arch/macppc/dev/
pmu.c 128 static int pmu_intr_state(struct pmu_softc *);
483 do {} while (pmu_intr_state(sc) == 0);
485 do {} while (pmu_intr_state(sc));
500 do {} while (pmu_intr_state(sc) == 0);
502 do {} while (pmu_intr_state(sc));
524 do {} while (pmu_intr_state(sc));
621 pmu_intr_state(struct pmu_softc *sc) function in typeref:typename:int
pmu.c 128 static int pmu_intr_state(struct pmu_softc *);
483 do {} while (pmu_intr_state(sc) == 0);
485 do {} while (pmu_intr_state(sc));
500 do {} while (pmu_intr_state(sc) == 0);
502 do {} while (pmu_intr_state(sc));
524 do {} while (pmu_intr_state(sc));
621 pmu_intr_state(struct pmu_softc *sc) function in typeref:typename:int

Completed in 22 milliseconds