Home | History | Annotate | Download | only in tests-mx32

Lines Matching refs:bogus_fd

45 	static const kernel_ulong_t bogus_fd =
74 rc = syscall(__NR_finit_module, bogus_fd, bogus_param1, flags[0].val);
77 printf("finit_module(%d, \"", (int) bogus_fd);
83 rc = syscall(__NR_finit_module, bogus_fd, bogus_param1, flags[1].val);
86 printf("finit_module(%d, \"", (int) bogus_fd);
90 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2 + PARAM2_LEN,
93 (int) bogus_fd, bogus_param2 + PARAM2_LEN, flags[2].str,
96 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2, flags[3].val);
98 (int) bogus_fd, bogus_param2, flags[3].str, sprintrc(rc));
102 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2, flags[4].val);
105 printf("finit_module(%d, \"", (int) bogus_fd);