Searched refs:msg_qbytes (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | msg.c | 478 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 D | msg_impl.h | 102 msglen_t msg_qbytes; /* max # of bytes on q */ member 180 uint32_t msg_qbytes; /* max # of bytes on q */ member
|
| H A D | msg.h | 77 msglen_t msg_qbytes; /* max # of bytes on q */ member
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/ipc/ |
| H A D | ipc.c | 181 msqid->msg_qbytes, msqid->msg_qmax); in msq_print()
|
| /illumos-gate/usr/src/cmd/truss/ |
| H A D | expound.c | 2166 msgq.msg_qbytes, in show_msgctl() 2190 msgq.msg_qbytes, in show_msgctl32()
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
| H A D | kernel.implicit_dependencies.v1 | 518 SYSC_msgctl read_list: [(struct msqid64_ds)->msg_qbytes, (struct ipc_namespace)->msg_ctlmnb, ]
|
| H A D | kernel.implicit_dependencies.no_structs | 112 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… 450 …msg_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 D | implicit_dependencies_verbose | 11173 ('msqid64_ds', 'msg_qbytes')])},
|