Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv03.c38 } rcv_buf, snd_buf = {MSGTYPE, "hello"};
46 {EINVAL, 0, MSGTYPE,
49 {EINVAL, MSG_EXCEPT, MSGTYPE,
Dmsgrcv01.c20 } rcv_buf, snd_buf = {MSGTYPE, "hello"};
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/
Dmsgget01.c29 } rcv_buf, snd_buf = {MSGTYPE, "hello, world"};
43 SAFE_MSGRCV(queue_id, &rcv_buf, MSGSIZE, MSGTYPE, IPC_NOWAIT); in verify_msgget()
/third_party/ltp/include/
Dipcmsg.h42 #define MSGTYPE 1 /* a type ID for a message */ macro
Dlibnewipc.h32 #define MSGTYPE 1 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd01.c26 } rcv_buf, snd_buf = {MSGTYPE, "hello"};