mbytes 498 dev/pcmcia/if_cnw.c int buffer, bufsize, bufoffset, bufptr, bufspace, len, mbytes, n;
mbytes 518 dev/pcmcia/if_cnw.c mbytes = m->m_len;
mbytes 519 dev/pcmcia/if_cnw.c len += mbytes;
mbytes 520 dev/pcmcia/if_cnw.c while (mbytes > 0) {
mbytes 531 dev/pcmcia/if_cnw.c n = mbytes <= bufspace ? mbytes : bufspace;
mbytes 537 dev/pcmcia/if_cnw.c mbytes -= n;
mbytes 556 dev/pcmcia/if_cnw.c int totbytes, buffer, bufbytes, bufptr, mbytes, n;
mbytes 574 dev/pcmcia/if_cnw.c mbytes = MHLEN;
mbytes 585 dev/pcmcia/if_cnw.c mbytes = MLEN;
mbytes 594 dev/pcmcia/if_cnw.c mbytes = MCLBYTES;
mbytes 601 dev/pcmcia/if_cnw.c mbytes -= pad;
mbytes 604 dev/pcmcia/if_cnw.c mbytes = m->m_len = min(totbytes, mbytes);
mbytes 605 dev/pcmcia/if_cnw.c totbytes -= mbytes;
mbytes 606 dev/pcmcia/if_cnw.c while (mbytes > 0) {
mbytes 620 dev/pcmcia/if_cnw.c n = mbytes <= bufbytes ? mbytes : bufbytes;
mbytes 625 dev/pcmcia/if_cnw.c mbytes -= n;