Searched refs:VERR_PAGE_COUNT_OUT_OF_RANGE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp913 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
928 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
1095 AssertMsgReturn(cPages > 0 && cPages <= VBOX_MAX_ALLOC_PAGE_COUNT, ("cPages=%zu\n", cPages), VERR_PAGE_COUNT_OUT_OF_RANGE);
1266 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
1364 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
1399 AssertMsgReturn(cPages > 0 && cPages < 256, ("cPages=%d must be > 0 and < 256\n", cPages), VERR_PAGE_COUNT_OUT_OF_RANGE);
1467 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
H A DSUPDrv.cpp3043 return VERR_PAGE_COUNT_OUT_OF_RANGE;
3126 return VERR_PAGE_COUNT_OUT_OF_RANGE;
3348 return VERR_PAGE_COUNT_OUT_OF_RANGE;
/vbox/include/iprt/
H A Derr.h864 #define VERR_PAGE_COUNT_OUT_OF_RANGE (-84) macro
/vbox/src/VBox/VMM/VMMR3/
H A DMMHyper.cpp632 AssertReturn(cPages > 0, VERR_PAGE_COUNT_OUT_OF_RANGE);
633 AssertReturn(cPages <= VBOX_MAX_ALLOC_PAGE_COUNT, VERR_PAGE_COUNT_OUT_OF_RANGE);

Completed in 231 milliseconds