Lines Matching refs:nsyscalls
2091 * tests/nsyscalls.c: Likewise.
2136 * tests/nsyscalls.c: Likewise.
2185 * tests/nsyscalls.c: Likewise.
2254 * tests/nsyscalls.c: Likewise.
2337 * tests/nsyscalls.c: Likewise.
2385 * tests/nsyscalls.c: Likewise.
2777 * tests/nsyscalls.c: Likewise.
2819 * tests/nsyscalls.c: Likewise.
3129 * tests/nsyscalls.c: Likewise.
3173 * tests/nsyscalls.c: Likewise.
4281 * tests/nsyscalls.c: Likewise.
5713 * tests/nsyscalls.c: Include "tests.h", "sysent.h", <errno.h>,
7312 * tests/nsyscalls.c (CST): Likewise.
7666 * tests/nsyscalls.c: Likewise.
9168 nsyscalls.c: In function 'test_syscall':
9169 nsyscalls.c:64: warning: integer constant is too large for 'long' type
9170 nsyscalls.c:65: warning: integer constant is too large for 'long' type
9171 nsyscalls.c:66: warning: integer constant is too large for 'long' type
9172 nsyscalls.c:67: warning: integer constant is too large for 'long' type
9173 nsyscalls.c:68: warning: integer constant is too large for 'long' type
9174 nsyscalls.c:69: warning: integer constant is too large for 'long' type
9288 * tests/nsyscalls.c (test_syscall): Likewise.
11759 tests/nsyscalls.test: only trace the "syscall" syscall on mips o32.
11762 nsyscalls.test so the MIPS ABI can be checked.
11766 * tests/nsyscalls.test: Restrict special mips handling to mips o32.
11895 * tests/nsyscalls.c: Likewise.
12059 * tests/nsyscalls.c (main) [SYS_socket_subcall]: Check decoding
12493 tests/nsyscalls.c: change the type of syscall arguments to kernel_ulong_t
12501 * tests/nsyscalls.c: Include "kernel_types.h".
15385 nsyscalls.test: add mips o32 support.
15388 * tests/nsyscalls.c (main): Handle LINUX_MIPSO32.
15389 * tests/nsyscalls.test: Trace syscall called "syscall" on mips.
15722 * tests/nsyscalls.c: New file.
15723 * tests/nsyscalls.test: New test.
15724 * tests/.gitignore: Add nsyscalls.
15726 (DECODER_TESTS): Add nsyscalls.test.
31638 * syscall.c: Merge all nsyscalls* enums into single enum.
35710 Opotimize "scno >= 0 && scno < nsyscalls" check.
35713 scno to unsigned long: ((unsigned long)(scno) < nsyscalls)
35718 This fixes a bug: missing check for scno < 0 and scno > nsyscalls
35719 instead of scno >= nsyscalls.
35721 This fixes a bug: scno > nsyscalls instead of scno >= nsyscalls.
35913 * defs.h: Declare nsyscalls, nerrnos, nioctlents, nsignals as unsigned.
35914 * syscall.c: Define nsyscalls, nerrnos, nioctlents, nsignals as unsigned.