/third_party/musl/porting/liteos_a/user/src/ipc/ |
D | msgctl.c | 12 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/ |
D | msgctl.c | 11 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/ |
D | msgctl04.c | 25 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},
|
D | msgctl06.c | 101 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()
|
D | msgctl12.c | 21 static struct msqid_ds msgqid_buf; 50 index_q = SAFE_MSGCTL(msg_q, IPC_INFO, (struct msqid_ds*)&msginfo_buf); in setup()
|
D | msgctl02.c | 19 struct msqid_ds orig_buf; 23 struct msqid_ds buf = orig_buf; in verify_msgctl()
|
D | msgctl03.c | 19 struct msqid_ds buf; in verify_msgctl()
|
/third_party/musl/libc-test/src/api/ |
D | sys_msg.c | 15 struct msqid_ds x; in f() 25 {int(*p)(int,int,struct msqid_ds*) = msgctl;} in f()
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 52 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/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/x32/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/m68k/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/microblaze/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/sh/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/i386/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/powerpc/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/or1k/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/arm/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/mipsn32/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/arch/mips/bits/ |
D | msg.h | 1 struct msqid_ds { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 37 int msgctl (int, int, struct msqid_ds *);
|
/third_party/musl/include/sys/ |
D | msg.h | 37 int msgctl (int, int, struct msqid_ds *);
|