/src/sys/rump/dev/lib/libvirtio_ld/ |
ld_at_virtio.c | 69 char bbase[] = "/dev/ldX"; local in function:RUMP_COMPONENT 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 | 438 int i, error, cg, blk, frags, bbase; local in function:ffs_blkfree 476 bbase = cgbno - ffs_fragnum(fs, cgbno); 480 blk = blkmap(fs, cg_blksfree(cgp, needswap), bbase); 500 blk = blkmap(fs, cg_blksfree(cgp, needswap), bbase); 505 fragno = ffs_fragstoblks(fs, bbase);
|
/src/usr.bin/m4/ |
misc.c | 63 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable in typeref:typename:unsigned char * [] 175 bbase[i] = buf; 208 bbase[i] = (bbase[i]-buf)+newbuf;
|
/src/sys/ufs/ffs/ |
ffs_alloc.c | 978 int frags, bbase; local in function:ffs_fragextend 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 in function:ffs_blkalloc_ump 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 in function:ffs_blkfree_common [all...] |