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

/vbox/src/VBox/VMM/testcase/
H A DtstAnimate.cpp335 int rcAll = VINF_SUCCESS; local
337 #define UPDATERC() do { if (RT_FAILURE(rc) && RT_SUCCESS(rcAll)) rcAll = rc; } while (0)
604 return rcAll;
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp949 int rcAll = VINF_SUCCESS; local
950 #define UPDATERC() do { if (RT_FAILURE(rc) && RT_SUCCESS(rcAll)) rcAll = rc; } while (0)
1193 return rcAll;

Completed in 2352 milliseconds