Symbol: msqid_ds
lib/libc/compat/sys/compat___msgctl13.c
56
struct msqid_ds ds;
sys/compat/common/sysv_msg_14.c
62
struct msqid_ds msqbuf;
sys/compat/common/sysv_msg_50.c
62
struct msqid_ds msqbuf;
sys/compat/linux/common/linux_ipc.c
345
linux_to_bsd_msqid_ds(struct linux_msqid_ds *lmp, struct msqid_ds *bmp)
sys/compat/linux/common/linux_ipc.c
361
linux_to_bsd_msqid64_ds(struct linux_msqid64_ds *lmp, struct msqid_ds *bmp)
sys/compat/linux/common/linux_ipc.c
377
bsd_to_linux_msqid_ds(struct msqid_ds *bmp, struct linux_msqid_ds *lmp)
sys/compat/linux/common/linux_ipc.c
393
bsd_to_linux_msqid64_ds(struct msqid_ds *bmp, struct linux_msqid64_ds *lmp)
sys/compat/linux/common/linux_ipc.c
417
struct msqid_ds bm, *bmp = NULL;
sys/compat/linux/common/linux_msg.h
128
void linux_to_bsd_msqid_ds(struct linux_msqid_ds *, struct msqid_ds *);
sys/compat/linux/common/linux_msg.h
129
void linux_to_bsd_msqid64_ds(struct linux_msqid64_ds *, struct msqid_ds *);
sys/compat/linux/common/linux_msg.h
130
void bsd_to_linux_msqid_ds(struct msqid_ds *, struct linux_msqid_ds *);
sys/compat/linux/common/linux_msg.h
131
void bsd_to_linux_msqid64_ds(struct msqid_ds *, struct linux_msqid64_ds *);
sys/compat/linux32/common/linux32_ipccall.c
433
linux32_to_bsd_msqid_ds(struct linux32_msqid_ds *lmp, struct msqid_ds *bmp)
sys/compat/linux32/common/linux32_ipccall.c
449
linux32_to_bsd_msqid64_ds(struct linux32_msqid64_ds *lmp, struct msqid_ds *bmp)
sys/compat/linux32/common/linux32_ipccall.c
464
bsd_to_linux32_msqid_ds(struct msqid_ds *bmp, struct linux32_msqid_ds *lmp)
sys/compat/linux32/common/linux32_ipccall.c
480
bsd_to_linux32_msqid64_ds(struct msqid_ds *bmp, struct linux32_msqid64_ds *lmp)
sys/compat/linux32/common/linux32_ipccall.c
498
struct msqid_ds bm, *bmp = NULL;
sys/compat/netbsd32/netbsd32_compat_10_sysv.c
194
syscallarg(struct msqid_ds *) buf;
sys/compat/netbsd32/netbsd32_compat_14_sysv.c
113
native_to_netbsd32_msqid_ds14(struct msqid_ds *msqbuf, struct netbsd32_msqid_ds14 *omsqbuf)
sys/compat/netbsd32/netbsd32_compat_14_sysv.c
210
struct msqid_ds msqbuf;
sys/compat/netbsd32/netbsd32_compat_14_sysv.c
96
netbsd32_msqid_ds14_to_native(struct netbsd32_msqid_ds14 *omsqbuf, struct msqid_ds *msqbuf)
sys/compat/netbsd32/netbsd32_compat_50_sysv.c
149
struct msqid_ds ds;
sys/compat/netbsd32/netbsd32_conv.h
615
struct msqid_ds *dsp)
sys/compat/netbsd32/netbsd32_conv.h
632
struct msqid_ds *dsp)
sys/compat/netbsd32/netbsd32_conv.h
648
netbsd32_from_msqid_ds50(const struct msqid_ds *dsp,
sys/compat/netbsd32/netbsd32_conv.h
665
netbsd32_from_msqid_ds(const struct msqid_ds *dsp,
sys/compat/netbsd32/netbsd32_ipc.c
319
struct msqid_ds ds;
sys/compat/sys/msg.h
109
__native_to_msqid_ds13(const struct msqid_ds *msqbuf, struct msqid_ds13 *omsqbuf)
sys/compat/sys/msg.h
134
__msqid_ds14_to_native(const struct msqid_ds14 *omsqbuf, struct msqid_ds *msqbuf)
sys/compat/sys/msg.h
152
__native_to_msqid_ds14(const struct msqid_ds *msqbuf, struct msqid_ds14 *omsqbuf)
sys/compat/sys/msg.h
173
int __msgctl50(int, int, struct msqid_ds *);
sys/compat/sys/msg.h
85
static __inline void __msqid_ds14_to_native(const struct msqid_ds14 *, struct msqid_ds *);
sys/compat/sys/msg.h
86
static __inline void __native_to_msqid_ds14(const struct msqid_ds *, struct msqid_ds14 *);
sys/compat/sys/msg.h
87
static __inline void __msqid_ds13_to_native(const struct msqid_ds13 *, struct msqid_ds *);
sys/compat/sys/msg.h
88
static __inline void __native_to_msqid_ds13(const struct msqid_ds *, struct msqid_ds13 *);
sys/compat/sys/msg.h
91
__msqid_ds13_to_native(const struct msqid_ds13 *omsqbuf, struct msqid_ds *msqbuf)
sys/kern/sysv_msg.c
1019
struct msqid_ds *msqptr;
sys/kern/sysv_msg.c
255
struct msqid_ds *mptr;
sys/kern/sysv_msg.c
304
struct msqid_ds *nmptr, *mptr;
sys/kern/sysv_msg.c
316
memcpy(nmptr, mptr, sizeof(struct msqid_ds));
sys/kern/sysv_msg.c
453
struct msqid_ds msqbuf;
sys/kern/sysv_msg.c
474
msgctl1(struct lwp *l, int msqid, int cmd, struct msqid_ds *msqbuf)
sys/kern/sysv_msg.c
477
struct msqid_ds *msqptr;
sys/kern/sysv_msg.c
604
struct msqid_ds *msqptr = NULL;
sys/kern/sysv_msg.c
710
struct msqid_ds *msqptr;
sys/sys/msg.h
174
struct msqid_ds msq_u;
sys/sys/msg.h
202
int msgctl(int, int, struct msqid_ds *) __RENAME(__msgctl50);
sys/sys/msg.h
214
int msgctl1(struct lwp *, int, int, struct msqid_ds *);
sys/sys/syscallargs.h
1988
syscallarg(struct msqid_ds *) buf;
sys/sys/syscallargs.h
2915
syscallarg(struct msqid_ds *) buf;
tests/kernel/t_sysv.c
185
struct msqid_ds m_ds;
tests/kernel/t_sysv.c
310
print_msqid_ds(struct msqid_ds *mp, mode_t mode)
tests/kernel/t_sysv.c
62
void print_msqid_ds(struct msqid_ds *, mode_t);
tests/lib/libc/sys/t_msgctl.c
116
struct msqid_ds msgds;
tests/lib/libc/sys/t_msgctl.c
122
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgctl.c
150
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgctl.c
195
struct msqid_ds msgds;
tests/lib/libc/sys/t_msgctl.c
214
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgctl.c
234
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgctl.c
258
struct msqid_ds msgds;
tests/lib/libc/sys/t_msgctl.c
262
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgctl.c
308
struct msqid_ds msgds;
tests/lib/libc/sys/t_msgctl.c
317
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgctl.c
329
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgctl.c
79
struct msqid_ds msgds;
tests/lib/libc/sys/t_msgctl.c
83
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgget.c
158
struct msqid_ds msgds;
tests/lib/libc/sys/t_msgget.c
162
(void)memset(&msgds, 0x9, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgget.c
258
struct msqid_ds msgds;
tests/lib/libc/sys/t_msgget.c
265
(void)memset(&msgds, 0, sizeof(struct msqid_ds));
tests/lib/libc/sys/t_msgsnd.c
133
struct msqid_ds ds;
tests/lib/libc/sys/t_msgsnd.c
156
(void)memset(&ds, 0, sizeof(struct msqid_ds));