HomeSort by: relevance | last modified time | path
    Searched defs:lbc (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ufs_bmap.c 79 int lbc; local in function:ufs_getlbns
101 for (lbc = 0, i = UFS_NIADDR;; i--, bn -= blockcnt) {
105 lbc += lognindir;
106 blockcnt = (int64_t)1 << lbc;
130 lbc -= lognindir;
131 blockcnt = (int64_t)1 << lbc;
132 off = (bn >> lbc) & (FFS_NINDIR(ip->i_fs) - 1);
140 metalbn -= -1 + (off << lbc);
  /src/sys/ufs/lfs/
ulfs_bmap.c 358 int lbc; local in function:ulfs_getlbns
379 for (lbc = 0, i = ULFS_NIADDR;; i--, bn -= blockcnt) {
383 lbc += fs->um_lognindir;
384 blockcnt = (int64_t)1 << lbc;
408 lbc -= fs->um_lognindir;
409 off = (bn >> lbc) & (MNINDIR(fs) - 1);
417 metalbn -= -1 + ((int64_t)off << lbc);
  /src/sys/ufs/ufs/
ufs_bmap.c 341 int lbc; local in function:ufs_getlbns
361 for (lbc = 0, i = UFS_NIADDR;; i--, bn -= blockcnt) {
365 lbc += ump->um_lognindir;
366 blockcnt = (int64_t)1 << lbc;
390 lbc -= ump->um_lognindir;
391 off = (bn >> lbc) & (MNINDIR(ump) - 1);
399 metalbn -= -1 + ((int64_t)off << lbc);
  /src/sys/arch/powerpc/booke/dev/
pq3obio.c 67 if (!e500_cpunode_submatch(parent, cf, "lbc", aux))
103 const struct pq3lbc_softc *lbc; local in function:pq3obio_search
112 lbc = &sc->sc_lbcs[ga.ga_cs];
116 if (ga.ga_addr < lbc->lbc_base
117 || ga.ga_addr > lbc->lbc_limit)
120 ga.ga_addr = lbc->lbc_base;
126 for (cs = 0, lbc = sc->sc_lbcs;
128 cs++, lbc++) {
129 if (ga.ga_addr >= lbc->lbc_base
130 && ga.ga_addr <= lbc->lbc_limit)
195 struct pq3lbc_softc * const lbc = &sc->sc_lbcs[i]; local in function:pq3obio_attach
219 struct pq3lbc_softc * const lbc = &sc->sc_lbcs[i]; local in function:pq3obio_attach
    [all...]
pq3nandfcm.c 86 struct pq3lbc_softc * const lbc = &psc->sc_lbcs[ga->ga_cs]; local in function:pq3nandfcm_match
88 if ((lbc->lbc_br & BR_V) == 0)
91 if (__SHIFTOUT(lbc->lbc_br,BR_MSEL) != BR_MSEL_FCM)
103 struct pq3lbc_softc * const lbc = &psc->sc_lbcs[ga->ga_cs]; local in function:pq3nandfcm_attach
107 sc->sc_lbc = lbc;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hip05.dtsi 321 lbc: local-bus@80380000 { label
  /src/sbin/fsck_lfs/
lfs.c 232 int lbc; local in function:ulfs_getlbns
255 for (lbc = 0, i = ULFS_NIADDR;; i--, bn -= blockcnt) {
259 lbc += lognindir;
260 blockcnt = (int64_t) 1 << lbc;
282 lbc -= lognindir;
283 /*blockcnt = (int64_t) 1 << lbc;*/
284 off = (bn >> lbc) & (lfs_sb_getnindir(fs) - 1);
292 metalbn -= -1 + (off << lbc);

Completed in 57 milliseconds