Searched refs:msg_qbytes (Results 1 – 2 of 2) sorted by relevance
146 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 …]
127 msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member150 msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member186 user_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member208 user64_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member226 user32_msglen_t msg_qbytes; /* [XSI] max bytes on the queue */ member