Searched defs:CFGMR3InsertString (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp958 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(pLunL
2135 VMMR3DECL(int) CFGMR3InsertString(PCFGMNODE pNode, const char *pszName, const char *pszString) function
[all...]

Completed in 3640 milliseconds