/external/strace/tests/ |
D | times.c | 101 #if defined __NR_times && \ in main() 108 long res = syscall(__NR_times, &tbuf); in main() 114 #elif defined __NR_times && defined __x86_64__ && defined __ILP32__ in main() 118 : "0"(__NR_times), "r"(arg) in main()
|
D | times-fail.c | 10 assert(syscall(__NR_times, 0x42) == -1); in main()
|
/external/strace/tests-m32/ |
D | times.c | 101 #if defined __NR_times && \ in main() 108 long res = syscall(__NR_times, &tbuf); in main() 114 #elif defined __NR_times && defined __x86_64__ && defined __ILP32__ in main() 118 : "0"(__NR_times), "r"(arg) in main()
|
D | times-fail.c | 10 assert(syscall(__NR_times, 0x42) == -1); in main()
|
/external/strace/tests-mx32/ |
D | times.c | 101 #if defined __NR_times && \ in main() 108 long res = syscall(__NR_times, &tbuf); in main() 114 #elif defined __NR_times && defined __x86_64__ && defined __ILP32__ in main() 118 : "0"(__NR_times), "r"(arg) in main()
|
D | times-fail.c | 10 assert(syscall(__NR_times, 0x42) == -1); in main()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 306 #ifdef __NR_times 307 { "times", __NR_times },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 104 #define __NR_times 100 macro
|
D | unistd_32.h | 47 #define __NR_times 43 macro
|
D | unistd_x32.h | 93 #define __NR_times (__X32_SYSCALL_BIT + 100) macro
|
/external/strace/ |
D | scno.h | 308 #ifndef __NR_times 309 # define __NR_times (SYSCALL_BIT | 100) macro
|
D | ChangeLog | 34159 * tests/times.c (main) [__NR_times && __x86_64__ && __ILP32__]:
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 450 #define __NR_times 153 macro 451 __SC_COMP(__NR_times, sys_times, compat_sys_times)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 102 #define __NR_times (__NR_Linux + 98) macro
|
D | unistd_n32.h | 102 #define __NR_times (__NR_Linux + 98) macro
|
D | unistd_o32.h | 47 #define __NR_times (__NR_Linux + 43) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 35 #define __NR_times (__NR_SYSCALL_BASE + 43) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 823 __NR_times = 43
|
D | sys_amd64.const | 823 __NR_times = 100
|
D | sys_arm.const | 823 __NR_times = 43
|
D | sys_ppc64le.const | 823 __NR_times = 43
|
D | sys_arm64.const | 823 __NR_times = 153
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 439 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_times, 1, 0), in TEST_SIGNAL() 464 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL() 466 EXPECT_EQ(0, syscall(__NR_times, &fatal_address)); in TEST_SIGNAL()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 540 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_times, 1, 0), in TEST_SIGNAL() 565 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL() 567 EXPECT_EQ(0, syscall(__NR_times, &fatal_address)); in TEST_SIGNAL()
|