Searched refs:lenmp (Results 1 – 1 of 1) sorted by relevance
2935 mblk_t *lenmp; in mklenmp() local2939 lenmp = allocb(4, BPRI_MED); in mklenmp()2940 if (lenmp != NULL) { in mklenmp()2941 lenmp->b_rptr = lenmp->b_wptr = DB_LIM(lenmp); in mklenmp()2942 linkb(lenmp, bp); in mklenmp()2943 bp = lenmp; in mklenmp()