Home
last modified time | relevance | path

Searched refs:TCSETSW (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dioctl.d176 enum TCSETSW = 0x5403; in version() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc697 unsigned IOCTL_TCSETSW = TCSETSW;
H A Dsanitizer_common_interceptors_ioctl.inc343 _(TCSETSW, READ, struct_termios_sz);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp720 unsigned IOCTL_TCSETSW = TCSETSW;
H A Dsanitizer_common_interceptors_ioctl.inc346 _(TCSETSW, READ, struct_termios_sz);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc341 _(TCSETSW, READ, struct_termios_sz);
H A Dsanitizer_platform_limits_posix.cc735 unsigned IOCTL_TCSETSW = TCSETSW;
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git118340 (gdb) PASS: gdb.reverse/test_ioctl_TCSETSW.exp: at TCSETSW call
118345 (gdb) FAIL: gdb.reverse/test_ioctl_TCSETSW.exp: handle TCSETSW
118663 the gdb record_linux_system_call() if statement for the ioctl TCSETSW
118670 PowerPC, correct the gdb ioctl values for TCGETS, TCSETS, TCSETSW and TCSETSF.
118675 The current PowerPC values for TCGETS, TCSETS, TCSETSW and TCSETSF are
118691 in the ioctl values for TCGETS, TCSETS, TCSETSW and TCSETSF to 0x2c.