Searched defs:protomp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c935 * protomp: When an IAC is discovered, a dupb() is done on the first mblk
936 * containing an IAC. protomp points to this dup'ed mblk.
942 mblk_t *protomp, *newmp, *datamp, *prevmp; local
949 prevmp = protomp = 0;
1014 if ((protomp = dupb(mp)) == NULL) {
1022 protomp->b_datap->db_base);
1023 ASSERT(tmp <= protomp->b_datap->db_lim);
1025 protomp->b_rptr = tmp;
1026 protomp->b_cont = mp->b_cont;
1033 protomp
[all...]

Completed in 332 milliseconds