HomeSort by: relevance | last modified time | path
    Searched refs:b_size (Results 1 - 11 of 11) sorted by relevancy

  /src/sbin/fsck_ext2fs/
utilities.c 174 bufhead.b_size = i; /* save number of buffers */
218 bp->b_size = size;
231 (bp->b_errs == bp->b_size / dev_bsize) ? "" : "PARTIALLY ",
235 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
284 if (bufhead.b_size != cnt)
285 errexit("Panic: lost %d buffers", bufhead.b_size - cnt);
fsck.h 83 int b_size; member in struct:bufarea
setup.c 306 sblk.b_size = SBSIZE;
  /src/games/hunt/huntd/
hunt.h 114 char b_size; member in struct:bullet_def
shots.c 312 if (pp->p_damage + bp->b_size * MINDAM
333 if (pp->p_damage + bp->b_size * MINDAM
675 delta = bp->b_size - 1;
723 damage = bp->b_size - absdy;
725 damage = bp->b_size - dx;
921 i, bp->b_size, bp->b_owner, bp->b_score, true, SPACE);
927 (count < j) ? i + 1 : i, bp->b_size, bp->b_owner,
934 (count < j) ? i + 1 : i, bp->b_size, bp->b_owner,
941 (count < j) ? i + 1 : i, bp->b_size, bp->b_owner,
execute.c 489 bp->b_size = size;
  /src/sbin/fsck_ffs/
utilities.c 174 bufhead.b_size = i; /* save number of buffers */
218 bp->b_size = size;
232 (bp->b_errs == bp->b_size / dev_bsize) ? "" : "PARTIALLY ",
236 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
305 if (bufhead.b_size != cnt)
306 errexit("Panic: lost %d buffers", bufhead.b_size - cnt);
fsck.h 111 int b_size; member in struct:bufarea
setup.c 622 appleufsblk.b_size = APPLEUFS_LABEL_SIZE;
862 sblk.b_size = SBLOCKSIZE;
  /src/sys/arch/xen/xen/
pciback.c 95 bus_size_t b_size; member in struct:pciback_pci_softc::pci_bar
248 &sc->sc_bars[i].b_addr, &sc->sc_bars[i].b_size) == 0)
255 (uintmax_t)sc->sc_bars[i].b_size);
333 (uintmax_t)(sc->sc_bars[i].b_addr + sc->sc_bars[i].b_size));
  /src/sys/dev/tprof/
tprof.c 75 u_int b_size; member in struct:tprof_buf
172 new->b_size = size;
181 kmem_free(buf, TPROF_BUF_BYTESIZE(buf->b_size));
717 if (__predict_false(idx >= buf->b_size)) {

Completed in 25 milliseconds