Searched refs:totbytes (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | if_cnw.c | 743 int totbytes, buffer, bufbytes, bufptr, mbytes, n; in cnw_read() local 747 totbytes = read16(sc, CNW_EREG_RDP); in cnw_read() 750 printf("%s: recv %d bytes\n", device_xname(sc->sc_dev), totbytes); in cnw_read() 760 m->m_pkthdr.len = totbytes; in cnw_read() 765 while (totbytes > 0) { in cnw_read() 774 if (totbytes >= MINCLSIZE) { in cnw_read() 790 mbytes = m->m_len = uimin(totbytes, mbytes); in cnw_read() 791 totbytes -= mbytes; in cnw_read()
|
| /netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| H A D | hfs.h | 43 unsigned long totbytes; /* total bytes on volume */ member
|
| H A D | hfs.c | 440 ent->totbytes = vol->mdb.drNmAlBlks * vol->mdb.drAlBlkSiz; in hfs_vstat()
|
| /netbsd-src/libexec/lfs_cleanerd/ |
| H A D | lfs_cleanerd.c | 1079 int bytes, totbytes; in clean_fs() local 1145 totbytes = 0; in clean_fs() 1146 for (i = 0; i < lfs_sb_getnseg(fs) && totbytes < goal; i++) { in clean_fs() 1162 totbytes += bytes; in clean_fs()
|