bufbytes 556 dev/pcmcia/if_cnw.c int totbytes, buffer, bufbytes, bufptr, mbytes, n;
bufbytes 566 dev/pcmcia/if_cnw.c bufbytes = 0;
bufbytes 607 dev/pcmcia/if_cnw.c if (bufbytes == 0) {
bufbytes 609 dev/pcmcia/if_cnw.c bufbytes = read16(sc, buffer + 2);
bufbytes 615 dev/pcmcia/if_cnw.c sc->sc_dev.dv_xname, bufbytes,
bufbytes 620 dev/pcmcia/if_cnw.c n = mbytes <= bufbytes ? mbytes : bufbytes;
bufbytes 623 dev/pcmcia/if_cnw.c bufbytes -= n;