Home | History | Annotate | Download | only in kern

Lines Matching refs:subend

618 extent_alloc_subregion1(struct extent *ex, u_long substart, u_long subend,
640 (subend > ex->ex_end) || (subend < ex->ex_start)) {
643 printf("extent_alloc_subregion: substart 0x%lx, subend 0x%lx\n",
644 substart, subend);
647 if ((size < 1) || ((size - 1) > (subend - substart))) {
650 printf("extent_alloc_subregion: substart 0x%lx, subend 0x%lx\n",
651 substart, subend);
712 * or the start of a region past the subend.
758 * If the region pasts the subend, bail out and see
759 * if we fit against the subend.
761 if (rp->er_start > subend) {
865 if (LE_OV(newstart, (size - 1), subend)) {
900 if (!LE_OV(newstart, (size - 1), subend))