Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dioctl_compat.h80 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c103 case TIOCSETP: in ttsetcompat()
127 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA; in ttsetcompat()
187 case TIOCSETP: in tty_ioctl_compat()
H A Dtty.c601 case TIOCSETP: in ttydev_ioctl()