HomeSort by: relevance | last modified time | path
    Searched defs:totbytes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pcmcia/
if_cnw.c 743 int totbytes, buffer, bufbytes, bufptr, mbytes, n; local in function:cnw_read
747 totbytes = read16(sc, CNW_EREG_RDP);
750 printf("%s: recv %d bytes\n", device_xname(sc->sc_dev), totbytes);
760 m->m_pkthdr.len = totbytes;
765 while (totbytes > 0) {
774 if (totbytes >= MINCLSIZE) {
790 mbytes = m->m_len = uimin(totbytes, mbytes);
791 totbytes -= mbytes;
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 1079 int bytes, totbytes; local in function:clean_fs
1145 totbytes = 0;
1146 for (i = 0; i < lfs_sb_getnseg(fs) && totbytes < goal; i++) {
1162 totbytes += bytes;

Completed in 52 milliseconds