HomeSort by relevance Sort by last modified time
    Searched refs:bogus_fd (Results 1 - 18 of 18) sorted by null

  /external/strace/tests/
inotify.c 48 static const kernel_ulong_t bogus_fd = local
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
71 (int) bogus_fd, bogus_path_str.str, bogus_mask_str,
77 rc = syscall(__NR_inotify_rm_watch, bogus_fd, bogus_fd);
79 (int) bogus_fd, (int) bogus_fd, sprintrc(rc));
finit_module.c 45 static const kernel_ulong_t bogus_fd = local
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)
    [all...]
fadvise.h 46 static const long bogus_fd = (long) 0xfeedf00dbeeffaceULL; local
51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice);
fallocate.c 46 static const int bogus_fd = 0xbeefface; local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len);
61 printf("fallocate(%d, ", bogus_fd);
setns.c 42 static const kernel_ulong_t bogus_fd = local
59 rc = syscall(__NR_setns, bogus_fd, nstypes[i].val);
61 (int) bogus_fd, nstypes[i].str, sprintrc(rc));
mq_sendrecv.c 217 static const kernel_ulong_t bogus_fd = local
298 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
301 (int) bogus_fd, msg + MSG_SIZE, (unsigned long long) bogus_size,
305 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
309 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT,
315 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
318 printf("mq_timedsend(%d, ", (int) bogus_fd);
326 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
329 printf("mq_timedsend(%d, ", (int) bogus_fd);
345 rc = syscall(__NR_mq_timedreceive, bogus_fd, msg + MSG_SIZE, bogus_size
    [all...]
  /external/strace/tests-m32/
inotify.c 48 static const kernel_ulong_t bogus_fd = local
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
71 (int) bogus_fd, bogus_path_str.str, bogus_mask_str,
77 rc = syscall(__NR_inotify_rm_watch, bogus_fd, bogus_fd);
79 (int) bogus_fd, (int) bogus_fd, sprintrc(rc));
finit_module.c 45 static const kernel_ulong_t bogus_fd = local
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)
    [all...]
fadvise.h 46 static const long bogus_fd = (long) 0xfeedf00dbeeffaceULL; local
51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice);
fallocate.c 46 static const int bogus_fd = 0xbeefface; local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len);
61 printf("fallocate(%d, ", bogus_fd);
setns.c 42 static const kernel_ulong_t bogus_fd = local
59 rc = syscall(__NR_setns, bogus_fd, nstypes[i].val);
61 (int) bogus_fd, nstypes[i].str, sprintrc(rc));
mq_sendrecv.c 217 static const kernel_ulong_t bogus_fd = local
298 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
301 (int) bogus_fd, msg + MSG_SIZE, (unsigned long long) bogus_size,
305 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
309 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT,
315 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
318 printf("mq_timedsend(%d, ", (int) bogus_fd);
326 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
329 printf("mq_timedsend(%d, ", (int) bogus_fd);
345 rc = syscall(__NR_mq_timedreceive, bogus_fd, msg + MSG_SIZE, bogus_size
    [all...]
  /external/strace/tests-mx32/
inotify.c 48 static const kernel_ulong_t bogus_fd = local
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
71 (int) bogus_fd, bogus_path_str.str, bogus_mask_str,
77 rc = syscall(__NR_inotify_rm_watch, bogus_fd, bogus_fd);
79 (int) bogus_fd, (int) bogus_fd, sprintrc(rc));
finit_module.c 45 static const kernel_ulong_t bogus_fd = local
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)
    [all...]
fadvise.h 46 static const long bogus_fd = (long) 0xfeedf00dbeeffaceULL; local
51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice);
fallocate.c 46 static const int bogus_fd = 0xbeefface; local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len);
61 printf("fallocate(%d, ", bogus_fd);
setns.c 42 static const kernel_ulong_t bogus_fd = local
59 rc = syscall(__NR_setns, bogus_fd, nstypes[i].val);
61 (int) bogus_fd, nstypes[i].str, sprintrc(rc));
mq_sendrecv.c 217 static const kernel_ulong_t bogus_fd = local
298 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
301 (int) bogus_fd, msg + MSG_SIZE, (unsigned long long) bogus_size,
305 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
309 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT,
315 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
318 printf("mq_timedsend(%d, ", (int) bogus_fd);
326 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
329 printf("mq_timedsend(%d, ", (int) bogus_fd);
345 rc = syscall(__NR_mq_timedreceive, bogus_fd, msg + MSG_SIZE, bogus_size
    [all...]

Completed in 918 milliseconds