Searched refs:msg_cbytes (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dmsg.h125 msglen_t msg_cbytes; /* # of bytes on the queue */ member in struct:msqid_ds
148 msglen_t msg_cbytes; /* # of bytes on the queue */ member in struct:__msqid_ds_old
184 user_msglen_t msg_cbytes; /* # of bytes on the queue */ member in struct:user_msqid_ds
206 user64_msglen_t msg_cbytes; /* # of bytes on the queue */ member in struct:user64_msqid_ds
225 user32_msglen_t msg_cbytes; /* # of bytes on the queue */ member in struct:user32_msqid_ds
/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c158 out->msg_cbytes = in->msg_cbytes; /* for ipcs */
172 out->msg_cbytes = in->msg_cbytes; /* for ipcs */
195 out->msg_cbytes = in->msg_cbytes; /* for ipcs */
209 out->msg_cbytes = in->msg_cbytes; /* for ipcs */
476 msqptr->u.msg_cbytes -= msghdr->msg_ts;
483 if (msqptr->u.msg_cbytes !
[all...]

Completed in 46 milliseconds