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

/xnu-2422.115.4/bsd/sys/
H A Dmsg.h108 * IPC_SET command, only the msg_perm.{uid|gid|perm} and msg_qbytes are
127 msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member in struct:msqid_ds
150 msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member in struct:__msqid_ds_old
186 user_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member in struct:user_msqid_ds
208 user64_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member in struct:user64_msqid_ds
227 user32_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member in struct:user32_msqid_ds
/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c159 out->msg_qbytes = in->msg_qbytes;
173 out->msg_qbytes = in->msg_qbytes;
194 out->msg_qbytes = in->msg_qbytes;
208 out->msg_qbytes = in->msg_qbytes;
303 msqids[i].u.msg_qbytes = 0; /* implies entry is available */
423 if (msqptr->u.msg_qbytes
[all...]

Completed in 27 milliseconds