Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libufs/
H A Dcgroup.c83 int i, cg, blk, frags, bbase; in cgbfree() local
100 bbase = cgbno - fragnum(fs, cgbno); in cgbfree()
104 blk = blkmap(fs, blksfree, bbase); in cgbfree()
118 blk = blkmap(fs, blksfree, bbase); in cgbfree()
123 fragno = fragstoblks(fs, bbase); in cgbfree()
/freebsd-12.1/sys/mips/nlm/
H A Dxlp_pci.c287 uint64_t bbase, linkpcibase; in xlp_pcib_hardware_swap_enable() local
295 bbase = nlm_get_bridge_regbase(node); in xlp_pcib_hardware_swap_enable()
297 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEMEM_BASE0 + link); in xlp_pcib_hardware_swap_enable()
300 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEMEM_LIMIT0 + link); in xlp_pcib_hardware_swap_enable()
303 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEIO_BASE0 + link); in xlp_pcib_hardware_swap_enable()
306 bar = nlm_read_bridge_reg(bbase, BRIDGE_PCIEIO_LIMIT0 + link); in xlp_pcib_hardware_swap_enable()
/freebsd-12.1/sbin/fsck_ffs/
H A Dgjournal.c261 int i, cg, blk, frags, bbase; in blkfree() local
280 bbase = cgbno - fragnum(fs, cgbno); in blkfree()
284 blk = blkmap(fs, blksfree, bbase); in blkfree()
301 blk = blkmap(fs, blksfree, bbase); in blkfree()
306 fragno = fragstoblks(fs, bbase); in blkfree()
/freebsd-12.1/usr.bin/m4/
H A Dmisc.c65 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable
177 bbase[i] = buf; in initspaces()
210 bbase[i] = (bbase[i]-buf)+newbuf; in enlarge_bufspace()
H A Dextern.h168 extern unsigned char *bbase[]; /* buffer base per ilevel */
H A Dmain.c244 bbase[0] = bufbase; in main()
435 bufbase = bbase[ilevel]; in macro()
H A Deval.c740 bbase[ilevel] = bufbase = bp; in doincl()
/freebsd-12.1/usr.sbin/makefs/ffs/
H A Dffs_alloc.c434 int i, error, cg, blk, frags, bbase; in ffs_blkfree() local
473 bbase = cgbno - fragnum(fs, cgbno); in ffs_blkfree()
477 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase); in ffs_blkfree()
496 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase); in ffs_blkfree()
501 fragno = fragstoblks(fs, bbase); in ffs_blkfree()
/freebsd-12.1/sys/ufs/ffs/
H A Dffs_alloc.c1671 int frags, bbase; local
1680 bbase = fragnum(fs, bprev);
1681 if (bbase > fragnum(fs, (bprev + frags - 1))) {
1699 for (i = frags; i < fs->fs_frag - bbase; i++)
2227 int i, blk, frags, bbase, error; local
2282 bbase = cgbno - fragnum(fs, cgbno);
2286 blk = blkmap(fs, blksfree, bbase);
2307 blk = blkmap(fs, blksfree, bbase);
2312 fragno = fragstoblks(fs, bbase);
H A Dffs_softdep.c10885 long cgbno, bbase; local
10911 bbase = cgbno - fragnum(fs, cgbno);
10913 blk = blkmap(fs, blksfree, bbase);
10920 blk = blkmap(fs, blksfree, bbase);
10923 fragno = fragstoblks(fs, bbase);
11838 long cgbno, bbase; local
11855 bbase = cgbno - fragnum(fs, cgbno);
11858 fragno = fragstoblks(fs, bbase);
11865 blk = blkmap(fs, blksfree, bbase);
11872 blk = blkmap(fs, blksfree, bbase);