Home
last modified time | relevance | path

Searched refs:TIOCGDRAINWAIT (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dttycom.h177 #define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */ macro
/xnu-11215.1.10/bsd/kern/
H A Dtty.c1611 case TIOCGDRAINWAIT: in ttioctl_locked()