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

/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c801 intmax_t maxsize, maxstart; local
836 maxstart = lastend + 1;
844 maxstart = lastend + 1;
866 if ((offset = maxstart * sectorsize % stripesize) != 0) {
868 maxstart += offset;
873 *npartstart = maxstart;
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf.c1774 u_int8_t i, curstart, curend, maxstart, maxend; local
1775 curstart = curend = maxstart = maxend = 255;
1783 (maxend - maxstart)) {
1784 maxstart = curstart;
1791 (maxend - maxstart)) {
1792 maxstart = curstart;
1796 if (i >= maxstart && i <= maxend) {

Completed in 79 milliseconds