Searched refs:TIOCSPGRP (Results 1 – 19 of 19) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.c | 77 return (ioctl(fd, TIOCSPGRP, &pgrp)); in tcsetpgrp()
|
/freebsd/sys/sys/ |
H A D | ttycom.h | 120 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 83 return (_ioctl(fd, TIOCSPGRP, &s)); in tcsetpgrp()
|
/freebsd/sys/kern/ |
H A D | subr_log.c | 281 case TIOCSPGRP: in logioctl()
|
H A D | tty.c | 584 case TIOCSPGRP: in ttydev_ioctl() 1896 case TIOCSPGRP: { in tty_generic_ioctl()
|
H A D | sys_pipe.c | 1473 case TIOCSPGRP: in pipe_ioctl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 180 unsigned IOCTL_TIOCSPGRP = TIOCSPGRP;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 265 unsigned IOCTL_TIOCSPGRP = TIOCSPGRP;
|
H A D | sanitizer_platform_limits_posix.cpp | 586 unsigned IOCTL_TIOCSPGRP = TIOCSPGRP;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 78 _(TIOCSPGRP, READ, pid_t_sz);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2320 unsigned IOCTL_TIOCSPGRP = TIOCSPGRP;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1245 _(TIOCSPGRP, READ, sizeof(int));
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.c | 40 #define TIOCSPGRP TIOCSETPGRP macro 1025 return ioctl(fd, TIOCSPGRP, (ioctl_t) &pgrp); in xtcsetpgrp()
|
H A D | sh.c | 472 (void) ioctl (SHIN, TIOCSPGRP, (ioctl_t) &shpgrp); in main()
|
/freebsd/sys/dev/hid/ |
H A D | hidraw.c | 630 case TIOCSPGRP: in hidraw_ioctl()
|
/freebsd/sys/dev/usb/ |
H A D | usb_dev.c | 1033 case TIOCSPGRP: in usb_ioctl_f_sub()
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 1660 case TIOCSPGRP: in tunioctl()
|
H A D | bpf.c | 1839 case TIOCSPGRP: in bpfioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 835 args->cmd = TIOCSPGRP; in linux_ioctl_termio()
|