Searched refs:tpmax (Results 1 – 1 of 1) sorted by relevance
1002 uchar_t *tpmax; in ahdlc_encode() local1101 tpmax = outmp->b_datap->db_lim; in ahdlc_encode()1109 outmp_len = (tpmax - tp) / 2; in ahdlc_encode()1148 if (ep != mp->b_wptr && tpmax - tp < 5) { in ahdlc_encode()1160 tpmax = curout->b_datap->db_lim; in ahdlc_encode()1173 if (tpmax - tp < outmp_len) { in ahdlc_encode()1180 tpmax = curout->b_datap->db_lim; in ahdlc_encode()1233 ASSERT(tp < tpmax); in ahdlc_encode()1381 uchar_t *tpmax; /* output buffer limit */ in ahdlc_decode() local1409 tp = tpmax = NULL; in ahdlc_decode()[all …]