Home
last modified time | relevance | path

Searched refs:ev_code (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/vmt/
H A Dvmt_subr.c248 sc->sc_ev_power.ev_code = PSWITCH_EVENT_PRESSED; in vmt_common_attach()
252 sc->sc_ev_reset.ev_code = PSWITCH_EVENT_PRESSED; in vmt_common_attach()
256 sc->sc_ev_sleep.ev_code = PSWITCH_EVENT_RELEASED; in vmt_common_attach()
573 sysmon_pswitch_event(&ev->ev_smpsw, ev->ev_code); in vmt_pswitch_event()
H A Dvmtvar.h58 int ev_code; member