Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dioctl_compat.h110 # undef TIOCSETD
111 # define TIOCSETD _IOW('t', 1, int) /* set line discipline */ macro
H A Dttycom.h123 #define TIOCSETD _IOW('t', 27, int) /* set line discipline */ macro
/xnu-12377.41.6/bsd/kern/
H A Dtty_compat.c497 return ttioctl_locked(tp, TIOCSETD, in ttcompat()
H A Dtty_dev.c1059 case TIOCSETD:
H A Dtty.c1084 case TIOCSETD: in ttioctl_locked()
1399 case TIOCSETD: { /* set line discipline */ in ttioctl_locked()