Home
last modified time | relevance | path

Searched refs:msgrcv (Results 1 – 25 of 51) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c62 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT)); in test_msg_except()
89 TEST(msgrcv(queue_id, &rcv_buf, msg_len, MSGTYPE1, MSG_NOERROR)); in test_msg_noerror()
122 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 0, MSG_COPY | IPC_NOWAIT)); in test_msg_copy()
142 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, MSG_COPY | IPC_NOWAIT)); in test_msg_copy()
172 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 0, 0)); in test_zero_msgtyp()
194 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, 0)); in test_positive_msgtyp()
219 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, -MSGTYPE2, 0)); in test_negative_msgtyp()
Dmsgrcv06.c27 TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, 0), EIDRM, in verify_msgrcv()
Dmsgrcv05.c33 TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, 0), EINTR, in verify_msgrcv()
Dmsgrcv08.c45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
Dmsgrcv03.c62 …TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, tc->msg_type, MSG_COPY | tc->msg_flag), tc->exp_… in verify_msgrcv()
Dmsgrcv01.c30 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, 0)); in verify_msgrcv()
Dmsgrcv02.c66 TST_EXP_FAIL2(msgrcv(*tc->id, tc->buffer, tc->msgsz, tc->msgtyp, tc->msgflag), tc->exp_err, in verify_msgrcv()
/third_party/musl/libc-test/src/functional/
Dipc_msg.c98 if (msgrcv(qid, &msg, 0, msgtyp, 0) != -1 || errno != E2BIG) in rcv()
102 T(msgrcv(qid, &msg, sizeof msg.data, msgtyp, IPC_NOWAIT)); in rcv()
107 if (msgrcv(qid, &msg, sizeof msg.data, msgtyp, MSG_NOERROR|IPC_NOWAIT) != -1 || errno != ENOMSG) in rcv()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.mqueues34 //msgrcv NO LOW WON'T
40 msgclt, msgget, msgrcv, msgsnd will not be tested at this time as they do
/third_party/musl/src/ipc/
Dmsgrcv.c5 ssize_t msgrcv(int q, void *m, size_t len, long type, int flag) in msgrcv() function
/third_party/musl/porting/liteos_a/user/src/ipc/
Dmsgrcv.c7 ssize_t msgrcv(int q, void *m, size_t len, long type, int flag) in msgrcv() function
/third_party/musl/ndk_musl_include/sys/
Dmsg.h39 ssize_t msgrcv (int, void *, size_t, long, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmsg.h39 ssize_t msgrcv (int, void *, size_t, long, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmsg.h39 ssize_t msgrcv (int, void *, size_t, long, int);
/third_party/musl/include/sys/
Dmsg.h39 ssize_t msgrcv (int, void *, size_t, long, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmsg.h39 ssize_t msgrcv (int, void *, size_t, long, int);
/third_party/musl/libc-test/src/api/
Dsys_msg.c27 {ssize_t(*p)(int,void*,size_t,long,int) = msgrcv;} in f()
/third_party/ltp/libs/libltpipc/
Dlibmsgctl.c52 size = msgrcv(id, &buffer, 100, type, 0); in doreader()
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dmsg_comm.c87 n = msgrcv(id, &rec, sizeof(struct sysv_msg) - sizeof(long), in chld1_msg()
Dmesgq_nstest.c57 n = msgrcv(id, &msg, READMAX, 5, 0); in mesgq_read()
/third_party/ltp/include/lapi/syscalls/
Daarch64.in190 msgrcv 188
Darc.in190 msgrcv 188
Dmips_n32.in69 msgrcv 6068
Dmips_n64.in69 msgrcv 5068
Ds390x.in341 msgrcv 401

123