Home
last modified time | relevance | path

Searched refs:TIOCSETA (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libc/termios/
H A Dtcsetattr.c47 return (ioctl(fd, TIOCSETA, t)); in tcsetattr()
/openbsd/sys/sys/
H A Dttycom.h81 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */ macro
/openbsd/sys/kern/
H A Dtty_pty.c856 case TIOCSETA: in ptyioctl()
915 case TIOCSETA: in ptyioctl()
H A Dtty.c737 case TIOCSETA: in ttioctl()
861 case TIOCSETA: /* set termios struct */ in ttioctl()
H A Dkern_pledge.c1292 case TIOCSETA: /* cu, ... */ in pledge_ioctl()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2308 unsigned IOCTL_TIOCSETA = TIOCSETA;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1233 _(TIOCSETA, READ, struct_termios_sz);