Lines Matching defs:subend
622 extent_alloc_subregion1(struct extent *ex, u_long substart, u_long subend,
644 (subend > ex->ex_end) || (subend < ex->ex_start)) {
647 printf("extent_alloc_subregion: substart 0x%lx, subend 0x%lx\n",
648 substart, subend);
651 if ((size < 1) || ((size - 1) > (subend - substart))) {
654 printf("extent_alloc_subregion: substart 0x%lx, subend 0x%lx\n",
655 substart, subend);
716 * or the start of a region past the subend.
762 * If the region pasts the subend, bail out and see
763 * if we fit against the subend.
765 if (rp->er_start > subend) {
869 if (LE_OV(newstart, (size - 1), subend)) {
904 if (!LE_OV(newstart, (size - 1), subend))