Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dioctl_compat.h117 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ macro
/xnu-8792.61.2/bsd/kern/
H A Dtty_compat.c414 case TIOCGETP: in ttcompat()