/external/ltp/testcases/kernel/syscalls/swapon/ |
swapon01.c | 26 #include "lapi/syscalls.h"
|
/external/ltp/testcases/kernel/syscalls/syscall/ |
syscall01.c | 31 #include "lapi/syscalls.h"
|
/external/ltp/testcases/kernel/syscalls/timer_getoverrun/ |
timer_getoverrun01.c | 30 #include "lapi/syscalls.h"
|
/external/ltp/testcases/kernel/syscalls/tkill/ |
tkill02.c | 36 #include "lapi/syscalls.h"
|
/external/strace/ |
largefile_wrappers.h | 2 * Wrappers for handling discrepancies in LF64-themed syscalls availability and
|
strace.1 | 203 Syscalls unknown to 407 in case no syscalls matched the qualification provided. 491 Trace syscalls used for requesting file status (stat, lstat, fstat, fstatat, 507 Trace syscalls related to file system statistics (statfs-like, fstatfs-like, 513 Trace syscalls that always succeed and have no arguments. 523 syscalls. 586 Perform syscall tampering for the specified set of syscalls. 669 For example, to fail each third and subsequent chdir syscalls with 690 Accounting of syscalls that are subject to injection 699 Perform syscall fault injection for the specified set of syscalls [all...] |
strace.1.in | 203 Syscalls unknown to 407 in case no syscalls matched the qualification provided. 491 Trace syscalls used for requesting file status (stat, lstat, fstat, fstatat, 507 Trace syscalls related to file system statistics (statfs-like, fstatfs-like, 513 Trace syscalls that always succeed and have no arguments. 523 syscalls. 586 Perform syscall tampering for the specified set of syscalls. 669 For example, to fail each third and subsequent chdir syscalls with 690 Accounting of syscalls that are subject to injection 699 Perform syscall fault injection for the specified set of syscalls [all...] |
/external/strace/tests/ |
is_linux_mips_n64.c | 2 * Check whether the kernel supports MIPS n64 syscalls.
|
net-y-unix.test | 3 # Check decoding of network syscalls in -y mode.
|
/external/strace/tests-m32/ |
is_linux_mips_n64.c | 2 * Check whether the kernel supports MIPS n64 syscalls.
|
net-y-unix.test | 3 # Check decoding of network syscalls in -y mode.
|
/external/strace/tests-mx32/ |
is_linux_mips_n64.c | 2 * Check whether the kernel supports MIPS n64 syscalls.
|
net-y-unix.test | 3 # Check decoding of network syscalls in -y mode.
|
/external/valgrind/memcheck/tests/linux/ |
syscalls-2007.c | 2 * Test program for some Linux syscalls introduced during 2006 and 2007:
|
/external/valgrind/none/tests/darwin/ |
access_extended.c | 1 // This is a test for access_extended(), one of the more ridiculous syscalls
|
/libcore/luni/src/main/native/ |
NetFd.h | 56 * Used to retry syscalls that can return EINTR. This differs from TEMP_FAILURE_RETRY in that
|
/prebuilts/go/darwin-x86/src/syscall/ |
mksysnum_freebsd.pl | 7 # (for example, /usr/src/sys/kern/syscalls.master).
|
mksysnum_linux.pl | 24 # ignore deprecated syscalls that are no longer implemented
|
/prebuilts/go/linux-x86/src/syscall/ |
mksysnum_freebsd.pl | 7 # (for example, /usr/src/sys/kern/syscalls.master).
|
mksysnum_linux.pl | 24 # ignore deprecated syscalls that are no longer implemented
|
/system/core/liblog/ |
log_portability.h | 73 /* Used to retry syscalls that can return EINTR. */
|
/system/netd/libnetdutils/include/netdutils/ |
UniqueFd.h | 35 // value is in Syscalls.h
|
/external/ltp/ |
README.md | 74 $ ./runltp -f syscalls 80 $ ./runltp -f syscalls -s madvise 88 Test suites (e.g. syscalls) are defined in the runtest directory. Each file
|
/external/valgrind/ |
README_MISSING_SYSCALL_OR_IOCTL | 68 PRINT() macro implements support for the --trace-syscalls command line option. 92 (Note: this is sometimes a bug; some syscalls do return results when 141 GEN* for generic syscalls (in syswrap-generic.c), LIN* for linux 148 If you find this difficult, read the wrappers for other syscalls 189 Unlike syscalls or ioctls, door calls transfer data between two userspace
|
/external/autotest/client/tests/scrashme/ |
testfix.diff | 6 +#include "syscalls-arm.h" 61 syscalls = syscalls_ppc; 63 syscalls = syscalls_ia64; 65 syscalls = syscalls_sparc; 68 syscalls = syscalls_i386; 70 + syscalls = syscalls_arm; 78 diff --new-file --unified=5 scrashme/syscalls-arm.h scrashme.new/syscalls-arm.h 79 --- scrashme/syscalls-arm.h 1969-12-31 16:00:00.000000000 -0800 80 +++ scrashme.new/syscalls-arm.h 2011-03-22 10:29:47.995365865 -070 [all...] |