/third_party/ltp/include/lapi/ |
H A D | kcmp.h | 36 return tst_syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2); in kcmp()
|
/third_party/ltp/testcases/kernel/syscalls/kcmp/ |
H A D | kcmp.h | 49 return tst_syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2); in kcmp()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 357 #define __NR_kcmp 378 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 357 #define __NR_kcmp 378 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 357 #define __NR_kcmp 378 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 357 #define __NR_kcmp 378 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 357 #define __NR_kcmp 378 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 357 #define __NR_kcmp 378 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2096 pub const __NR_kcmp: u32 = 272; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2095 pub const __NR_kcmp: u32 = 272; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2058 pub const __NR_kcmp: u32 = 272; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2207 pub const __NR_kcmp: u32 = 354; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2289 pub const __NR_kcmp: u32 = 5306; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2210 pub const __NR_kcmp: u32 = 354; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2322 pub const __NR_kcmp: u32 = 4347; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2163 pub const __NR_kcmp: u32 = 378; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2423 pub const __NR_kcmp: u32 = 341; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2121 pub const __NR_kcmp: u32 = 343; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2413 pub const __NR_kcmp: u32 = 341; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2104 pub const __NR_kcmp: u32 = 1073742136; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2174 pub const __NR_kcmp: u32 = 349; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2148 pub const __NR_kcmp: u32 = 312; consts
|