Searched refs:ssc (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | usb_serial.c | 171 ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *sc, in ucom_attach() argument 188 ssc->sc_unit = 0; in ucom_attach() 189 if (ssc->sc_unit == -1) in ucom_attach() 193 (void)snprintf_s(ssc->sc_ttyname, sizeof(ssc->sc_ttyname), sizeof(ssc->sc_ttyname) - 1, in ucom_attach() 194 UCOM_TTY_PREFIX "%d", ssc->sc_unit); in ucom_attach() 197 error = usb_proc_create(&ssc->sc_tq, umtx, "ucom", USB_PRI_MED); in ucom_attach() 199 ucom_unit_free(ssc->sc_unit); in ucom_attach() 202 ssc in ucom_attach() 243 ucom_detach(struct ucom_super_softc *ssc, struct ucom_softc *sc) ucom_detach() argument 283 ucom_drain(struct ucom_super_softc *ssc) ucom_drain() argument 306 ucom_attach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) ucom_attach_tty() argument 334 ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) ucom_detach_tty() argument 358 ucom_set_pnpinfo_usb(struct ucom_super_softc *ssc, device_t dev) ucom_set_pnpinfo_usb() argument 386 struct ucom_super_softc *ssc = sc->sc_super; ucom_queue_command() local 441 struct ucom_super_softc *ssc = sc->sc_super; ucom_cfg_is_gone() local 971 ucom_ref(struct ucom_super_softc *ssc) ucom_ref() argument 986 ucom_free_unit(struct ucom_super_softc *ssc) ucom_free_unit() argument 1006 ucom_unref(struct ucom_super_softc *ssc) ucom_unref() argument [all...] |
/third_party/gn/src/gn/ |
H A D | analyzer_unittest.cc | 234 std::unique_ptr<Config> ssc = MakeConfig("//dir3", "subsubconfig_name"); 235 ssc->build_dependency_files().insert(SourceFile("//dir3/BUILD.gn")); 238 sc->configs().push_back(LabelConfigPair(ssc->label())); 246 builder_.ItemDefined(std::move(ssc));
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler.h | 219 void set_slow_safe(bool ssc) { slow_safe_compiler_ = ssc; } in set_slow_safe() argument
|
Completed in 4 milliseconds