Searched refs:msqid_ds (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c81 struct msqid_ds msgds;
85 (void)memset(&msgds, 0, sizeof(struct msqid_ds));
118 struct msqid_ds msgds;
124 (void)memset(&msgds, 0, sizeof(struct msqid_ds));
152 (void)memset(&msgds, 0, sizeof(struct msqid_ds));
197 struct msqid_ds msgds;
216 (void)memset(&msgds, 0, sizeof(struct msqid_ds));
236 (void)memset(&msgds, 0, sizeof(struct msqid_ds));
260 struct msqid_ds msgds;
264 (void)memset(&msgds, 0, sizeof(struct msqid_ds));
[all...]
H A Dt_msgget.c158 struct msqid_ds msgds;
162 (void)memset(&msgds, 0x9, sizeof(struct msqid_ds));
258 struct msqid_ds msgds;
265 (void)memset(&msgds, 0, sizeof(struct msqid_ds));
H A Dt_msgsnd.c136 struct msqid_ds ds;
159 (void)memset(&ds, 0, sizeof(struct msqid_ds));
/freebsd-11.0-release/sys/sys/
H A Dmsg.h31 * The MSG_NOERROR identifier value, the msqid_ds struct and the msg struct
87 struct msqid_ds { struct
157 struct msqid_ds u;
170 int msgctl(int, int, struct msqid_ds *);
H A Dsyscallsubr.h49 struct msqid_ds;
146 int kern_msgctl(struct thread *, int, int, struct msqid_ds *);
H A Dsysproto.h1608 char buf_l_[PADL_(struct msqid_ds *)]; struct msqid_ds * buf; char buf_r_[PADR_(struct msqid_ds *)];
/freebsd-11.0-release/tools/regression/sysvmsg/
H A Dmsgtest.c52 void print_msqid_ds (struct msqid_ds *, mode_t);
90 struct msqid_ds m_ds;
216 struct msqid_ds m_ds;
260 print_msqid_ds(struct msqid_ds *mp, mode_t mode)
/freebsd-11.0-release/sys/i386/ibcs2/
H A Dibcs2_ipc.c51 static void cvt_msqid2imsqid(struct msqid_ds *, struct ibcs2_msqid_ds *);
52 static void cvt_imsqid2msqid(struct ibcs2_msqid_ds *, struct msqid_ds *);
71 struct msqid_ds *bp;
91 struct msqid_ds *bp;
136 struct msqid_ds bs;
/freebsd-11.0-release/sys/compat/svr4/
H A Dsvr4_ipc.c100 static void bsd_to_svr4_msqid_ds(const struct msqid_ds *,
103 struct msqid_ds *);
322 const struct msqid_ds *bds;
342 struct msqid_ds *bds;
441 struct msqid_ds bs;
/freebsd-11.0-release/contrib/ntp/adjtimed/
H A Dadjtimed.c93 if (msgctl(mqid, IPC_RMID, (struct msqid_ds *)0) == -1) {
473 if (msgctl(mqid, IPC_RMID, (struct msqid_ds *)0) == -1) {
/freebsd-11.0-release/contrib/netbsd-tests/kernel/
H A Dt_sysv.c64 void print_msqid_ds(struct msqid_ds *, mode_t);
204 struct msqid_ds m_ds;
351 struct msqid_ds *mp;
/freebsd-11.0-release/sys/kern/
H A Dsysv_msg.c141 * macros to convert between msqid_ds's and msqid's.
158 #define MSG_LOCKED 01000 /* Is this msqid_ds locked? */
472 struct msqid_ds *buf;
482 struct msqid_ds msqbuf;
491 error = copyout(&msqbuf, uap->buf, sizeof(struct msqid_ds));
500 struct msqid_ds *msqbuf;
684 DPRINTF(("need to allocate the msqid_ds\n"));
688 * Look for an unallocated and unlocked msqid_ds.
689 * msqid_ds's can be locked by msgsnd or msgrcv while
699 DPRINTF(("no more msqid_ds'
[all...]
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_ipc.c254 linux_to_bsd_msqid_ds(struct l_msqid_ds *lsp, struct msqid_ds *bsp)
269 bsd_to_linux_msqid_ds(struct msqid_ds *bsp, struct l_msqid_ds *lsp)
662 struct msqid_ds bsd_msqid;
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc264 unsigned struct_msqid_ds_sz = sizeof(struct msqid_ds);

Completed in 298 milliseconds