Searched refs:HEAD_RESYNC_LEN (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/msgs/
H A Dwrite_fifo.c40 unsigned char Resync[HEAD_RESYNC_LEN] = { 0x01, 0xFE };
41 unsigned char Endsync[HEAD_RESYNC_LEN] = { 0x02, 0xFD };
60 (void)memcpy (buf + HEAD_RESYNC, Resync, HEAD_RESYNC_LEN);
H A Dread_fifo.c150 UNSYNCHED_READ (HEAD_RESYNC_LEN);
160 UNSYNCHED_READ (HEAD_RESYNC_LEN);
268 UNSYNCHED_READ (HEAD_RESYNC_LEN);
274 UNSYNCHED_READ (HEAD_RESYNC_LEN);
/opensolaris-onvv-gate/usr/src/cmd/lp/include/
H A Dmsgs.h214 #define HEAD_RESYNC_LEN 2 macro
215 #define HEAD_AUTHCODE (HEAD_RESYNC + HEAD_RESYNC_LEN)

Completed in 93 milliseconds