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

/vbox/include/VBox/
H A Derr.h577 #define VERR_PGM_POOL_MAXED_OUT_ALREADY (-1677) macro
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp440 AssertReturn(pPool->cCurPages < pPool->cMaxPages, VERR_PGM_POOL_MAXED_OUT_ALREADY);

Completed in 2264 milliseconds