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

/freebsd-9.3-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;
169 int msgctl(int, int, struct msqid_ds *);
H A Dsyscallsubr.h48 struct msqid_ds;
146 int kern_msgctl(struct thread *, int, int, struct msqid_ds *);
H A Dsysproto.h1655 char buf_l_[PADL_(struct msqid_ds *)]; struct msqid_ds * buf; char buf_r_[PADR_(struct msqid_ds *)];
/freebsd-9.3-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-9.3-release/sys/compat/svr4/
H A Dsvr4_ipc.c107 static void bsd_to_svr4_msqid_ds(const struct msqid_ds *,
110 struct msqid_ds *);
340 const struct msqid_ds *bds;
360 struct msqid_ds *bds;
459 struct msqid_ds bs;
/freebsd-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dsysv_msg.c131 * macros to convert between msqid_ds's and msqid's.
148 #define MSG_LOCKED 01000 /* Is this msqid_ds locked? */
288 * Look for an unallocated and unlocked msqid_ds.
289 * msqid_ds's can be locked by msgsnd or msgrcv while
379 struct msqid_ds *buf;
389 struct msqid_ds msqbuf;
398 error = copyout(&msqbuf, uap->buf, sizeof(struct msqid_ds));
407 struct msqid_ds *msqbuf;
606 DPRINTF(("need to allocate the msqid_ds\n"));
610 * Look for an unallocated and unlocked msqid_ds
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ipc.c264 linux_to_bsd_msqid_ds(struct l_msqid_ds *lsp, struct msqid_ds *bsp)
279 bsd_to_linux_msqid_ds(struct msqid_ds *bsp, struct l_msqid_ds *lsp)
672 struct msqid_ds bsd_msqid;

Completed in 99 milliseconds