| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_msgrcv.c | 89 (void)msgrcv(id, &msg2, MSG_LEN, MSG_MTYPE_1, IPC_NOWAIT); in ATF_TC_BODY() 123 if (msgrcv(id, &msg, MSG_LEN, MSG_MTYPE_1, 0) < 0) in ATF_TC_BODY() 166 ATF_REQUIRE_ERRNO(ENOMSG, msgrcv(id, &msg, in ATF_TC_BODY() 173 ATF_REQUIRE_ERRNO(EFAULT, msgrcv(id, (void *)-1, in ATF_TC_BODY() 178 ATF_REQUIRE_ERRNO(EINVAL, msgrcv(-1, &msg, in ATF_TC_BODY() 183 ATF_REQUIRE_ERRNO(EINVAL, msgrcv(-1, &msg, in ATF_TC_BODY() 190 ATF_REQUIRE_ERRNO(E2BIG, msgrcv(id, &r, in ATF_TC_BODY() 218 (void)msgrcv(id, &msg2, MSG_LEN, MSG_MTYPE_2, IPC_NOWAIT); in ATF_TC_BODY() 224 (void)msgrcv(id, &msg2, MSG_LEN, MSG_MTYPE_1, IPC_NOWAIT); in ATF_TC_BODY() 268 if (msgrcv(id, &msg, MSG_LEN, MSG_MTYPE_1, in ATF_TC_BODY() [all …]
|
| H A D | t_msgctl.c | 226 (void)msgrcv(id, &msg, in ATF_TC_BODY() 330 (void)msgrcv(id, &msg, sizeof(struct msg), MSG_MTYPE_1, IPC_NOWAIT); in ATF_TC_BODY()
|
| /netbsd-src/tests/kernel/ |
| H A D | t_sysv.c | 259 ATF_REQUIRE_MSG(msgrcv(sender_msqid, &m, MESSAGE_TEXT_LEN, in ATF_TC_BODY() 273 ATF_REQUIRE_MSG(msgrcv(sender_msqid, &m, MESSAGE_TEXT_LEN, in ATF_TC_BODY() 354 if (msgrcv(msqid, &m, MESSAGE_TEXT_LEN, MTYPE_1, 0) in receiver() 372 if (msgrcv(msqid, &m, MESSAGE_TEXT_LEN, MTYPE_2, 0) in receiver()
|
| /netbsd-src/sys/sys/ |
| H A D | msg.h | 205 ssize_t msgrcv(int, void *, size_t, long, int);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | msg.d | 205 ssize_t msgrcv(int msqid, void* msgp, size_t msgsz, c_long msgtyp, int msgflg);
|
| /netbsd-src/tests/bin/ps/ |
| H A D | keywords | 62 msgrcv MSGRCV
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_cancelstub.c | 360 msgrcv(int msgid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv() function 766 __strong_alias(_msgrcv, msgrcv)
|
| /netbsd-src/external/bsd/ntp/dist/adjtimed/ |
| H A D | adjtimed.c | 221 if (msgrcv(mqid, &msg.msgp, MSGSIZE, CLIENT, 0) == -1) { in main()
|
| /netbsd-src/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 334 msgrcv
|
| /netbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 185 msgrcv.S msgsnd.S __msync13.S __nanosleep50.S open.S openat.S \ 282 mprotect.2 mremap.2 msgctl.2 msgget.2 msgrcv.2 msgsnd.2 msync.2 \
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | os390-syscalls.c | 165 if (msgrcv(lst->msg_queue, &msg, sizeof(msg.body), 0, 0) != sizeof(msg.body)) in init_message_queue()
|
| H A D | os390.c | 749 msglen = msgrcv(ep->msg_queue, &msg, sizeof(msg), 0, IPC_NOWAIT); in os390_message_queue_handler()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2078 PRE_SYSCALL(msgrcv)(long msqid, void *msgp, long msgsz, long msgtyp, 2081 POST_SYSCALL(msgrcv)(long res, long msqid, void *msgp, long msgsz, long msgtyp,
|
| H A D | sanitizer_syscalls_netbsd.inc | 1706 PRE_SYSCALL(msgrcv) 1711 POST_SYSCALL(msgrcv)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2076 PRE_SYSCALL(msgrcv)(long msqid, void *msgp, long msgsz, long msgtyp, 2079 POST_SYSCALL(msgrcv)(long res, long msqid, void *msgp, long msgsz, long msgtyp,
|
| H A D | sanitizer_syscalls_netbsd.inc | 1731 PRE_SYSCALL(msgrcv) 1736 POST_SYSCALL(msgrcv)
|
| H A D | sanitizer_common_interceptors.inc | 3124 INTERCEPTOR(SSIZE_T, msgrcv, int msqid, void *msgp, SIZE_T msgsz, 3127 COMMON_INTERCEPTOR_ENTER(ctx, msgrcv, msqid, msgp, msgsz, msgtyp, msgflg); 3128 SSIZE_T len = REAL(msgrcv)(msqid, msgp, msgsz, msgtyp, msgflg); 3136 COMMON_INTERCEPT_FUNCTION(msgrcv);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2272 PRE_SYSCALL(msgrcv) 2275 POST_SYSCALL(msgrcv)
|
| H A D | sanitizer_syscalls_netbsd.inc | 1731 PRE_SYSCALL(msgrcv) 1736 POST_SYSCALL(msgrcv)
|
| H A D | sanitizer_common_interceptors.inc | 3211 INTERCEPTOR(SSIZE_T, msgrcv, int msqid, void *msgp, SIZE_T msgsz, 3214 COMMON_INTERCEPTOR_ENTER(ctx, msgrcv, msqid, msgp, msgsz, msgtyp, msgflg); 3215 SSIZE_T len = REAL(msgrcv)(msqid, msgp, msgsz, msgtyp, msgflg); 3223 COMMON_INTERCEPT_FUNCTION(msgrcv);
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 2551 msgrcv
|
| /netbsd-src/share/man/tools/ |
| H A D | newsp.errs | 1454 msgrcv
|