Lines Matching defs:CFGMR3InsertString
958 rc = CFGMR3InsertString(pRoot, "Name", "Default VM");
1036 rc = CFGMR3InsertString(pCfg, "BootDevice0", "IDE");
1038 rc = CFGMR3InsertString(pCfg, "BootDevice1", "NONE");
1040 rc = CFGMR3InsertString(pCfg, "BootDevice2", "NONE");
1042 rc = CFGMR3InsertString(pCfg, "BootDevice3", "NONE");
1044 rc = CFGMR3InsertString(pCfg, "HardDiskDevice", "piix3ide");
1046 rc = CFGMR3InsertString(pCfg, "FloppyDevice", "");
1077 rc = CFGMR3InsertString(pLunL0, "Driver", "KeyboardQueue");
1085 rc = CFGMR3InsertString(pLunL1, "Driver", "MainKeyboard");
1093 rc = CFGMR3InsertString(pLunL0, "Driver", "MouseQueue");
1101 rc = CFGMR3InsertString(pLunL1, "Driver", "MainMouse");
1164 rc = CFGMR3InsertString(pCfg, "LogoFile", "");
1170 rc = CFGMR3InsertString(pLunL0, "Driver", "MainDisplay");
2135 VMMR3DECL(int) CFGMR3InsertString(PCFGMNODE pNode, const char *pszName, const char *pszString)
2142 * Same as CFGMR3InsertString except the string value given in RTStrPrintfV
2191 * Same as CFGMR3InsertString except the string value given in RTStrPrintf
2211 * Same as CFGMR3InsertString except the string value given as a UTF-16 string.
2224 rc = CFGMR3InsertString(pNode, pszName, pszValue);