Searched defs:ssc (Results 1 – 3 of 3) sorted by relevance
171 ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *sc, in ucom_attach()243 ucom_detach(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach()283 ucom_drain(struct ucom_super_softc *ssc) in ucom_drain()306 ucom_attach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_attach_tty()334 ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach_tty()358 ucom_set_pnpinfo_usb(struct ucom_super_softc *ssc, device_t dev) in ucom_set_pnpinfo_usb()386 struct ucom_super_softc *ssc = sc->sc_super; in ucom_queue_command() local441 struct ucom_super_softc *ssc = sc->sc_super; in ucom_cfg_is_gone() local971 ucom_ref(struct ucom_super_softc *ssc) in ucom_ref()986 ucom_free_unit(struct ucom_super_softc *ssc) in ucom_free_unit()[all …]
219 void set_slow_safe(bool ssc) { slow_safe_compiler_ = ssc; } in set_slow_safe()
234 std::unique_ptr<Config> ssc = MakeConfig("//dir3", "subsubconfig_name"); in TEST_F() local