Searched defs:apm_softc (Results 1 – 2 of 2) sorted by relevance
29 struct apm_softc { struct31 bus_space_tag_t sc_iot;32 bus_space_handle_t sc_ioh;33 struct resource *sc_res;35 struct mtx mtx;36 struct cv cv;37 struct proc *event_thread;38 int initialized, active, running, bios_busy;39 int always_halt_cpu, slow_idle_cpu;40 int disabled, disengaged;[all …]
66 struct apm_softc apm_softc; variable