Home
last modified time | relevance | path

Searched refs:MESG_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/lp/include/
H A Dmsgs.h238 #define MESG_SIZE (0) macro
240 #define MESG_TYPE (MESG_SIZE + MESG_SIZE_LEN)
/titanic_41/usr/src/cmd/lp/lib/msgs/
H A D_putmessage.c133 (void) htos(buf + MESG_SIZE, size);
H A Dstreamio.c150 (void) htos(msgbuf + MESG_SIZE, size); in read3_2()