Searched refs:TIOCSPGRP (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c77 return (ioctl(fd, TIOCSPGRP, &pgrp));
/freebsd-12-stable/sys/sys/
H A Dttycom.h123 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/freebsd-12-stable/contrib/gdb/gdb/
H A Dinflow.c277 result = ioctl (0, TIOCSPGRP, &inferior_process_group);
279 OOPSY ("TIOCSPGRP");
387 result = ioctl (0, TIOCSPGRP, &our_process_group);
/freebsd-12-stable/lib/libc/gen/
H A Dtermios.c87 return (_ioctl(fd, TIOCSPGRP, &s));
/freebsd-12-stable/sys/kern/
H A Dsubr_log.c287 case TIOCSPGRP:
H A Dtty.c576 case TIOCSPGRP:
1847 case TIOCSPGRP: {
H A Dsys_pipe.c1381 case TIOCSPGRP:
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp178 unsigned IOCTL_TIOCSPGRP = TIOCSPGRP;
H A Dsanitizer_platform_limits_freebsd.cpp237 unsigned IOCTL_TIOCSPGRP = TIOCSPGRP;
H A Dsanitizer_common_interceptors_ioctl.inc78 _(TIOCSPGRP, READ, pid_t_sz);
H A Dsanitizer_platform_limits_posix.cpp524 unsigned IOCTL_TIOCSPGRP = TIOCSPGRP;
H A Dsanitizer_platform_limits_netbsd.cpp2035 unsigned IOCTL_TIOCSPGRP = TIOCSPGRP;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1248 _(TIOCSPGRP, READ, sizeof(int));
/freebsd-12-stable/contrib/tcsh/
H A Dtc.os.c40 #define TIOCSPGRP TIOCSETPGRP macro
1025 return ioctl(fd, TIOCSPGRP, (ioctl_t) &pgrp);
H A Dsh.c472 (void) ioctl (SHIN, TIOCSPGRP, (ioctl_t) &shpgrp);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_dev.c1037 case TIOCSPGRP:
/freebsd-12-stable/sys/net/
H A Dif_tuntap.c1589 case TIOCSPGRP:
H A Dbpf.c1747 case TIOCSPGRP:
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ioctl.c863 args->cmd = TIOCSPGRP;

Completed in 434 milliseconds