Searched defs:satmgr_softc (Results 1 – 1 of 1) sorted by relevance
61 struct satmgr_softc { struct62 device_t sc_dev;63 bus_space_tag_t sc_iot;64 bus_space_handle_t sc_ioh;65 struct selinfo sc_rsel;66 callout_t sc_ch_wdog;67 callout_t sc_ch_pbutton;68 callout_t sc_ch_sync;69 struct sysmon_pswitch sc_sm_pbutton;70 int sc_open;[all …]