| /freebsd-12.1/lib/libufs/ |
| H A D | cgroup.c | 83 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 D | xlp_pci.c | 287 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 D | gjournal.c | 261 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 D | misc.c | 65 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 D | extern.h | 168 extern unsigned char *bbase[]; /* buffer base per ilevel */
|
| H A D | main.c | 244 bbase[0] = bufbase; in main() 435 bufbase = bbase[ilevel]; in macro()
|
| H A D | eval.c | 740 bbase[ilevel] = bufbase = bp; in doincl()
|
| /freebsd-12.1/usr.sbin/makefs/ffs/ |
| H A D | ffs_alloc.c | 434 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 D | ffs_alloc.c | 1671 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 D | ffs_softdep.c | 10885 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);
|