OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NR_restart_syscall
(Results
26 - 35
of
35
) sorted by null
1
2
/external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h
4
#define
__NR_restart_syscall
(__NR_SYSCALL_BASE + 0)
/external/valgrind/include/vki/
vki-scnums-mips32-linux.h
293
#define
__NR_restart_syscall
(__NR_Linux + 253)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h
230
#define SYS_restart_syscall
__NR_restart_syscall
/external/kernel-headers/original/uapi/asm-generic/
unistd.h
394
#define
__NR_restart_syscall
128
395
__SYSCALL(
__NR_restart_syscall
, sys_restart_syscall)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h
393
#define
__NR_restart_syscall
128
394
__SYSCALL(
__NR_restart_syscall
, sys_restart_syscall)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h
231
#define SYS_restart_syscall
__NR_restart_syscall
559
#define SYS_restart_syscall
__NR_restart_syscall
/external/valgrind/memcheck/tests/arm64-linux/
scalar.c
36
//
__NR_restart_syscall
0 // XXX: not yet handled, perhaps should be...
37
GO(
__NR_restart_syscall
, "n/a");
38
//SY(
__NR_restart_syscall
); // (Not yet handled by Valgrind) FAIL;
[
all
...]
/external/valgrind/memcheck/tests/x86-linux/
scalar.c
37
//
__NR_restart_syscall
0 // XXX: not yet handled, perhaps should be...
38
GO(
__NR_restart_syscall
, "n/a");
39
//SY(
__NR_restart_syscall
); // (Not yet handled by Valgrind) FAIL;
[
all
...]
/external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c
[
all
...]
/external/seccomp-tests/linux/
seccomp_bpf.c
[
all
...]
Completed in 499 milliseconds
1
2