Searched refs:MSGTYPE (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv03.c | 38 } rcv_buf, snd_buf = {MSGTYPE, "hello"}; 46 {EINVAL, 0, MSGTYPE, 49 {EINVAL, MSG_EXCEPT, MSGTYPE,
|
D | msgrcv01.c | 20 } rcv_buf, snd_buf = {MSGTYPE, "hello"};
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
D | msgget01.c | 29 } 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/ |
D | ipcmsg.h | 42 #define MSGTYPE 1 /* a type ID for a message */ macro
|
D | libnewipc.h | 32 #define MSGTYPE 1 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd01.c | 26 } rcv_buf, snd_buf = {MSGTYPE, "hello"};
|