Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dsysv_msg.c146 out->msg_qbytes = in->msg_qbytes; in msqid_ds_kerneltouser32()
160 out->msg_qbytes = in->msg_qbytes; in msqid_ds_kerneltouser64()
181 out->msg_qbytes = in->msg_qbytes; in msqid_ds_user32tokernel()
195 out->msg_qbytes = in->msg_qbytes; in msqid_ds_user64tokernel()
288 msqids[i].u.msg_qbytes = 0; /* implies entry is available */ in msginit()
408 if (msqptr->u.msg_qbytes == 0) { in msgctl()
477 msqptr->u.msg_qbytes = 0; /* Mark it as free */ in msgctl()
512 if (msqbuf.msg_qbytes > msqptr->u.msg_qbytes) { in msgctl()
521 if (msqbuf.msg_qbytes > (user_msglen_t)msginfo.msgmnb) { in msgctl()
526 msqbuf.msg_qbytes = msginfo.msgmnb; /* silently restrict qbytes to system limit */ in msgctl()
[all …]
/xnu-10002.81.5/bsd/sys/
H A Dmsg.h127 msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member
150 msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member
186 user_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member
208 user64_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member
226 user32_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member