Home
last modified time | relevance | path

Searched refs:__NR_symlinkat (Results 1 - 22 of 22) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/symlinkat/
H A Dsymlinkat01.c129 return tst_syscall(__NR_symlinkat, oldfilename, newdirfd, newfilename); in mysymlinkat()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h309 #define __NR_symlinkat 331 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h309 #define __NR_symlinkat 331 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h309 #define __NR_symlinkat 331 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h309 #define __NR_symlinkat 331 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h309 #define __NR_symlinkat 331 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h309 #define __NR_symlinkat 331 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs1161 __NR_symlinkat,
1171 unsafe { ret(syscall_readonly!(__NR_symlinkat, oldname, dirfd, newname)) }
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1875 pub const __NR_symlinkat: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1875 pub const __NR_symlinkat: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1866 pub const __NR_symlinkat: u32 = 36; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2148 pub const __NR_symlinkat: u32 = 295; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2239 pub const __NR_symlinkat: u32 = 5256; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2151 pub const __NR_symlinkat: u32 = 295; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2272 pub const __NR_symlinkat: u32 = 4297; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2116 pub const __NR_symlinkat: u32 = 331; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2375 pub const __NR_symlinkat: u32 = 293; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2075 pub const __NR_symlinkat: u32 = 297; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2365 pub const __NR_symlinkat: u32 = 293; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2069 pub const __NR_symlinkat: u32 = 1073742090; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2129 pub const __NR_symlinkat: u32 = 304; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2102 pub const __NR_symlinkat: u32 = 266; consts

Completed in 225 milliseconds