Searched refs:lastend (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c799 intmax_t lastend; local
822 lastend = start - 1;
834 if (partstart - lastend > maxsize) {
835 maxsize = partstart - lastend - 1;
836 maxstart = lastend + 1;
839 lastend = partend;
842 if (end - lastend > maxsize) {
843 maxsize = end - lastend - 1;
844 maxstart = lastend + 1;
/freebsd-11.0-release/sys/dev/md/
H A Dmd.c979 int rv, ma_offs, offs, len, lastend; local
999 * which we're going to operate. lastend is the ending
1005 lastend = (bp->bio_offset + bp->bio_length - 1) % PAGE_SIZE + 1;
1011 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs;

Completed in 59 milliseconds