Searched refs:TIOCGPGRP (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/sys/ |
H A D | ttycom.h | 121 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 91 if (_ioctl(fd, TIOCGPGRP, &s) < 0) in tcgetpgrp()
|
/freebsd/sys/kern/ |
H A D | subr_log.c | 285 case TIOCGPGRP: in logioctl()
|
H A D | tty_pts.c | 332 case TIOCGPGRP: in ptsdev_ioctl()
|
H A D | sys_pipe.c | 1479 case TIOCGPGRP: in pipe_ioctl()
|
H A D | tty.c | 1826 case TIOCGPGRP: in tty_generic_ioctl()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 290 if (ioctl(fd, TIOCGPGRP, &ctty_pgrp) == -1) in tcgetpgrp()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 168 unsigned IOCTL_TIOCGPGRP = TIOCGPGRP;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 253 unsigned IOCTL_TIOCGPGRP = TIOCGPGRP;
|
H A D | sanitizer_platform_limits_posix.cpp | 574 unsigned IOCTL_TIOCGPGRP = TIOCGPGRP;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 66 _(TIOCGPGRP, WRITE, pid_t_sz);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2319 unsigned IOCTL_TIOCGPGRP = TIOCGPGRP;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1244 _(TIOCGPGRP, WRITE, sizeof(int));
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.c | 39 #define TIOCGPGRP TIOCGETPGRP macro 1011 if (ioctl(fd, TIOCGPGRP, (ioctl_t) & pgrp) < 0) in xtcgetpgrp()
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 288 if (ioctl(STDERR_FILENO, TIOCGPGRP, &ctty_pgrp) != 0 || in stat_display()
|
/freebsd/sys/net/ |
H A D | bpf.c | 1419 case TIOCGPGRP: in bpfioctl() 1844 case TIOCGPGRP: in bpfioctl()
|
H A D | if_tuntap.c | 1664 case TIOCGPGRP: in tunioctl()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 460 if (ioctl(p, TIOCGPGRP, &dummy) == 0 in getpty()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 830 args->cmd = TIOCGPGRP; in linux_ioctl_termio()
|