Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty_conf.c67 { ttyopen, ttylclose, ttread, ttwrite,
H A Dtty.c220 ttyopen(cdev_t device, struct tty *tp) in ttyopen() function
/dragonfly/sys/sys/
H A Dtty.h278 int ttyopen (cdev_t device, struct tty *tp);
/dragonfly/sys/dev/misc/snp/
H A Dsnp.c69 ttyopen, snplclose, ttread, snplwrite,
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c887 error = ttyopen(sc->sc_cdev, tp); in ucom_open()