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

/freebsd-11-stable/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-11-stable/sys/mips/nlm/
H A Dxlp_pci.c284 uint64_t bbase, linkpcibase; local
292 bbase = nlm_get_bridge_regbase(node);
294 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEMEM_BASE0 + link);
297 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEMEM_LIMIT0 + link);
300 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEIO_BASE0 + link);
303 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEIO_LIMIT0 + link);
/freebsd-11-stable/usr.bin/m4/
H A Dmisc.c63 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable
175 bbase[i] = buf;
208 bbase[i] = (bbase[i]-buf)+newbuf;
H A Dextern.h166 extern unsigned char *bbase[]; /* buffer base per ilevel */
H A Dmain.c242 bbase[0] = bufbase;
433 bufbase = bbase[ilevel];
H A Deval.c738 bbase[ilevel] = bufbase = bp;
/freebsd-11-stable/sbin/fsck_ffs/
H A Dgjournal.c263 int i, cg, blk, frags, bbase; local
282 bbase = cgbno - fragnum(fs, cgbno);
286 blk = blkmap(fs, blksfree, bbase);
303 blk = blkmap(fs, blksfree, bbase);
308 fragno = fragstoblks(fs, bbase);
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c433 int i, error, cg, blk, frags, bbase; local
473 bbase = cgbno - fragnum(fs, cgbno);
477 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase);
496 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase);
501 fragno = fragstoblks(fs, bbase);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_alloc.c1590 int frags, bbase; local
1599 bbase = fragnum(fs, bprev);
1600 if (bbase > fragnum(fs, (bprev + frags - 1))) {
1625 for (i = frags; i < fs->fs_frag - bbase; i++)
2177 int i, blk, frags, bbase; local
2243 bbase = cgbno - fragnum(fs, cgbno);
2247 blk = blkmap(fs, blksfree, bbase);
2268 blk = blkmap(fs, blksfree, bbase);
2273 fragno = fragstoblks(fs, bbase);
H A Dffs_softdep.c10853 long cgbno, bbase; local
10879 bbase = cgbno - fragnum(fs, cgbno);
10881 blk = blkmap(fs, blksfree, bbase);
10888 blk = blkmap(fs, blksfree, bbase);
10891 fragno = fragstoblks(fs, bbase);
11800 long cgbno, bbase; local
11817 bbase = cgbno - fragnum(fs, cgbno);
11820 fragno = fragstoblks(fs, bbase);
11827 blk = blkmap(fs, blksfree, bbase);
11834 blk = blkmap(fs, blksfree, bbase);
[all...]

Completed in 240 milliseconds