Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.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-13.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-13.1/sys/ufs/ffs/
H A Dffs_alloc.c1690 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 Dffs_softdep.c11324 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);