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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/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_pty.c846 case TIOCSETP:
948 case TIOCSETP:
H A Dtty_ptmx.c1375 case TIOCSETP:
1487 case TIOCSETP:
H A Dtty.c1088 case TIOCSETP:

Completed in 21 milliseconds