HomeSort by relevance Sort by last modified time
    Searched refs:bogus_fd (Results 1 - 24 of 24) 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 46 static const kernel_ulong_t bogus_fd = local
76 rc = syscall(__NR_finit_module, bogus_fd, bogus_param1, flags[0].val);
79 printf("finit_module(%d, \"", (int) bogus_fd);
85 rc = syscall(__NR_finit_module, bogus_fd, bogus_param1, flags[1].val);
88 printf("finit_module(%d, \"", (int) bogus_fd);
92 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2 + PARAM2_LEN,
95 (int) bogus_fd, bogus_param2 + PARAM2_LEN, flags[2].str,
98 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2, flags[3].val);
100 (int) bogus_fd, bogus_param2, flags[3].str, sprintrc(rc));
104 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 215 static const kernel_ulong_t bogus_fd = local
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
299 (int) bogus_fd, msg + MSG_SIZE, (unsigned long long) bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
307 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
316 printf("mq_timedsend(%d, ", (int) bogus_fd);
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
327 printf("mq_timedsend(%d, ", (int) bogus_fd);
343 rc = syscall(__NR_mq_timedreceive, bogus_fd, msg + MSG_SIZE, bogus_size
    [all...]
futimesat.c 65 static const kernel_ulong_t bogus_fd = local
82 k_futimesat(bogus_fd, kfname, 0);
83 printf("futimesat(%d, %s, NULL) = %s\n", (int) bogus_fd, qname, errstr);
utimensat.c 66 static const kernel_ulong_t bogus_fd = local
83 k_utimensat(bogus_fd, kfname, 0, 0);
85 (int) bogus_fd, qname, errstr);
  /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 46 static const kernel_ulong_t bogus_fd = local
76 rc = syscall(__NR_finit_module, bogus_fd, bogus_param1, flags[0].val);
79 printf("finit_module(%d, \"", (int) bogus_fd);
85 rc = syscall(__NR_finit_module, bogus_fd, bogus_param1, flags[1].val);
88 printf("finit_module(%d, \"", (int) bogus_fd);
92 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2 + PARAM2_LEN,
95 (int) bogus_fd, bogus_param2 + PARAM2_LEN, flags[2].str,
98 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2, flags[3].val);
100 (int) bogus_fd, bogus_param2, flags[3].str, sprintrc(rc));
104 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 215 static const kernel_ulong_t bogus_fd = local
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
299 (int) bogus_fd, msg + MSG_SIZE, (unsigned long long) bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
307 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
316 printf("mq_timedsend(%d, ", (int) bogus_fd);
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
327 printf("mq_timedsend(%d, ", (int) bogus_fd);
343 rc = syscall(__NR_mq_timedreceive, bogus_fd, msg + MSG_SIZE, bogus_size
    [all...]
futimesat.c 65 static const kernel_ulong_t bogus_fd = local
82 k_futimesat(bogus_fd, kfname, 0);
83 printf("futimesat(%d, %s, NULL) = %s\n", (int) bogus_fd, qname, errstr);
utimensat.c 66 static const kernel_ulong_t bogus_fd = local
83 k_utimensat(bogus_fd, kfname, 0, 0);
85 (int) bogus_fd, qname, errstr);
  /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 46 static const kernel_ulong_t bogus_fd = local
76 rc = syscall(__NR_finit_module, bogus_fd, bogus_param1, flags[0].val);
79 printf("finit_module(%d, \"", (int) bogus_fd);
85 rc = syscall(__NR_finit_module, bogus_fd, bogus_param1, flags[1].val);
88 printf("finit_module(%d, \"", (int) bogus_fd);
92 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2 + PARAM2_LEN,
95 (int) bogus_fd, bogus_param2 + PARAM2_LEN, flags[2].str,
98 rc = syscall(__NR_finit_module, bogus_fd, bogus_param2, flags[3].val);
100 (int) bogus_fd, bogus_param2, flags[3].str, sprintrc(rc));
104 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 215 static const kernel_ulong_t bogus_fd = local
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
299 (int) bogus_fd, msg + MSG_SIZE, (unsigned long long) bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
307 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
316 printf("mq_timedsend(%d, ", (int) bogus_fd);
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
327 printf("mq_timedsend(%d, ", (int) bogus_fd);
343 rc = syscall(__NR_mq_timedreceive, bogus_fd, msg + MSG_SIZE, bogus_size
    [all...]
futimesat.c 65 static const kernel_ulong_t bogus_fd = local
82 k_futimesat(bogus_fd, kfname, 0);
83 printf("futimesat(%d, %s, NULL) = %s\n", (int) bogus_fd, qname, errstr);
utimensat.c 66 static const kernel_ulong_t bogus_fd = local
83 k_utimensat(bogus_fd, kfname, 0, 0);
85 (int) bogus_fd, qname, errstr);

Completed in 1829 milliseconds