Home
last modified time | relevance | path

Searched defs:__NR_vfork (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/arch/s390x/bits/
Dsyscall.h.in146 #define __NR_vfork 190 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in59 #define __NR_vfork 58 macro
/third_party/musl/arch/x32/bits/
Dsyscall.h.in49 #define __NR_vfork (0x40000000 + 58) macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h169 #define __NR_vfork 190 macro
/third_party/musl/arch/powerpc64/bits/
Dsyscall.h.in190 #define __NR_vfork 189 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h169 #define __NR_vfork 190 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h169 #define __NR_vfork 190 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h169 #define __NR_vfork 190 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h169 #define __NR_vfork 190 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in150 #define __NR_vfork 190 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in151 #define __NR_vfork 190 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in191 #define __NR_vfork 190 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in175 #define __NR_vfork 190 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in191 #define __NR_vfork 190 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in190 #define __NR_vfork 189 macro
/third_party/musl/arch/sh/bits/
Dsyscall.h.in169 #define __NR_vfork 190 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h169 #define __NR_vfork 190 macro
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs1884 pub const __NR_vfork: u32 = 1073741882; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1979 pub const __NR_vfork: u32 = 190; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs2019 pub const __NR_vfork: u32 = 190; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs1894 pub const __NR_vfork: u32 = 58; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs1979 pub const __NR_vfork: u32 = 190; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs2053 pub const __NR_vfork: u32 = 189; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs2047 pub const __NR_vfork: u32 = 189; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs2149 pub const __NR_vfork: u32 = 66; constant

12