Searched refs:bstart (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/usr.sbin/bsdinstall/partedit/ |
| H A D | gpart_ops.c | 782 intmax_t astart, bstart; in part_compare() local 785 astart = bstart = 0; in part_compare() 793 bstart = strtoimax(gc->lg_val, NULL, 0); in part_compare() 797 if (astart < bstart) in part_compare() 799 else if (astart > bstart) in part_compare()
|
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_default.c | 1078 off_t bstart, bend, start, end; in vop_stdadvise() local 1109 bstart = rounddown(ap->a_start, bsize); in vop_stdadvise() 1119 start = trunc_page(bstart); in vop_stdadvise() 1129 startn = bstart / bsize; in vop_stdadvise()
|
| /freebsd-13.1/sys/dev/iwi/ |
| H A D | if_iwi.c | 2746 int i, next, band, b, bstart; in iwi_scanchan() local 2754 bstart = 0; /* NB: not needed, silence compiler */ in iwi_scanchan() 2762 scan.channels[bstart] = in iwi_scanchan() 2763 (next - bstart) | band; in iwi_scanchan() 2765 band = b, bstart = next++; in iwi_scanchan() 2775 scan.channels[bstart] = (next - bstart) | band; in iwi_scanchan()
|
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | suj.c | 266 ufs2_daddr_t bstart; in blk_overlaps() local 271 bstart = brec->jb_blkno + brec->jb_oldfrags; in blk_overlaps() 272 bend = bstart + brec->jb_frags; in blk_overlaps() 273 if (start < bend && end > bstart) in blk_overlaps()
|
| /freebsd-13.1/sys/geom/raid/ |
| H A D | g_raid.c | 1157 off_t bstart = bp->bio_offset; in g_raid_bio_overlaps() local 1162 if (lend < bstart) in g_raid_bio_overlaps()
|