Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/ !
H A Dioctl_compat.h108 # undef TIOCGETD
109 # define TIOCGETD _IOR('t', 0, int) /* get line discipline */ macro
H A Dttycom.h122 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */ macro
/xnu-12377.41.6/bsd/kern/ !
H A Dtty.c1260 case TIOCGETD: /* get line discipline */ in ttioctl_locked()