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

/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h94 * Structure for TIOCGETP and TIOCSETP ioctls.
118 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */ macro
/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c147 * Notes: This function is used for TIOCGETP, TIOCSETP, and TIOCSETN.
167 * TIOCSETP -> TIOSETAF
193 * TIOCSETP or TIOCSETN command.
197 * field in a successful call to TIOCSETP, TIOCSETN, TIOCLBIS,
214 case TIOCSETP:
223 * Same as TIOCSETP, but the output is not drained, and any
246 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA;
364 case TIOCSETP:
H A Dtty_dev.c1044 case TIOCSETP:
1171 case TIOCSETP:
H A Dtty.c1111 case TIOCSETP:

Completed in 31 milliseconds