Searched refs:bbase (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/lib/libufs/
H A Dcgroup.c81 int i, cg, blk, frags, bbase; local
98 bbase = cgbno - fragnum(fs, cgbno);
102 blk = blkmap(fs, blksfree, bbase);
116 blk = blkmap(fs, blksfree, bbase);
121 fragno = fragstoblks(fs, bbase);
/freebsd-10.1-release/usr.bin/m4/
H A Dmisc.c61 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable
173 bbase[i] = buf;
206 bbase[i] = (bbase[i]-buf)+newbuf;
H A Dextern.h163 extern unsigned char *bbase[]; /* buffer base per ilevel */
H A Dmain.c237 bbase[0] = bufbase;
427 bufbase = bbase[ilevel];
H A Deval.c715 bbase[ilevel] = bufbase = bp;
/freebsd-10.1-release/sbin/fsck_ffs/
H A Dgjournal.c264 int i, cg, blk, frags, bbase; local
283 bbase = cgbno - fragnum(fs, cgbno);
287 blk = blkmap(fs, blksfree, bbase);
304 blk = blkmap(fs, blksfree, bbase);
309 fragno = fragstoblks(fs, bbase);
/freebsd-10.1-release/usr.sbin/makefs/ffs/
H A Dffs_alloc.c432 int i, error, cg, blk, frags, bbase; local
471 bbase = cgbno - fragnum(fs, cgbno);
475 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase);
494 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase);
499 fragno = fragstoblks(fs, bbase);
/freebsd-10.1-release/sys/mips/nlm/
H A Dxlp_pci.c497 uint64_t bbase, linkpcibase; local
505 bbase = nlm_get_bridge_regbase(node);
507 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEMEM_BASE0 + link);
510 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEMEM_LIMIT0 + link);
513 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEIO_BASE0 + link);
516 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEIO_LIMIT0 + link);
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_alloc.c1528 int frags, bbase; local
1537 bbase = fragnum(fs, bprev);
1538 if (bbase > fragnum(fs, (bprev + frags - 1))) {
1563 for (i = frags; i < fs->fs_frag - bbase; i++)
2101 int i, blk, frags, bbase; local
2165 bbase = cgbno - fragnum(fs, cgbno);
2169 blk = blkmap(fs, blksfree, bbase);
2190 blk = blkmap(fs, blksfree, bbase);
2195 fragno = fragstoblks(fs, bbase);
H A Dffs_softdep.c10818 long cgbno, bbase; local
10844 bbase = cgbno - fragnum(fs, cgbno);
10846 blk = blkmap(fs, blksfree, bbase);
10853 blk = blkmap(fs, blksfree, bbase);
10856 fragno = fragstoblks(fs, bbase);
11691 long cgbno, bbase; local
11708 bbase = cgbno - fragnum(fs, cgbno);
11711 fragno = fragstoblks(fs, bbase);
11718 blk = blkmap(fs, blksfree, bbase);
11725 blk = blkmap(fs, blksfree, bbase);
[all...]

Completed in 260 milliseconds