Searched refs:bstart (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.sbin/bsdinstall/partedit/ |
| H A D | gpart_ops.c | 829 intmax_t astart, bstart; in part_compare() local 832 astart = bstart = 0; in part_compare() 840 bstart = strtoimax(gc->lg_val, NULL, 0); in part_compare() 844 if (astart < bstart) in part_compare() 846 else if (astart > bstart) in part_compare()
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_default.c | 1069 uintmax_t bstart, bend; in vop_stdadvise() local 1101 bstart = rounddown(ap->a_start, bsize); in vop_stdadvise() 1114 OFF_TO_IDX(trunc_page(bstart)), in vop_stdadvise() 1120 startn = bstart / bsize; in vop_stdadvise()
|
| /freebsd-14.2/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-14.2/sbin/fsck_ffs/ |
| H A D | suj.c | 267 ufs2_daddr_t bstart; in blk_overlaps() local 272 bstart = brec->jb_blkno + brec->jb_oldfrags; in blk_overlaps() 273 bend = bstart + brec->jb_frags; in blk_overlaps() 274 if (start < bend && end > bstart) in blk_overlaps()
|
| /freebsd-14.2/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()
|