Home
last modified time | relevance | path

Searched refs:msgsnap_size (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmsg.h119 size_t msgsnap_size; /* bytes consumed/required in the buffer */ member
H A Dmsg_impl.h162 size32_t msgsnap_size; /* bytes consumed/required in the buffer */ member
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c482 if (bufsize >= buf->msgsnap_size) { in dumpmsgq()
487 buf = realloc(buf, bufsize = buf->msgsnap_size); in dumpmsgq()
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c1041 STRUCT_FSET(head, msgsnap_size, size); in msgsnap()