Home
last modified time | relevance | path

Searched refs:TIOCSETP (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/bsd/kern/
H A Dtty_compat.c217 case TIOCSETP: in ttsetcompat()
270 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA; in ttsetcompat()
393 case TIOCSETP: in ttcompat()
H A Dtty_dev.c1014 case TIOCSETP:
1141 case TIOCSETP:
H A Dtty.c1038 case TIOCSETP: in ttioctl_locked()
/xnu-8792.61.2/bsd/sys/
H A Dioctl_compat.h118 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */ macro