• Home
  • Raw
  • Download

Lines Matching refs:nsyscalls

172 	* tests/nsyscalls.c (main): Explicitly mark syscallent variable as used
647 * tests/nsyscalls.c (test_syscall): Do not assume that unimplemented
2815 * tests/nsyscalls.c [!LINUX_MIPSO32] (test_syscall): Update expected
7917 * tests/nsyscalls-d.test: swap arguments of match_diff calls.
7976 * tests/nsyscalls.c: Update expected output.
8005 * tests/nsyscalls.c: Update expected output.
10125 tests: skip nsyscalls-d.test on mips o32.
10126 On mips o32, nsyscalls test is implemented using syscall #4000,
10127 so nsyscalls-d cannot work there.
10129 * tests/nsyscalls-d.test: Skip on mips o32.
10242 tests: check (some) debugging output generated during nsyscalls test.
10243 * tests/nsyscalls-d.c: New file.
10245 * tests/nsyscalls-d.test: New test, variant of nsyscalls.test with debug
10247 * tests/nsyscalls-nd.test: Likewise.
10248 * tests/nsyscalls.c: Add expected debug output.
10249 * tests/Makefile.am (check_PROGRAMS): Add nsyscalls-d.
10250 (DECODER_TESTS): Add nsyscalls-d.test and nsyscalls-nd.test.
13097 tests/ksysent.c and tests/nsyscalls.c.
13099 * tests/nsyscalls.c: Likewise.
16735 * tests/nsyscalls.c: Likewise.
16780 * tests/nsyscalls.c: Likewise.
16829 * tests/nsyscalls.c: Likewise.
16898 * tests/nsyscalls.c: Likewise.
16981 * tests/nsyscalls.c: Likewise.
17029 * tests/nsyscalls.c: Likewise.
17421 * tests/nsyscalls.c: Likewise.
17463 * tests/nsyscalls.c: Likewise.
17773 * tests/nsyscalls.c: Likewise.
17817 * tests/nsyscalls.c: Likewise.
18925 * tests/nsyscalls.c: Likewise.
20357 * tests/nsyscalls.c: Include "tests.h", "sysent.h", <errno.h>,
21956 * tests/nsyscalls.c (CST): Likewise.
22310 * tests/nsyscalls.c: Likewise.
23812 nsyscalls.c: In function 'test_syscall':
23813 nsyscalls.c:64: warning: integer constant is too large for 'long' type
23814 nsyscalls.c:65: warning: integer constant is too large for 'long' type
23815 nsyscalls.c:66: warning: integer constant is too large for 'long' type
23816 nsyscalls.c:67: warning: integer constant is too large for 'long' type
23817 nsyscalls.c:68: warning: integer constant is too large for 'long' type
23818 nsyscalls.c:69: warning: integer constant is too large for 'long' type
23932 * tests/nsyscalls.c (test_syscall): Likewise.
26403 tests/nsyscalls.test: only trace the "syscall" syscall on mips o32.
26406 nsyscalls.test so the MIPS ABI can be checked.
26410 * tests/nsyscalls.test: Restrict special mips handling to mips o32.
26539 * tests/nsyscalls.c: Likewise.
26703 * tests/nsyscalls.c (main) [SYS_socket_subcall]: Check decoding
27137 tests/nsyscalls.c: change the type of syscall arguments to kernel_ulong_t
27145 * tests/nsyscalls.c: Include "kernel_types.h".
30029 nsyscalls.test: add mips o32 support.
30032 * tests/nsyscalls.c (main): Handle LINUX_MIPSO32.
30033 * tests/nsyscalls.test: Trace syscall called "syscall" on mips.
30366 * tests/nsyscalls.c: New file.
30367 * tests/nsyscalls.test: New test.
30368 * tests/.gitignore: Add nsyscalls.
30370 (DECODER_TESTS): Add nsyscalls.test.
46282 * syscall.c: Merge all nsyscalls* enums into single enum.
50354 Opotimize "scno >= 0 && scno < nsyscalls" check.
50357 scno to unsigned long: ((unsigned long)(scno) < nsyscalls)
50362 This fixes a bug: missing check for scno < 0 and scno > nsyscalls
50363 instead of scno >= nsyscalls.
50365 This fixes a bug: scno > nsyscalls instead of scno >= nsyscalls.
50557 * defs.h: Declare nsyscalls, nerrnos, nioctlents, nsignals as unsigned.
50558 * syscall.c: Define nsyscalls, nerrnos, nioctlents, nsignals as unsigned.