Symbol: ucom_super_softc
sys/bus/u4b/serial/u3g.c
104
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/uark.c
84
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/ubsa.c
151
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/ubser.c
119
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/uchcom.c
156
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/ucycom.c
73
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/ufoma.c
160
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/uftdi.c
92
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/ugensa.c
81
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/uipaq.c
84
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/umcs.c
124
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/umct.c
95
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/umodem.c
161
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/umoscom.c
174
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/uplcom.c
144
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/usb_serial.c
160
static int ucom_attach_tty(struct ucom_super_softc *, struct ucom_softc *);
sys/bus/u4b/serial/usb_serial.c
161
static void ucom_detach_tty(struct ucom_super_softc *, struct ucom_softc *);
sys/bus/u4b/serial/usb_serial.c
2107
ucom_ref(struct ucom_super_softc *ssc)
sys/bus/u4b/serial/usb_serial.c
2122
ucom_free_unit(struct ucom_super_softc *ssc)
sys/bus/u4b/serial/usb_serial.c
2142
ucom_unref(struct ucom_super_softc *ssc)
sys/bus/u4b/serial/usb_serial.c
295
ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *sc,
sys/bus/u4b/serial/usb_serial.c
367
ucom_detach(struct ucom_super_softc *ssc, struct ucom_softc *sc)
sys/bus/u4b/serial/usb_serial.c
420
ucom_drain(struct ucom_super_softc *ssc)
sys/bus/u4b/serial/usb_serial.c
443
ucom_attach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc)
sys/bus/u4b/serial/usb_serial.c
543
ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc)
sys/bus/u4b/serial/usb_serial.c
597
ucom_set_pnpinfo_usb(struct ucom_super_softc *ssc, device_t dev)
sys/bus/u4b/serial/usb_serial.c
640
struct ucom_super_softc *ssc = sc->sc_super;
sys/bus/u4b/serial/usb_serial.c
707
struct ucom_super_softc *ssc = sc->sc_super;
sys/bus/u4b/serial/usb_serial.h
169
struct ucom_super_softc *sc_super;
sys/bus/u4b/serial/usb_serial.h
223
int ucom_attach(struct ucom_super_softc *,
sys/bus/u4b/serial/usb_serial.h
226
void ucom_detach(struct ucom_super_softc *, struct ucom_softc *);
sys/bus/u4b/serial/usb_serial.h
227
void ucom_set_pnpinfo_usb(struct ucom_super_softc *, device_t);
sys/bus/u4b/serial/usb_serial.h
234
void ucom_drain(struct ucom_super_softc *);
sys/bus/u4b/serial/usb_serial.h
236
void ucom_ref(struct ucom_super_softc *);
sys/bus/u4b/serial/usb_serial.h
237
int ucom_unref(struct ucom_super_softc *);
sys/bus/u4b/serial/uslcom.c
125
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/uvisor.c
167
struct ucom_super_softc sc_super_ucom;
sys/bus/u4b/serial/uvscom.c
140
struct ucom_super_softc sc_super_ucom;