Home
last modified time | relevance | path

Searched refs:__NR_times (Results 1 – 24 of 24) sorted by relevance

/external/strace/tests/
Dtimes.c101 #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()
Dtimes-fail.c10 assert(syscall(__NR_times, 0x42) == -1); in main()
/external/strace/tests-m32/
Dtimes.c101 #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()
Dtimes-fail.c10 assert(syscall(__NR_times, 0x42) == -1); in main()
/external/strace/tests-mx32/
Dtimes.c101 #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()
Dtimes-fail.c10 assert(syscall(__NR_times, 0x42) == -1); in main()
/external/minijail/linux-x86/
Dlibsyscalls.gen.c306 #ifdef __NR_times
307 { "times", __NR_times },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h104 #define __NR_times 100 macro
Dunistd_32.h47 #define __NR_times 43 macro
Dunistd_x32.h93 #define __NR_times (__X32_SYSCALL_BIT + 100) macro
/external/strace/
Dscno.h308 #ifndef __NR_times
309 # define __NR_times (SYSCALL_BIT | 100) macro
DChangeLog34159 * tests/times.c (main) [__NR_times && __x86_64__ && __ILP32__]:
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h450 #define __NR_times 153 macro
451 __SC_COMP(__NR_times, sys_times, compat_sys_times)
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd_n64.h102 #define __NR_times (__NR_Linux + 98) macro
Dunistd_n32.h102 #define __NR_times (__NR_Linux + 98) macro
Dunistd_o32.h47 #define __NR_times (__NR_Linux + 43) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h35 #define __NR_times (__NR_SYSCALL_BASE + 43) macro
/external/syzkaller/sys/linux/
Dsys_386.const823 __NR_times = 43
Dsys_amd64.const823 __NR_times = 100
Dsys_arm.const823 __NR_times = 43
Dsys_ppc64le.const823 __NR_times = 43
Dsys_arm64.const823 __NR_times = 153
/external/seccomp-tests/linux/
Dseccomp_bpf.c439 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/
Dseccomp_bpf.c540 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()