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

/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c772 intmax_t astart, bstart; local
775 astart = bstart = 0;
783 bstart = strtoimax(gc->lg_val, NULL, 0);
787 if (astart < bstart)
789 else if (astart > bstart)
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c2729 int i, next, band, b, bstart; local
2737 bstart = 0; /* NB: not needed, silence compiler */
2745 scan.channels[bstart] =
2746 (next - bstart) | band;
2748 band = b, bstart = next++;
2758 scan.channels[bstart] = (next - bstart) | band;
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c489 ufs2_daddr_t bstart; local
494 bstart = brec->jb_blkno + brec->jb_oldfrags;
495 bend = bstart + brec->jb_frags;
496 if (start < bend && end > bstart)
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c1158 off_t bstart = bp->bio_offset; local
1163 if (lend < bstart)

Completed in 191 milliseconds