Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDttycom.h133 #define TTYDISC 0 /* termios tty line discipline */ macro
/dragonfly/sbin/slattach/
HDslattach.c232 int ttydisc = TTYDISC; in acquire_line()
526 int ttydisc = TTYDISC; in sigurg_handler()
/dragonfly/bin/stty/
HDprint.c58 if (ldisc != TTYDISC) { in print()
HDkey.c286 tmp = TTYDISC; in f_tty()
/dragonfly/usr.sbin/pstat/
HDpstat.c845 case TTYDISC: in ttyprt()
/dragonfly/sys/bus/u4b/serial/
HDusb_serial.c1141 *(int *)data = TTYDISC; in ucom_dev_ioctl()
/dragonfly/sys/dev/serial/sio/
HDsio.c2064 *(int *)data = TTYDISC; in sioioctl()
/dragonfly/sys/kern/
HDtty.c260 tp->t_line = TTYDISC; in ttyclose()