Lines Matching defs:msg
26 #include <sys/msg.h>
48 struct msg_buf msg = {};
64 n = SAFE_MSGRCV(id, &msg, sizeof(msg.mtext), MSG_TYPE, 0);
66 tst_res(TINFO, "Mesg read of %d bytes, Type %ld, Msg: %s", n, msg.mtype, msg.mtext);
68 if (strcmp(msg.mtext, MSG_TEXT))
79 struct msg_buf msg = {
85 SAFE_MSGSND(ipc_id, &msg, strlen(msg.mtext), 0);