/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 23 TCFLSH, TCGETS, TCSBRK, TCSETS, TCXONC, TIOCGPGRP, TIOCGSID, TIOCGWINSZ, TIOCSPGRP, TIOCSWINSZ, 141 unsafe { ret(syscall!(__NR_ioctl, fd, c_uint(TIOCSPGRP), pid)) }
|
/third_party/musl/src/unistd/ |
H A D | tcsetpgrp.c | 8 return ioctl(fd, TIOCSPGRP, &pgrp_int); in tcsetpgrp()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 26 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 26 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 26 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 26 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 34 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 43 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 43 #define TIOCSPGRP 0x5410 macro
|
/third_party/python/Modules/ |
H A D | termios.c | 1189 #ifdef TIOCSPGRP 1190 {"TIOCSPGRP", TIOCSPGRP},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 141 pub const TIOCSPGRP: ::Ioctl = 0x5410; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 128 pub const TIOCSPGRP: ::Ioctl = 0x80047476; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 120 pub const TIOCSPGRP: ::Ioctl = 0x80047482; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 120 pub const TIOCSPGRP: ::Ioctl = 0x80047476; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 500 pub const TIOCSPGRP: ::c_int = 21520; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 639 pub const TIOCSPGRP: ::c_ulong = 0x5410; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 12 #define TIOCSPGRP 0x5410ul macro 1568 #define TIOCSPGRP 0x5410ul macro 3128 #define TIOCSPGRP 0x5410ul macro 4684 #define TIOCSPGRP 0x5410ul macro 6136 #define TIOCSPGRP 0x80047476ul macro 7583 #define TIOCSPGRP 0x80047476ul macro 9133 #define TIOCSPGRP 0x80047476ul macro 10683 #define TIOCSPGRP 0x5410ul macro
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.c | 937 case TIOCSPGRP: in usb_ioctl_f_sub()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1632 pub const TIOCSPGRP: ::c_int = 0x5410; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 12 pub const TIOCSPGRP: u32 = 21520; consts
|