Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c144 size = stoh(msgbuf + HEAD_SIZE) - EXCESS_3_2_LEN; in read3_2()
145 memmove(msgbuf, msgbuf + HEAD_SIZE, size); in read3_2()
156 (void) memmove(tmpbuf + HEAD_SIZE, msgbuf, size); in write3_2()
157 (void) htos(tmpbuf + HEAD_SIZE, size + EXCESS_3_2_LEN); in write3_2()
H A Dread_fifo.c175 real_size = stoh(fbp->psave + HEAD_SIZE);
289 real_size = stoh(fbp->psave + HEAD_SIZE);
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h221 #define HEAD_SIZE (HEAD_AUTHCODE + HEAD_AUTHCODE_LEN) macro
223 #define HEAD_TYPE (HEAD_SIZE + HEAD_SIZE_LEN)
271 #define EXCESS_3_2_LEN (HEAD_SIZE + TAIL_LEN)