Searched refs:VERR_CFGM_NO_PARENT (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstCFGM.cpp56 RTTESTI_CHECK_RC(CFGMR3QueryBool(NULL, "BoolValue", &f), VERR_CFGM_NO_PARENT); local
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp735 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
814 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
817 else if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
1211 return VERR_CFGM_NO_PARENT;
1271 return VERR_CFGM_NO_PARENT;
1789 rc = VERR_CFGM_NO_PARENT;
1918 rc = VERR_CFGM_NO_PARENT;
2120 rc = VERR_CFGM_NO_PARENT;
2184 rc = VERR_CFGM_NO_PARENT;
2276 rc = VERR_CFGM_NO_PARENT;
[all...]
H A DPDMDriver.cpp135 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
178 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
H A DPDMDevice.cpp495 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
H A DPDMUsb.cpp303 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
H A DCPUMR3CpuId.cpp3403 else if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp1233 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
1243 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
1253 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
/vbox/include/VBox/
H A Dvd-ifs.h972 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
983 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
H A Derr.h909 #define VERR_CFGM_NO_PARENT (-2104) macro
/vbox/src/VBox/Storage/
H A DISCSI.cpp3920 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
3977 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
3990 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
4017 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
4029 if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)

Completed in 747 milliseconds