Searched refs:msg_qbytes (Results 1 – 7 of 7) sorted by relevance
| /onnv-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
|
| /onnv-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() 1497 avail = qp->msg_qbytes - qp->msg_cbytes; in msg_wakeup_senders()
|
| /onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| H A D | msg.h | 58 ushort msg_qbytes; /* max # of bytes on q */ member
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/ |
| H A D | SysV.xs | 71 sv = *av_fetch(list,6,TRUE); ds.msg_qbytes = SvIV(sv); in pack() 108 sv_setiv(*sv_ptr, ds->msg_qbytes); in unpack()
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/ipc/ |
| H A D | ipc.c | 182 msqid->msg_qbytes, msqid->msg_qmax); in msq_print()
|
| /onnv-gate/usr/src/cmd/truss/ |
| H A D | expound.c | 2199 msgq.msg_qbytes, in show_msgctl() 2224 msgq.msg_qbytes, in show_msgctl32()
|