Home
last modified time | relevance | path

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

/freebsd-head/lib/libcapsicum/
HDcapsicum_helpers.h51 #ifdef TIOCGETA
52 TIOCGETA,
/freebsd-head/tools/build/cross-build/include/linux/sys/
HDttycom.h41 #define TIOCGETA TCGETS macro
/freebsd-head/usr.sbin/bhyve/
HDuart_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-head/crypto/openssh/openbsd-compat/
HDbsd-nextstep.c49 return (ioctl(fd, TIOCGETA, t)); in tcgetattr()
/freebsd-head/sys/sys/
HDttycom.h57 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */ macro
/freebsd-head/contrib/netbsd-tests/kernel/tty/
HDt_pr.c173 rump_sys_ioctl(fd, TIOCGETA, &tio); in ATF_TC_BODY()
/freebsd-head/lib/libc/gen/
HDtermios.c51 return (_ioctl(fd, TIOCGETA, t)); in tcgetattr()
/freebsd-head/usr.bin/write/
HDwrite.c68 unsigned long cmds[] = { TIOCGETA, TIOCGWINSZ, FIODGNAME }; in main()
/freebsd-head/usr.bin/uniq/
HDuniq.c163 cmd = TIOCGETA; /* required by isatty(3) in printf(3) */ in main()
/freebsd-head/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c64 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t)
/freebsd-head/sys/kern/
HDtty_pts.c305 case TIOCGETA: in ptsdev_ioctl()
HDtty.c866 case TIOCGETA: in ttyil_ioctl()
1719 case TIOCGETA: in tty_generic_ioctl()
/freebsd-head/contrib/telnet/telnet/
HDsys_bsd.c89 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t)
/freebsd-head/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c146 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t)
/freebsd-head/sys/compat/linux/
HDlinux_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-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp2307 unsigned IOCTL_TIOCGETA = TIOCGETA;
HDsanitizer_interceptors_ioctl_netbsd.inc1232 _(TIOCGETA, WRITE, struct_termios_sz);