Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/kern/
H A Dtty.c1254 case TIOCGETD: /* get line discipline */ in ttioctl_locked()