Home
last modified time | relevance | path

Searched refs:cdtty_break (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dcd18xx.c158 static void cdtty_break(struct cd18xx_softc *, struct cdtty_port *, int);
366 cdtty_break(sc, p, 0); in cdtty_shutdown()
600 cdtty_break(sc, port, 1); in cdttyioctl()
604 cdtty_break(sc, port, 0); in cdttyioctl()
939 cdtty_break(struct cd18xx_softc *sc, struct cdtty_port *p, int onoff) in cdtty_break() function