Home
last modified time | relevance | path

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

/illumos-gate/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()
1496 avail = qp->msg_qbytes - qp->msg_cbytes; in msg_wakeup_senders()
/illumos-gate/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
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c181 msqid->msg_qbytes, msqid->msg_qmax); in msq_print()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2166 msgq.msg_qbytes, in show_msgctl()
2190 msgq.msg_qbytes, in show_msgctl32()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.v1518 SYSC_msgctl read_list: [(struct msqid64_ds)->msg_qbytes, (struct ipc_namespace)->msg_ctlmnb, ]
H A Dkernel.implicit_dependencies.no_structs112 SYSC_msgctl read_list: [(struct msqid64_ds)->msg_qbytes, (struct ipc_namespace)->msg_ctlmnb, ]
433 …4_ds)->msg_cbytes, (struct msqid64_ds)->msg_qnum, (struct msqid64_ds)->msg_qbytes, (struct msqid64…
450msg_qbytes, (struct msqid64_ds)->msg_lspid, (struct msqid64_ds)->msg_lrpid, (struct msqid64_ds)->_…
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies_verbose11173 ('msqid64_ds', 'msg_qbytes')])},