Home
last modified time | relevance | path

Searched refs:msgsnd (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd06.c31 TST_EXP_FAIL(msgsnd(queue_id, &snd_buf, MSGSIZE, 0), EIDRM, in verify_msgsnd()
41 while (msgsnd(queue_id, &snd_buf, MSGSIZE, IPC_NOWAIT) != -1) in do_test()
Dmsgsnd05.c44 TST_EXP_FAIL(msgsnd(queue_id, &snd_buf, MSGSIZE, tc->flag), tc->exp_err, in verify_msgsnd()
84 while (msgsnd(queue_id, &snd_buf, MSGSIZE, IPC_NOWAIT) != -1) in setup()
Dmsgsnd01.c34 TEST(msgsnd(queue_id, &snd_buf, MSGSIZE, 0)); in verify_msgsnd()
Dmsgsnd02.c64 TST_EXP_FAIL(msgsnd(*tc->id, tc->buffer, tc->msgsz, 0), tc->exp_err, in verify_msgsnd()
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dmsg_comm.c77 if (msgsnd(id, &m, sizeof(struct sysv_msg) - sizeof(long), 0) == -1) { in chld1_msg()
119 if (msgsnd(id, &m, sizeof(struct sysv_msg) - sizeof(long), 0) == -1) { in chld2_msg()
Dmesgq_nstest.c137 n = msgsnd(id, &msg, strlen(msg.mtext), 0); in main()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.mqueues35 //msgsnd NO LOW WON'T
40 msgclt, msgget, msgrcv, msgsnd will not be tested at this time as they do
/third_party/musl/src/ipc/
Dmsgsnd.c5 int msgsnd(int q, const void *m, size_t len, int flag) in msgsnd() function
/third_party/musl/porting/liteos_a/user/src/ipc/
Dmsgsnd.c6 int msgsnd(int q, const void *m, size_t len, int flag) in msgsnd() function
/third_party/musl/ndk_musl_include/sys/
Dmsg.h40 int msgsnd (int, const void *, size_t, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmsg.h40 int msgsnd (int, const void *, size_t, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmsg.h40 int msgsnd (int, const void *, size_t, int);
/third_party/musl/include/sys/
Dmsg.h40 int msgsnd (int, const void *, size_t, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmsg.h40 int msgsnd (int, const void *, size_t, int);
/third_party/musl/libc-test/src/api/
Dsys_msg.c28 {int(*p)(int,const void*,size_t,int) = msgsnd;} in f()
/third_party/ltp/libs/libltpipc/
Dlibmsgctl.c115 if (msgsnd(id, &buffer, size + 1, 0) < 0) { in dowriter()
/third_party/musl/libc-test/src/functional/
Dipc_msg.c74 T(msgsnd(qid, &msg, sizeof msg.data, IPC_NOWAIT)); in snd()
/third_party/ltp/include/lapi/syscalls/
Daarch64.in191 msgsnd 189
Darc.in191 msgsnd 189
Dmips_n32.in68 msgsnd 6067
Dmips_n64.in68 msgsnd 5067
Ds390x.in340 msgsnd 400
Dia64.in87 msgsnd 1110
Dsparc64.in357 msgsnd 400
Dsh.in367 msgsnd 400

12