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

  /external/strace/tests/
mq_sendrecv.c 65 MSG_CUT = 8,
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,
314 MSG_CUT, bogus_prio, bogus_tmout);
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
319 (unsigned long long) MSG_CUT, (unsigned) bogus_prio,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT)
    [all...]
  /external/strace/tests-m32/
mq_sendrecv.c 65 MSG_CUT = 8,
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,
314 MSG_CUT, bogus_prio, bogus_tmout);
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
319 (unsigned long long) MSG_CUT, (unsigned) bogus_prio,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT)
    [all...]
  /external/strace/tests-mx32/
mq_sendrecv.c 65 MSG_CUT = 8,
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,
314 MSG_CUT, bogus_prio, bogus_tmout);
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
319 (unsigned long long) MSG_CUT, (unsigned) bogus_prio,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT)
    [all...]

Completed in 153 milliseconds