/third_party/ltp/include/lapi/ |
D | vmsplice.h | 19 return tst_syscall(__NR_vmsplice, fd, iov, nr_segs, flags); in vmsplice()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 322 #define __NR_vmsplice 343 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 322 #define __NR_vmsplice 343 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 322 #define __NR_vmsplice 343 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 322 #define __NR_vmsplice 343 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 322 #define __NR_vmsplice 343 macro
|
/third_party/musl/arch/or1k/bits/ |
D | syscall.h.in | 77 #define __NR_vmsplice 75 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | syscall.h.in | 76 #define __NR_vmsplice 75 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | syscall.h.in | 75 #define __NR_vmsplice 75 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | syscall.h.in | 279 #define __NR_vmsplice 278 macro
|
/third_party/musl/arch/mips64/bits/ |
D | syscall.h.in | 266 #define __NR_vmsplice 5266 macro
|
/third_party/musl/arch/s390x/bits/ |
D | syscall.h.in | 254 #define __NR_vmsplice 309 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 270 #define __NR_vmsplice 6270 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | syscall.h.in | 275 #define __NR_vmsplice 285 macro
|
/third_party/musl/arch/arm/bits/ |
D | syscall.h.in | 301 #define __NR_vmsplice 343 macro
|
/third_party/musl/arch/sh/bits/ |
D | syscall.h.in | 288 #define __NR_vmsplice 316 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 322 #define __NR_vmsplice 343 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 304 #define __NR_vmsplice 343 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | syscall.h.in | 284 #define __NR_vmsplice 285 macro
|
/third_party/musl/arch/m68k/bits/ |
D | syscall.h.in | 291 #define __NR_vmsplice 309 macro
|
/third_party/musl/arch/mips/bits/ |
D | syscall.h.in | 307 #define __NR_vmsplice 4307 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | syscall.h.in | 313 #define __NR_vmsplice 316 macro
|
/third_party/musl/arch/i386/bits/ |
D | syscall.h.in | 316 #define __NR_vmsplice 316 macro
|
/third_party/musl/arch/x32/bits/ |
D | syscall.h.in | 333 #define __NR_vmsplice (0x40000000 + 532) macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | syscalls.rs | 670 __NR_vmsplice, in vmsplice()
|