Searched refs:test_syscall (Results 1 – 7 of 7) sorted by relevance
45 test_syscall(unsigned short mode) in test_syscall() function65 test_syscall(0); in main()66 test_syscall(0xffff); in main()67 test_syscall(06); in main()68 test_syscall(060); in main()69 test_syscall(0600); in main()70 test_syscall(024); in main()71 test_syscall(S_IFREG); in main()72 test_syscall(S_IFDIR | 06); in main()73 test_syscall(S_IFLNK | 060); in main()[all …]
64 test_syscall(const unsigned long nr) in test_syscall() function121 test_syscall(ARRAY_SIZE(syscallent)); in main()125 test_syscall(SYS_socket_subcall + 1); in main()129 test_syscall(SYS_ipc_subcall + 1); in main()
647 * tests/nsyscalls.c (test_syscall): Do not assume that unimplemented2815 * tests/nsyscalls.c [!LINUX_MIPSO32] (test_syscall): Update expected18392 (test_syscall): Fix expected output.23785 umode_t.c: In function 'test_syscall':23812 nsyscalls.c: In function 'test_syscall':23873 umode_t.c: In function 'test_syscall':23932 * tests/nsyscalls.c (test_syscall): Likewise.23953 * tests/umode_t.c (test_syscall): Likewise.26839 * tests/umode_t.c (test_syscall): Use different printf format specifiers