Home
last modified time | relevance | path

Searched refs:msqid_ds (Results 1 – 25 of 64) sorted by relevance

123

/third_party/musl/porting/liteos_a/user/src/ipc/
Dmsgctl.c12 int msgctl(int q, int cmd, struct msqid_ds *buf) in msgctl()
15 struct msqid_ds out, *orig; in msgctl()
17 out = (struct msqid_ds){0}; in msgctl()
24 struct msqid_ds tmp; in msgctl()
/third_party/musl/src/ipc/
Dmsgctl.c11 int msgctl(int q, int cmd, struct msqid_ds *buf) in msgctl()
14 struct msqid_ds out, *orig; in msgctl()
16 out = (struct msqid_ds){0}; in msgctl()
23 struct msqid_ds tmp; in msgctl()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl04.c25 struct msqid_ds q_buf;
40 struct msqid_ds *buf;
46 {&msg_id2, IPC_STAT, (struct msqid_ds *)-1, EFAULT},
48 {&msg_id2, IPC_SET, (struct msqid_ds *)-1, EFAULT},
Dmsgctl06.c101 struct msqid_ds buf; in verify_msgctl()
108 TEST(msgctl(0, MSG_INFO, (struct msqid_ds *)&info)); in verify_msgctl()
141 struct msqid_ds temp_buf; in setup()
Dmsgctl12.c21 static struct msqid_ds msgqid_buf;
50 index_q = SAFE_MSGCTL(msg_q, IPC_INFO, (struct msqid_ds*)&msginfo_buf); in setup()
Dmsgctl02.c19 struct msqid_ds orig_buf;
23 struct msqid_ds buf = orig_buf; in verify_msgctl()
Dmsgctl03.c19 struct msqid_ds buf; in verify_msgctl()
/third_party/musl/libc-test/src/api/
Dsys_msg.c15 struct msqid_ds x; in f()
25 {int(*p)(int,int,struct msqid_ds*) = msgctl;} in f()
/third_party/toybox/toys/pending/
Dipcs.c52 struct msqid_ds buf; in show_msg_id()
340 struct msqid_ds buf; in msg_array()
345 if ((max_nr = msgctl(0, MSG_INFO, (struct msqid_ds*)&info_buf)) < 0) { in msg_array()
359 if ((msgctl(0, 3, (struct msqid_ds*)&info_buf)) < 0) return; //IPC_INFO in msg_array()
/third_party/musl/arch/generic/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/x32/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/m68k/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/microblaze/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/sh/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/i386/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/porting/uniproton/kernel/include/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/powerpc/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/or1k/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/arm/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/mipsn32/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/arch/mips/bits/
Dmsg.h1 struct msqid_ds { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmsg.h37 int msgctl (int, int, struct msqid_ds *);
/third_party/musl/include/sys/
Dmsg.h37 int msgctl (int, int, struct msqid_ds *);

123