Home
last modified time | relevance | path

Searched refs:TIOCGETA (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/libcapsicum/
H A Dcapsicum_helpers.h51 #ifdef TIOCGETA
52 TIOCGETA,
/freebsd/tools/build/cross-build/include/linux/sys/
H A Dttycom.h41 #define TIOCGETA TCGETS macro
/freebsd/usr.sbin/bhyve/
H A Duart_backend.c351 cap_ioctl_t cmds[] = { TIOCGETA, TIOCSETA, TIOCGWINSZ }; in uart_stdio_backend()
384 cap_ioctl_t cmds[] = { TIOCGETA, TIOCSETA, TIOCGWINSZ }; in uart_tty_backend()
423 cap_ioctl_t cmds[] = { TIOCGETA, TIOCSETA, TIOCGWINSZ }; in uart_tcp_backend()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c49 return (ioctl(fd, TIOCGETA, t)); in tcgetattr()
/freebsd/sys/sys/
H A Dttycom.h57 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */ macro
/freebsd/contrib/netbsd-tests/kernel/tty/
H A Dt_pr.c173 rump_sys_ioctl(fd, TIOCGETA, &tio); in ATF_TC_BODY()
/freebsd/lib/libc/gen/
H A Dtermios.c51 return (_ioctl(fd, TIOCGETA, t)); in tcgetattr()
/freebsd/usr.bin/write/
H A Dwrite.c68 unsigned long cmds[] = { TIOCGETA, TIOCGWINSZ, FIODGNAME }; in main()
/freebsd/usr.bin/uniq/
H A Duniq.c163 cmd = TIOCGETA; /* required by isatty(3) in printf(3) */ in main()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c64 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t)
/freebsd/sys/kern/
H A Dtty_pts.c305 case TIOCGETA: in ptsdev_ioctl()
H A Dtty.c866 case TIOCGETA: in ttyil_ioctl()
1719 case TIOCGETA: in tty_generic_ioctl()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c89 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t)
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c146 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t)
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c677 error = fo_ioctl(fp, TIOCGETA, (caddr_t)&bios, td->td_ucred, in linux_ioctl_termio()
713 error = fo_ioctl(fp, TIOCGETA, (caddr_t)&bios, td->td_ucred, in linux_ioctl_termio()
770 error = fo_ioctl(fp, TIOCGETA, (caddr_t)&bios, in linux_ioctl_termio()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2307 unsigned IOCTL_TIOCGETA = TIOCGETA;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1232 _(TIOCGETA, WRITE, struct_termios_sz);