ECPP_FIFO_SZ
if (len > ECPP_FIFO_SZ) {
len = ECPP_FIFO_SZ;
if ((mp = allocb(ECPP_FIFO_SZ, BPRI_MED)) == NULL) {
i = ECPP_FIFO_SZ;