Lines Matching refs:msg_qbytes

272 		msqids[i].u.msg_qbytes = 0;	/* implies entry is available */
331 if (msqkptr->u.msg_qbytes != 0 ||
441 msqkptr->u.msg_qbytes = 0; /* Mark it as free */
522 if (msqkptr->u.msg_qbytes == 0) {
584 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) {
589 if (msqbuf->msg_qbytes > msginfo.msgmnb) {
590 DPRINTF(("can't increase msg_qbytes beyond %d"
592 msqbuf->msg_qbytes = msginfo.msgmnb; /* silently restrict qbytes to system limit */
594 if (msqbuf->msg_qbytes == 0) {
595 DPRINTF(("can't reduce msg_qbytes to 0\n"));
603 msqkptr->u.msg_qbytes = msqbuf->msg_qbytes;
662 if (msqkptr->u.msg_qbytes != 0 &&
702 if (msqkptr->u.msg_qbytes == 0 &&
736 msqkptr->u.msg_qbytes = msginfo.msgmnb;
798 if (msqkptr->u.msg_qbytes == 0) {
852 * (inside this loop in case msg_qbytes changes while we sleep)
855 if (msgsz > msqkptr->u.msg_qbytes) {
856 DPRINTF(("msgsz > msqkptr->u.msg_qbytes\n"));
865 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) {
866 DPRINTF(("msgsz + msg_cbytes > msg_qbytes\n"));
918 if (msqkptr->u.msg_qbytes == 0) {
939 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes)
940 panic("msgsz + msg_cbytes > msg_qbytes");
1050 if (msqkptr->u.msg_qbytes == 0) {
1165 if (msqkptr->u.msg_qbytes == 0) {
1322 if (msqkptr->u.msg_qbytes == 0 ||
1433 if (msqids[i].u.msg_qbytes == 0 || rpr == NULL ||
1450 CP(tmsqk, tmsqk32, u.msg_qbytes);
1665 if (msqkptr->u.msg_qbytes != 0 &&
1719 CP(msqbuf32, msqbuf, msg_qbytes);
1736 CP(msqbuf, msqbuf32, msg_qbytes);
1764 CP(msqbuf32, msqbuf, msg_qbytes);
1780 CP(msqbuf, msqbuf32, msg_qbytes);
1889 CP(msqold, msqbuf, msg_qbytes);
1906 CP(msqbuf, msqold, msg_qbytes);