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

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp2249 PCFGMNODE pCfgFilterConfig = CFGMR3GetChild(pCfgFilter, "VDConfig"); local
2262 pCfgFilterConfig, sizeof(VDINTERFACECONFIG), &pVDIfsFilter);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4519 PCFGMNODE pCfgFilterConfig = CFGMR3GetChild(pVDC, strFilter.c_str()); local
4520 if (!pCfgFilterConfig)
4521 InsertConfigNode(pVDC, strFilter.c_str(), &pCfgFilterConfig);
4523 InsertConfigString(pCfgFilterConfig, strKey.c_str(), value);

Completed in 143 milliseconds