Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmsg.c478 if (STRUCT_FGET(ds, msg_qbytes) > qp->msg_qbytes && in msgctl()
488 qp->msg_qbytes = STRUCT_FGET(ds, msg_qbytes); in msgctl()
508 STRUCT_FSET(ds, msg_qbytes, qp->msg_qbytes); in msgctl()
518 if ((ds64.msgx_qbytes > qp->msg_qbytes) && in msgctl()
532 qp->msg_qbytes = ds64.msgx_qbytes; in msgctl()
545 ds64.msgx_qbytes = qp->msg_qbytes; in msgctl()
650 qp->msg_qbytes = rctl_enforced_value(rc_process_msgmnb, in msgget()
1154 if (msgsz > qp->msg_qbytes) { in msgsnd()
1167 while ((msgsz > qp->msg_qbytes - qp->msg_cbytes) || in msgsnd()
1497 avail = qp->msg_qbytes - qp->msg_cbytes; in msg_wakeup_senders()
/titanic_41/usr/src/uts/common/sys/
H A Dmsg_impl.h102 msglen_t msg_qbytes; /* max # of bytes on q */ member
180 uint32_t msg_qbytes; /* max # of bytes on q */ member
H A Dmsg.h77 msglen_t msg_qbytes; /* max # of bytes on q */ member
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dmsg.h58 ushort msg_qbytes; /* max # of bytes on q */ member
/titanic_41/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c182 msqid->msg_qbytes, msqid->msg_qmax); in msq_print()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c2209 msgq.msg_qbytes, in show_msgctl()
2234 msgq.msg_qbytes, in show_msgctl32()