Searched refs:TIOCUCNTL (Results 1 – 12 of 12) sorted by relevance
/netbsd/sys/sys/ |
H A D | ttycom.h | 143 #define TIOCUCNTL _IOW('t', 102, int) /* pty: set/clr usr cntl mode */ macro
|
/netbsd/sys/compat/ultrix/ |
H A D | ultrix_ioctl.c | 643 return ultrix_do_ioctl(SCARG(&ap, fd), TIOCUCNTL, &on, l); in ultrix_sys_ioctl()
|
/netbsd/sys/compat/sunos/ |
H A D | sunos_ioctl.c | 617 error = (*ctl)(fp, TIOCUCNTL, &on); in sunos_sys_ioctl()
|
/netbsd/sys/kern/ |
H A D | tty_pty.c | 1131 case TIOCUCNTL: in ptyioctl()
|
H A D | tty.c | 1517 case TIOCUCNTL: in ttioctl()
|
/netbsd/sys/compat/sunos32/ |
H A D | sunos32_ioctl.c | 642 return sunos32_do_ioctl(SCARG(&bsd_ua, fd), TIOCUCNTL, &on, l); in sunos32_sys_ioctl()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2171 unsigned IOCTL_TIOCUCNTL = TIOCUCNTL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1260 _(TIOCUCNTL, READ, sizeof(int));
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2333 unsigned IOCTL_TIOCUCNTL = TIOCUCNTL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1259 _(TIOCUCNTL, READ, sizeof(int));
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2333 unsigned IOCTL_TIOCUCNTL = TIOCUCNTL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1259 _(TIOCUCNTL, READ, sizeof(int));
|