Searched refs:msg_cbytes (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dmsg.h56 ushort msg_cbytes; /* current # bytes on q */ member in struct:msqid_ds
/illumos-gate/usr/src/uts/common/sys/
H A Dmsg_impl.h99 msglen_t msg_cbytes; /* current # bytes on q */ member in struct:kmsqid
178 uint32_t msg_cbytes; /* current # bytes on q */ member in struct:msqid_ds32
H A Dmsg.h75 msglen_t msg_cbytes; /* current # bytes on q */ member in struct:msqid_ds
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c364 ASSERT(qp->msg_cbytes == 0);
398 qp->msg_cbytes -= mp->msg_size;
415 ASSERT(qp->msg_cbytes == 0);
506 STRUCT_FSET(ds, msg_cbytes, qp->msg_cbytes);
543 ds64.msgx_cbytes = qp->msg_cbytes;
1167 while ((msgsz > qp->msg_qbytes - qp->msg_cbytes) ||
1224 qp->msg_cbytes += msgsz;
1497 avail = qp->msg_qbytes - qp->msg_cbytes;
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c181 " qmax: 0t%lu\n", msqid->msg_cbytes, msqid->msg_qnum,
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2223 msgq.msg_cbytes,
2248 msgq.msg_cbytes,

Completed in 77 milliseconds