Home
last modified time | relevance | path

Searched refs:msgbuf (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/ipc/
Dmsgque.c173 struct msg1 msgbuf; in fill_msgque() local
175 msgbuf.mtype = MSG_TYPE; in fill_msgque()
176 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING)); in fill_msgque()
177 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING), in fill_msgque()
183 msgbuf.mtype = ANOTHER_MSG_TYPE; in fill_msgque()
184 memcpy(msgbuf.mtext, ANOTHER_TEST_STRING, sizeof(ANOTHER_TEST_STRING)); in fill_msgque()
185 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(ANOTHER_TEST_STRING), in fill_msgque()