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

  /src/sys/rump/dev/lib/libvirtio_ld/
ld_at_virtio.c 69 char bbase[] = "/dev/ldX"; local
75 bbase[sizeof(bbase)-2] = '0' + i;
78 if ((error = rump_vfs_makedevnodes(S_IFBLK, bbase, 'a',
  /src/usr.sbin/makefs/ffs/
ffs_alloc.c 446 int i, error, cg, blk, frags, bbase; local
491 bbase = cgbno - ffs_fragnum(fs, cgbno);
495 blk = blkmap(fs, cg_blksfree(cgp, needswap), bbase);
515 blk = blkmap(fs, cg_blksfree(cgp, needswap), bbase);
520 fragno = ffs_fragstoblks(fs, bbase);
531 i = old_cbtocylno(fs, bbase);
533 needswap)[old_cbtorpos(fs, bbase)], 1,
  /src/usr.bin/m4/
misc.c 63 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable
175 bbase[i] = buf;
208 bbase[i] = (bbase[i]-buf)+newbuf;
  /src/sys/ufs/ffs/
ffs_alloc.c 978 int frags, bbase; local
990 bbase = ffs_fragnum(fs, bprev);
991 if (bbase > ffs_fragnum(fs, (bprev + frags - 1))) {
1018 for (i = frags; i < fs->fs_frag - bbase; i++)
1461 int i, error, blk, frags, bbase; local
1500 bbase = cgbno - ffs_fragnum(fs, cgbno);
1513 fragno = ffs_fragstoblks(fs, bbase);
1526 blk = blkmap(fs, blksfree, bbase);
1540 blk = blkmap(fs, blksfree, bbase);
1877 int i, blk, frags, bbase; local
    [all...]

Completed in 15 milliseconds