OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSG_MTYPE_1
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libc/sys/
t_msgctl.c
52
#define
MSG_MTYPE_1
0x41
194
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
227
sizeof(struct msg),
MSG_MTYPE_1
, IPC_NOWAIT);
307
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
330
(void)msgrcv(id, &msg, sizeof(struct msg),
MSG_MTYPE_1
, IPC_NOWAIT);
t_msgrcv.c
52
#define
MSG_MTYPE_1
0x41
81
struct msg msg1 = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
82
struct msg msg2 = {
MSG_MTYPE_1
, { 'x', 'y', 'z' } };
89
(void)msgrcv(id, &msg2, MSG_LEN,
MSG_MTYPE_1
, IPC_NOWAIT);
111
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
123
if (msgrcv(id, &msg, MSG_LEN,
MSG_MTYPE_1
, 0) < 0)
158
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
167
MSG_LEN,
MSG_MTYPE_1
, IPC_NOWAIT) == -1);
174
MSG_LEN,
MSG_MTYPE_1
, IPC_NOWAIT) == -1);
179
MSG_LEN,
MSG_MTYPE_1
, IPC_NOWAIT) == -1)
[
all
...]
t_msgsnd.c
52
#define
MSG_MTYPE_1
0x41
81
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
132
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
178
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
222
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
268
struct msg msg = {
MSG_MTYPE_1
, { 'a', 'b', 'c' } };
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025