/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | syscalls.rs | 335 __NR_prlimit64, 385 __NR_prlimit64, 411 __NR_prlimit64,
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
H A D | getrlimit03.c | 15 * - __NR_prlimit64 uses uint64_t 64 return tst_syscall(__NR_prlimit64, 0, resource, NULL, rlim); in getrlimit_u64() 102 tst_res(TFAIL, "__NR_prlimit64(%d) returned %d (%s) but %s(%d) returned %d (%s)", in compare_retval() 117 tst_res(TFAIL, "__NR_prlimit64(%d) had %s = %" PRIx64 " but " __NR_getrlimit_ulong_str "(%d) had %s = %lx", in compare_u64_ulong() 132 tst_res(TFAIL, "__NR_prlimit64(%d) had %s = %" PRIx64 " but __NR_getrlimit(%d) had %s = %lx", in compare_u64_long() 174 tst_res(TPASS, "__NR_prlimit64(%d) and %s(%d) gave consistent results", in run() 195 tst_res(TPASS, "__NR_prlimit64(%d) and __NR_getrlimit(%d) gave " in run()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 348 #define __NR_prlimit64 369 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 348 #define __NR_prlimit64 369 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 348 #define __NR_prlimit64 369 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 348 #define __NR_prlimit64 369 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 348 #define __NR_prlimit64 369 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 348 #define __NR_prlimit64 369 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2085 pub const __NR_prlimit64: u32 = 261; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2084 pub const __NR_prlimit64: u32 = 261; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2048 pub const __NR_prlimit64: u32 = 261; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2178 pub const __NR_prlimit64: u32 = 325; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2280 pub const __NR_prlimit64: u32 = 5297; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2181 pub const __NR_prlimit64: u32 = 325; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2313 pub const __NR_prlimit64: u32 = 4338; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2154 pub const __NR_prlimit64: u32 = 369; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2413 pub const __NR_prlimit64: u32 = 331; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2112 pub const __NR_prlimit64: u32 = 334; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2403 pub const __NR_prlimit64: u32 = 331; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2097 pub const __NR_prlimit64: u32 = 1073742126; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2165 pub const __NR_prlimit64: u32 = 340; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2138 pub const __NR_prlimit64: u32 = 302; consts
|