Searched refs:bstart (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | path.c | 69 const char *pathstart, *sep, *pend, *bstart; in k5_path_split() local 85 bstart = sep + 1; in k5_path_split() 94 bstart = pathstart; in k5_path_split() 106 basename = strdup(bstart); in k5_path_split()
|
| /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 | 1073 uintmax_t bstart, bend; in vop_stdadvise() local 1105 bstart = rounddown(ap->a_start, bsize); in vop_stdadvise() 1118 OFF_TO_IDX(trunc_page(bstart)), in vop_stdadvise() 1124 startn = bstart / bsize; in vop_stdadvise()
|
| /freebsd/sys/dev/iwi/ |
| H A D | if_iwi.c | 2743 int i, next, band, b, bstart; in iwi_scanchan() local 2751 bstart = 0; /* NB: not needed, silence compiler */ in iwi_scanchan() 2759 scan.channels[bstart] = in iwi_scanchan() 2760 (next - bstart) | band; in iwi_scanchan() 2762 band = b, bstart = next++; in iwi_scanchan() 2772 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 | 1153 off_t bstart = bp->bio_offset; in g_raid_bio_overlaps() local 1158 if (lend < bstart) in g_raid_bio_overlaps()
|