/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 24 #define __NR_open 5 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 24 #define __NR_open 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 24 #define __NR_open 5 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 24 #define __NR_open 5 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 24 #define __NR_open 5 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | syscall.h.in | 3 #define __NR_open 2 macro
|
/third_party/musl/arch/mips64/bits/ |
D | syscall.h.in | 3 #define __NR_open 5002 macro
|
/third_party/musl/arch/s390x/bits/ |
D | syscall.h.in | 5 #define __NR_open 5 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 3 #define __NR_open 6002 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | syscall.h.in | 6 #define __NR_open 5 macro
|
/third_party/musl/arch/arm/bits/ |
D | syscall.h.in | 6 #define __NR_open 5 macro
|
/third_party/musl/arch/sh/bits/ |
D | syscall.h.in | 6 #define __NR_open 5 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 24 #define __NR_open 5 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 6 #define __NR_open 5 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | syscall.h.in | 6 #define __NR_open 5 macro
|
/third_party/musl/arch/m68k/bits/ |
D | syscall.h.in | 6 #define __NR_open 5 macro
|
/third_party/musl/arch/mips/bits/ |
D | syscall.h.in | 6 #define __NR_open 4005 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | syscall.h.in | 6 #define __NR_open 5 macro
|
/third_party/musl/arch/i386/bits/ |
D | syscall.h.in | 6 #define __NR_open 5 macro
|
/third_party/musl/arch/x32/bits/ |
D | syscall.h.in | 3 #define __NR_open (0x40000000 + 2) macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 60 ret_owned_fd(syscall_readonly!(__NR_open, filename, flags, mode)) in open() 67 ret_owned_fd(syscall_readonly!(__NR_open, filename, flags, mode)) in open()
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1838 pub const __NR_open: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1835 pub const __NR_open: u32 = 5; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1869 pub const __NR_open: u32 = 5; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 2089 pub const __NR_open: u32 = 5; constant
|