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

  /src/sys/arch/sparc64/dev/
psm.c 71 struct sysmon_pswitch sc_sm_ac; member in struct:psm_softc
208 sc->sc_sm_ac.smpsw_name = xname;
209 sc->sc_sm_ac.smpsw_type = PSWITCH_TYPE_ACADAPTER;
210 if (sysmon_pswitch_register(&sc->sc_sm_ac) != 0)
245 sysmon_pswitch_event(&sc->sc_sm_ac,
  /src/sys/arch/sparc/dev/
tctrl.c 159 struct sysmon_pswitch sc_sm_ac; /* AC adaptor presence */ member in struct:tctrl_softc
1329 memset(&sc->sc_sm_ac, 0, sizeof(struct sysmon_pswitch));
1330 sc->sc_sm_ac.smpsw_name = device_xname(sc->sc_dev);
1331 sc->sc_sm_ac.smpsw_type = PSWITCH_TYPE_ACADAPTER;
1332 if (sysmon_pswitch_register(&sc->sc_sm_ac) != 0)
1363 sysmon_pswitch_event(&sc->sc_sm_ac, state);

Completed in 12 milliseconds