Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dttycom.h113 #define TIOCGETA_32 _IOR('t', 19, struct termios32) /* get termios struct */ macro
/xnu-8796.121.2/bsd/kern/
H A Dtty.c1136 case TIOCGETA_32: /* get termios struct */ in ttioctl_locked()