Home
last modified time | relevance | path

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

/titanic_44/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
/titanic_44/usr/src/cmd/ipcs/
H A Dipcs.c485 if (bufsize >= buf->msgsnap_size) { in dumpmsgq()
490 buf = realloc(buf, bufsize = buf->msgsnap_size); in dumpmsgq()
/titanic_44/usr/src/uts/common/os/
H A Dmsg.c1041 STRUCT_FSET(head, msgsnap_size, size); in msgsnap()