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

  /src/sys/dev/vmt/
vmt_subr.c 246 sc->sc_ev_power.ev_smpsw.smpsw_type = PSWITCH_TYPE_POWER;
247 sc->sc_ev_power.ev_smpsw.smpsw_name = device_xname(self);
249 sysmon_pswitch_register(&sc->sc_ev_power.ev_smpsw);
250 sc->sc_ev_reset.ev_smpsw.smpsw_type = PSWITCH_TYPE_RESET;
251 sc->sc_ev_reset.ev_smpsw.smpsw_name = device_xname(self);
253 sysmon_pswitch_register(&sc->sc_ev_reset.ev_smpsw);
254 sc->sc_ev_sleep.ev_smpsw.smpsw_type = PSWITCH_TYPE_SLEEP;
255 sc->sc_ev_sleep.ev_smpsw.smpsw_name = device_xname(self);
257 sysmon_pswitch_register(&sc->sc_ev_sleep.ev_smpsw);
290 sysmon_pswitch_unregister(&sc->sc_ev_sleep.ev_smpsw);
    [all...]
vmtvar.h 57 struct sysmon_pswitch ev_smpsw; member in struct:vmt_event

Completed in 15 milliseconds