Lines Matching refs:msg_qbytes
269 msqids[i].u.msg_qbytes = 0; /* implies entry is available */
328 if (msqkptr->u.msg_qbytes != 0 ||
438 msqkptr->u.msg_qbytes = 0; /* Mark it as free */
519 if (msqkptr->u.msg_qbytes == 0) {
581 if (msqbuf->msg_qbytes > msqkptr->u.msg_qbytes) {
586 if (msqbuf->msg_qbytes > msginfo.msgmnb) {
587 DPRINTF(("can't increase msg_qbytes beyond %d"
589 msqbuf->msg_qbytes = msginfo.msgmnb; /* silently restrict qbytes to system limit */
591 if (msqbuf->msg_qbytes == 0) {
592 DPRINTF(("can't reduce msg_qbytes to 0\n"));
600 msqkptr->u.msg_qbytes = msqbuf->msg_qbytes;
659 if (msqkptr->u.msg_qbytes != 0 &&
699 if (msqkptr->u.msg_qbytes == 0 &&
733 msqkptr->u.msg_qbytes = msginfo.msgmnb;
795 if (msqkptr->u.msg_qbytes == 0) {
849 * (inside this loop in case msg_qbytes changes while we sleep)
852 if (msgsz > msqkptr->u.msg_qbytes) {
853 DPRINTF(("msgsz > msqkptr->u.msg_qbytes\n"));
862 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) {
863 DPRINTF(("msgsz + msg_cbytes > msg_qbytes\n"));
915 if (msqkptr->u.msg_qbytes == 0) {
936 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes)
937 panic("msgsz + msg_cbytes > msg_qbytes");
1047 if (msqkptr->u.msg_qbytes == 0) {
1162 if (msqkptr->u.msg_qbytes == 0) {
1319 if (msqkptr->u.msg_qbytes == 0 ||
1430 if (msqids[i].u.msg_qbytes == 0 || rpr == NULL ||
1447 CP(tmsqk, tmsqk32, u.msg_qbytes);
1496 if (msqids[i].u.msg_qbytes == 0 || rpr == NULL ||
1696 if (msqkptr->u.msg_qbytes != 0 &&
1750 CP(msqbuf32, msqbuf, msg_qbytes);
1767 CP(msqbuf, msqbuf32, msg_qbytes);
1795 CP(msqbuf32, msqbuf, msg_qbytes);
1811 CP(msqbuf, msqbuf32, msg_qbytes);
1920 CP(msqold, msqbuf, msg_qbytes);
1937 CP(msqbuf, msqold, msg_qbytes);