Lines Matching defs:pConfig
109 static int emulatedWebcamInsertSettings(PCFGMNODE pConfig, EUSBSettingsMap *pSettings)
124 rc = CFGMR3InsertInteger(pConfig, it->first.c_str(), u32);
136 rc = CFGMR3InsertString(pConfig, it->first.c_str(), it->second.c_str());
151 PCFGMNODE pConfig;
152 CFGMR3InsertNode(pInstance, "Config", &pConfig);
153 int rc = emulatedWebcamInsertSettings(pConfig, &pThis->mDevSettings);
157 CFGMR3InsertNode(pConfig, "EmulatedUSB", &pEUSB);
165 CFGMR3InsertNode(pLunL0, "Config", &pConfig);
166 CFGMR3InsertString(pConfig, "DevicePath", pThis->mPath.c_str());
167 CFGMR3InsertInteger(pConfig, "Object", (uintptr_t)pThis->mpvObject);
168 rc = emulatedWebcamInsertSettings(pConfig, &pThis->mDrvSettings);