/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 263 #define __NR_accept 285 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 263 #define __NR_accept 285 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 263 #define __NR_accept 285 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 263 #define __NR_accept 285 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 263 #define __NR_accept 285 macro
|
/third_party/musl/arch/or1k/bits/ |
D | syscall.h.in | 204 #define __NR_accept 202 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | syscall.h.in | 203 #define __NR_accept 202 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | syscall.h.in | 202 #define __NR_accept 202 macro
|
/third_party/musl/arch/mips64/bits/ |
D | syscall.h.in | 43 #define __NR_accept 5042 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | syscall.h.in | 44 #define __NR_accept 43 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 43 #define __NR_accept 6042 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | syscall.h.in | 320 #define __NR_accept 330 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 245 #define __NR_accept 285 macro
|
/third_party/musl/arch/mips/bits/ |
D | syscall.h.in | 169 #define __NR_accept 4168 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 263 #define __NR_accept 285 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | syscall.h.in | 329 #define __NR_accept 330 macro
|
/third_party/musl/arch/sh/bits/ |
D | syscall.h.in | 316 #define __NR_accept 344 macro
|
/third_party/musl/arch/arm/bits/ |
D | syscall.h.in | 242 #define __NR_accept 285 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | syscall.h.in | 346 #define __NR_accept 349 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | syscalls.rs | 131 let fd = ret_owned_fd(syscall_readonly!(__NR_accept, fd, zero(), zero()))?; in accept() 170 __NR_accept, in acceptfrom()
|
/third_party/musl/arch/x32/bits/ |
D | syscall.h.in | 39 #define __NR_accept (0x40000000 + 43) macro
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2040 pub const __NR_accept: u32 = 202; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2041 pub const __NR_accept: u32 = 202; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 2026 pub const __NR_accept: u32 = 5042; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 2182 pub const __NR_accept: u32 = 99; constant
|