Searched refs:bstart (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c647 intmax_t astart, bstart; local
650 astart = bstart = 0;
658 bstart = strtoimax(gc->lg_val, NULL, 0);
662 if (astart < bstart)
664 else if (astart > bstart)
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwi.c2721 int i, next, band, b, bstart; local
2729 bstart = 0; /* NB: not needed, silence compiler */
2737 scan.channels[bstart] =
2738 (next - bstart) | band;
2740 band = b, bstart = next++;
2750 scan.channels[bstart] = (next - bstart) | band;
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsuj.c486 ufs2_daddr_t bstart; local
491 bstart = brec->jb_blkno + brec->jb_oldfrags;
492 bend = bstart + brec->jb_frags;
493 if (start < bend && end > bstart)
/freebsd-9.3-release/sys/geom/raid/
H A Dg_raid.c1172 off_t bstart = bp->bio_offset; local
1177 if (lend < bstart)

Completed in 142 milliseconds