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 in struct:msgsnap_head
H A Dmsg_impl.h162 size32_t msgsnap_size; /* bytes consumed/required in the buffer */ member in struct:msgsnap_head32
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c485 if (bufsize >= buf->msgsnap_size) {
490 buf = realloc(buf, bufsize = buf->msgsnap_size);
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c1041 STRUCT_FSET(head, msgsnap_size, size);

Completed in 61 milliseconds