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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmsg.h134 struct msqid_ds struct
136 #define msqid_ds __msqid_ds_new
158 #define msqid_ds __msqid_ds_old macro
291 * macros to convert between msqid_ds's and msqid's.
318 #define MSG_LOCKED 01000 /* Is this msqid_ds locked? */
330 int msgctl(int, int, struct msqid_ds *) __DARWIN_ALIAS(msgctl);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c154 msqid_ds_64to32(struct user_msqid_ds *in, struct msqid_ds *out)
173 msqid_ds_32to64(struct msqid_ds *in, struct user_msqid_ds *out)
462 eval = copyin(uap->buf, &msqbuf, sizeof(struct msqid_ds));
464 msqid_ds_32to64((struct msqid_ds *)&msqbuf, &msqbuf);
515 struct msqid_ds msqid_ds32;
517 eval = copyout(&msqid_ds32, uap->buf, sizeof(struct msqid_ds));
1419 struct msqid_ds msqid_ds32; /* post conversion, 32 bit version */
1427 msqid_ds_sz = sizeof(struct msqid_ds);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c5048 struct msqid_ds my_msq_ds;

Completed in 39 milliseconds