Searched refs:MSG_CUT (Results 1 – 3 of 3) sorted by relevance
/external/strace/tests-m32/ |
D | mq_sendrecv.c | 64 MSG_CUT = 8, enumerator 302 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 306 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 312 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 313 MSG_CUT, bogus_prio, bogus_tmout); in main() 316 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main() 318 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main() 323 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main() 327 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main() 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() [all …]
|
/external/strace/tests/ |
D | mq_sendrecv.c | 64 MSG_CUT = 8, enumerator 302 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 306 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 312 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 313 MSG_CUT, bogus_prio, bogus_tmout); in main() 316 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main() 318 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main() 323 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main() 327 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main() 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() [all …]
|
/external/strace/tests-mx32/ |
D | mq_sendrecv.c | 64 MSG_CUT = 8, enumerator 302 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 306 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 312 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main() 313 MSG_CUT, bogus_prio, bogus_tmout); in main() 316 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main() 318 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main() 323 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main() 327 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main() 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() [all …]
|