| /freebsd-13.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-13.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-13.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-13.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-13.1/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 1690 int frags, bbase; local 1699 bbase = fragnum(fs, bprev); 1700 if (bbase > fragnum(fs, (bprev + frags - 1))) { 1718 for (i = frags; i < fs->fs_frag - bbase; i++) 2247 int i, blk, frags, bbase, error; local 2320 bbase = cgbno - fragnum(fs, cgbno); 2324 blk = blkmap(fs, blksfree, bbase); 2345 blk = blkmap(fs, blksfree, bbase); 2350 fragno = fragstoblks(fs, bbase);
|
| H A D | ffs_softdep.c | 11324 long cgbno, bbase; local 11350 bbase = cgbno - fragnum(fs, cgbno); 11352 blk = blkmap(fs, blksfree, bbase); 11359 blk = blkmap(fs, blksfree, bbase); 11362 fragno = fragstoblks(fs, bbase); 12303 long cgbno, bbase; local 12320 bbase = cgbno - fragnum(fs, cgbno); 12323 fragno = fragstoblks(fs, bbase); 12330 blk = blkmap(fs, blksfree, bbase); 12337 blk = blkmap(fs, blksfree, bbase);
|