Searched refs:bstart (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 830 intmax_t astart, bstart; in part_compare() local 833 astart = bstart = 0; in part_compare() 841 bstart = strtoimax(gc->lg_val, NULL, 0); in part_compare() 845 if (astart < bstart) in part_compare() 847 else if (astart > bstart) in part_compare()
|
/freebsd/sys/kern/ |
H A D | vfs_default.c | 1066 uintmax_t bstart, bend; in vop_stdadvise() local 1098 bstart = rounddown(ap->a_start, bsize); in vop_stdadvise() 1111 OFF_TO_IDX(trunc_page(bstart)), in vop_stdadvise() 1117 startn = bstart / bsize; in vop_stdadvise()
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 2739 int i, next, band, b, bstart; in iwi_scanchan() local 2747 bstart = 0; /* NB: not needed, silence compiler */ in iwi_scanchan() 2755 scan.channels[bstart] = in iwi_scanchan() 2756 (next - bstart) | band; in iwi_scanchan() 2758 band = b, bstart = next++; in iwi_scanchan() 2768 scan.channels[bstart] = (next - bstart) | band; in iwi_scanchan()
|
/freebsd/sbin/fsck_ffs/ |
H A D | suj.c | 265 ufs2_daddr_t bstart; in blk_overlaps() local 270 bstart = brec->jb_blkno + brec->jb_oldfrags; in blk_overlaps() 271 bend = bstart + brec->jb_frags; in blk_overlaps() 272 if (start < bend && end > bstart) in blk_overlaps()
|
/freebsd/sys/geom/raid/ |
H A D | g_raid.c | 1155 off_t bstart = bp->bio_offset; in g_raid_bio_overlaps() local 1160 if (lend < bstart) in g_raid_bio_overlaps()
|