/external/strace/tests-m32/ |
D | prlimit64.c | 33 #ifdef __NR_prlimit64 71 long rc = syscall(__NR_prlimit64, pid, res, 0, rlimit); in main()
|
/external/strace/tests/ |
D | prlimit64.c | 33 #ifdef __NR_prlimit64 71 long rc = syscall(__NR_prlimit64, pid, res, 0, rlimit); in main()
|
/external/strace/tests-mx32/ |
D | prlimit64.c | 33 #ifdef __NR_prlimit64 71 long rc = syscall(__NR_prlimit64, pid, res, 0, rlimit); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 990 #if !defined(__NR_prlimit64) 991 #define __NR_prlimit64 261 macro
|
D | x86_64_linux_syscalls.h | 1221 #if !defined(__NR_prlimit64) 1222 #define __NR_prlimit64 302 macro
|
D | x86_32_linux_syscalls.h | 1357 #if !defined(__NR_prlimit64) 1358 #define __NR_prlimit64 340 macro
|
D | mips64_linux_syscalls.h | 1202 #if !defined(__NR_prlimit64) 1203 #define __NR_prlimit64 (__NR_Linux + 297) macro
|
D | mips_linux_syscalls.h | 1368 #if !defined(__NR_prlimit64) 1369 #define __NR_prlimit64 (__NR_Linux + 338) macro
|
D | arm_linux_syscalls.h | 1320 #if !defined(__NR_prlimit64) 1321 #define __NR_prlimit64 (__NR_SYSCALL_BASE+369) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 912 #ifdef __NR_prlimit64 913 { "prlimit64", __NR_prlimit64 },
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions_unittests.cc | 189 case __NR_prlimit64: in EvaluateSyscall()
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 297 #define __NR_prlimit64 261 macro
|
D | vki-scnums-s390x-linux.h | 302 #define __NR_prlimit64 334 macro
|
D | vki-scnums-amd64-linux.h | 386 #define __NR_prlimit64 302 macro
|
D | vki-scnums-arm-linux.h | 408 #define __NR_prlimit64 369 macro
|
D | vki-scnums-ppc64-linux.h | 362 #define __NR_prlimit64 325 macro
|
D | vki-scnums-ppc32-linux.h | 370 #define __NR_prlimit64 325 macro
|
D | vki-scnums-x86-linux.h | 377 #define __NR_prlimit64 340 macro
|
D | vki-scnums-mips64-linux.h | 336 #define __NR_prlimit64 (__NR_Linux + 297) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 306 #define __NR_prlimit64 302 macro
|
D | unistd_32.h | 340 #define __NR_prlimit64 340 macro
|
D | unistd_x32.h | 265 #define __NR_prlimit64 (__X32_SYSCALL_BIT + 302) macro
|
/external/strace/ |
D | scno.h | 914 #ifndef __NR_prlimit64 915 # define __NR_prlimit64 (SYSCALL_BIT | 302) macro
|
/external/libchrome/sandbox/linux/services/ |
D | syscall_wrappers.cc | 82 int res = syscall(__NR_prlimit64, pid, resource, new_limit, old_limit); in sys_prlimit64()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 361 #define __NR_prlimit64 (__NR_Linux + 338) macro 704 #define __NR_prlimit64 (__NR_Linux + 297) macro 1052 #define __NR_prlimit64 (__NR_Linux + 302) macro
|