Searched defs:umodem_softc (Results 1 – 1 of 1) sorted by relevance
175 struct umodem_softc { struct176 struct ucom_super_softc sc_super_ucom;177 struct ucom_softc sc_ucom;202 static void umodem_free_softc(struct umodem_softc *); argument