Searched refs:TIOCSIG (Results 1 – 13 of 13) sorted by relevance
/netbsd/libexec/telnetd/ |
H A D | telnetd.c | 1105 (void) ioctl(pty, TIOCSIG, (char *)SIGINT); in interrupt() 1117 (void) ioctl(pty, TIOCSIG, (char *)SIGQUIT); in sendbrk() 1124 (void) ioctl(pty, TIOCSIG, (char *)SIGTSTP); in sendsusp() 1135 (void) ioctl(pty, TIOCSIG, (char *)SIGINFO); in recv_ayt()
|
/netbsd/sys/sys/ |
H A D | ttycom.h | 150 #define TIOCSIG _IO('t', 95) /* pty: generate signal */ macro
|
/netbsd/sys/compat/ultrix/ |
H A D | ultrix_ioctl.c | 651 return ultrix_do_ioctl(SCARG(&ap, fd), TIOCSIG, &sig, l); in ultrix_sys_ioctl()
|
/netbsd/sys/compat/sunos/ |
H A D | sunos_ioctl.c | 626 error = (*ctl)(fp, TIOCSIG, &sig); in sunos_sys_ioctl()
|
/netbsd/sys/kern/ |
H A D | tty_pty.c | 1161 case TIOCSIG: in ptyioctl()
|
H A D | tty.c | 1519 case TIOCSIG: in ttioctl()
|
/netbsd/sys/compat/sunos32/ |
H A D | sunos32_ioctl.c | 650 return sunos32_do_ioctl(SCARG(&bsd_ua, fd), TIOCSIG, &sig, l); in sunos32_sys_ioctl()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2177 unsigned IOCTL_TIOCSIG = TIOCSIG;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1266 _(TIOCSIG, NONE, 0);
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2339 unsigned IOCTL_TIOCSIG = TIOCSIG;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1265 _(TIOCSIG, NONE, 0);
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2339 unsigned IOCTL_TIOCSIG = TIOCSIG;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1265 _(TIOCSIG, NONE, 0);
|