Searched refs:pszValueName (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp3376 * @param pszValueName The value / extension name.
3380 static int cpumR3CpuIdReadIsaExtCfg(PVM pVM, PCFGMNODE pIsaExts, const char *pszValueName, argument
3387 int rc = CFGMR3QueryInteger(pIsaExts, pszValueName, &uValue);
3398 pszValueName, uValue);
3413 rc = CFGMR3QueryString(pIsaExts, pszValueName, szValue, sizeof(szValue));
3432 pszValueName, uValue);
3437 return VMSetError(pVM, rc, RT_SRC_POS, "Error reading config value '/CPUM/IsaExts/%s': %Rrc", pszValueName, rc);
3449 * @param pszValueName The value / extension name.
3455 static int cpumR3CpuIdReadIsaExtCfgEx(PVM pVM, PCFGMNODE pIsaExts, const char *pszValueName, argument
3460 rc = cpumR3CpuIdReadIsaExtCfg(pVM, pIsaExts, pszValueName, penmValu
3483 cpumR3CpuIdReadIsaExtCfgLegacy(PVM pVM, PCFGMNODE pIsaExts, PCFGMNODE pCpumCfg, const char *pszValueName, CPUMISAEXTCFG *penmValue, CPUMISAEXTCFG enmDefault) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp1091 const _TCHAR *pszValueName,
1113 lRet = RegSetValueEx(hKey, pszValueName, 0, dwType, (BYTE*)pbData, cbData);
1089 RegistryWrite(HKEY hRootKey, const _TCHAR *pszSubKey, const _TCHAR *pszValueName, DWORD dwType, const BYTE *pbData, DWORD cbData) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h1387 LPCSTR pszValueName; member in struct:tagTBSAVEPARAMSA
1393 LPCWSTR pszValueName; member in struct:tagTBSAVEPARAMSW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h1412 LPCSTR pszValueName; member in struct:tagTBSAVEPARAMSA
1418 LPCWSTR pszValueName; member in struct:tagTBSAVEPARAMSW

Completed in 141 milliseconds