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

  /src/usr.sbin/fstyp/
hammer2.c 143 size_t bytes, io_bytes, boff, fbytes; local in function:read_media
159 io_bytes = HAMMER2_LBUFSIZE;
160 while (io_bytes + boff < bytes)
161 io_bytes <<= 1;
163 if (io_bytes > sizeof(hammer2_media_data_t)) {
186 media = read_buf(fp, (off_t)io_base, io_bytes);
hammer2.c 143 size_t bytes, io_bytes, boff, fbytes; local in function:read_media
159 io_bytes = HAMMER2_LBUFSIZE;
160 while (io_bytes + boff < bytes)
161 io_bytes <<= 1;
163 if (io_bytes > sizeof(hammer2_media_data_t)) {
186 media = read_buf(fp, (off_t)io_base, io_bytes);
  /src/sys/arch/atari/dev/
fd.c 147 int io_bytes; /* bytes left for I/O */ member in struct:fd_softc
693 sc->io_bytes = bp->b_bcount; /* Transfer size in bytes */
734 sc->io_bytes);
736 bp->b_resid = sc->io_bytes;
1030 sc->io_bytes -= SECTOR_SIZE;
1031 if (sc->io_bytes <= 0)
fd.c 147 int io_bytes; /* bytes left for I/O */ member in struct:fd_softc
693 sc->io_bytes = bp->b_bcount; /* Transfer size in bytes */
734 sc->io_bytes);
736 bp->b_resid = sc->io_bytes;
1030 sc->io_bytes -= SECTOR_SIZE;
1031 if (sc->io_bytes <= 0)

Completed in 30 milliseconds