Home
last modified time | relevance | path

Searched refs:__NR_ioctl (Results 1 – 25 of 40) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dsyscalls.rs30 ret(syscall!(__NR_ioctl, fd, c_uint(TIOCGWINSZ), &mut result))?; in tcgetwinsize()
39 ret(syscall!(__NR_ioctl, fd, c_uint(TCGETS), &mut result))?; in tcgetattr()
48 ret(syscall!(__NR_ioctl, fd, c_uint(TIOCGPGRP), &mut result))?; in tcgetpgrp()
72 __NR_ioctl, in tcsetattr()
82 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TCSBRK), c_uint(0))) } in tcsendbreak()
87 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TCSBRK), c_uint(1))) } in tcdrain()
94 __NR_ioctl, in tcflush()
106 __NR_ioctl, in tcflow()
118 ret(syscall!(__NR_ioctl, fd, c_uint(TIOCGSID), &mut result))?; in tcgetsid()
131 __NR_ioctl, in tcsetwinsize()
[all …]
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dsyscalls.rs309 ret(syscall!(__NR_ioctl, fd, c_uint(FIONREAD), &mut result))?; in ioctl_fionread()
319 __NR_ioctl, in ioctl_fionbio()
329 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TIOCEXCL))) } in ioctl_tiocexcl()
334 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TIOCNXCL))) } in ioctl_tiocnxcl()
341 ret(syscall!(__NR_ioctl, fd, c_uint(BLKSSZGET), &mut result))?; in ioctl_blksszget()
350 ret(syscall!(__NR_ioctl, fd, c_uint(BLKPBSZGET), &mut result))?; in ioctl_blkpbszget()
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h59 #define __NR_ioctl 54 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h59 #define __NR_ioctl 54 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h59 #define __NR_ioctl 54 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h59 #define __NR_ioctl 54 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h59 #define __NR_ioctl 54 macro
/third_party/musl/arch/or1k/bits/
Dsyscall.h.in30 #define __NR_ioctl 29 macro
/third_party/musl/arch/aarch64/bits/
Dsyscall.h.in30 #define __NR_ioctl 29 macro
/third_party/musl/arch/riscv64/bits/
Dsyscall.h.in30 #define __NR_ioctl 29 macro
/third_party/musl/arch/mips64/bits/
Dsyscall.h.in16 #define __NR_ioctl 5015 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in17 #define __NR_ioctl 16 macro
/third_party/musl/arch/s390x/bits/
Dsyscall.h.in37 #define __NR_ioctl 54 macro
/third_party/musl/arch/mipsn32/bits/
Dsyscall.h.in16 #define __NR_ioctl 6015 macro
/third_party/musl/arch/powerpc64/bits/
Dsyscall.h.in55 #define __NR_ioctl 54 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in41 #define __NR_ioctl 54 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in55 #define __NR_ioctl 4054 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in49 #define __NR_ioctl 54 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h59 #define __NR_ioctl 54 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in55 #define __NR_ioctl 54 macro
/third_party/musl/arch/sh/bits/
Dsyscall.h.in49 #define __NR_ioctl 54 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in40 #define __NR_ioctl 54 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in55 #define __NR_ioctl 54 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in55 #define __NR_ioctl 54 macro
/third_party/musl/arch/x32/bits/
Dsyscall.h.in315 #define __NR_ioctl (0x40000000 + 514) macro

12