Lines Matching refs:allocb
819 np = allocb(sizeof (uint32_t), BPRI_HI); in spppasyn_wput()
841 np = allocb(sizeof (*psp), BPRI_HI); in spppasyn_wput()
861 np = allocb(sizeof (uint32_t), BPRI_HI); in spppasyn_wput()
1034 outmp = allocb(outmp_len, BPRI_MED); in ahdlc_encode()
1154 curout = allocb(outmp_len, BPRI_MED); in ahdlc_encode()
1174 curout = allocb(outmp_len, BPRI_MED); in ahdlc_encode()
1517 outmp = allocb(maxlen, BPRI_MED); in ahdlc_decode()
1602 outmp = allocb(0, BPRI_MED); in ahdlc_decode()
1759 if ((new_frame = allocb(PPP_HDRLEN+1, in spppasyn_muxencode()
1854 if ((new_frame = allocb(1, BPRI_MED)) in spppasyn_muxencode()
1938 if ((hdrmp = allocb(PPP_HDRLEN, BPRI_MED)) == NULL) { in spppasyn_inpkt()