Home
last modified time | relevance | path

Searched refs:MSGLEN (Results 1 - 12 of 12) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_133.cpp43 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, NOK); in PthreadF01()
62 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, NOK); in PthreadF02()
117 ret = mq_send(g_messageQId, g_mqueueMsessage[1], MSGLEN, 0); in Testcase()
120 ret = mq_send(g_messageQId, g_mqueueMsessage[2], MSGLEN, 0); // 2, g_mqueueMsessage buffer index. in Testcase()
H A DIt_posix_queue_166.cpp66 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, EXIT); in Testcase()
70 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, EXIT); in Testcase()
74 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, EXIT); in Testcase()
H A DIt_posix_queue_121.cpp196 ret = mq_send(g_messageQId, g_mqueueMsessage[1], MSGLEN, 0); in Testcase()
199 ret = mq_send(g_messageQId, g_mqueueMsessage[2], MSGLEN, 0); // 2, g_mqueueMsessage buffer index. in Testcase()
202 ret = mq_send(g_messageQId, g_mqueueMsessage[3], MSGLEN, 0); // 3, g_mqueueMsessage buffer index. in Testcase()
205 ret = mq_send(g_messageQId, g_mqueueMsessage[4], MSGLEN, 0); // 4, g_mqueueMsessage buffer index. in Testcase()
H A DIt_posix_queue_072.cpp57 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, EXIT2); in Testcase()
H A DIt_posix_queue_156.cpp63 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, EXIT1); in Testcase()
H A DIt_posix_queue_112.cpp41 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, EXIT); in PthreadF01()
H A DIt_posix_queue_117.cpp43 ICUNIT_GOTO_EQUAL(ret, MSGLEN, ret, NOK); in PthreadF01()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c47 #define MSGLEN 12 macro
280 char buf[MSGLEN] = MSG; in start_clients()
313 err = write(test_case->clients[i], buf, MSGLEN); in start_clients()
314 if (!ASSERT_EQ(err, MSGLEN, "write")) in start_clients()
413 char buf[MSGLEN]; in count_requests()
425 memset(buf, 0, MSGLEN); in count_requests()
426 read(client, &buf, MSGLEN); in count_requests()
/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue.h48 #define MSGLEN 10 macro
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/
H A DIt_posix_queue.h46 #define MSGLEN 10 macro
/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.h169 #define MSGLEN 16 /* size of message text */ macro
300 char msg_text[MSGLEN+2]; /* the message text */
H A Dgdth.c2658 if (msg->msg_len > MSGLEN+1) in gdth_sync_event()
2659 msg->msg_len = MSGLEN+1; in gdth_sync_event()

Completed in 11 milliseconds