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

/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp448 DECLINLINE(HRESULT) InsertConfigInteger(PCFGMNODE pCfg, const char* pszName, uint64_t u64) function
489 rc = InsertConfigInteger(pCfg, "PCIBusNo", GuestAddress.miBus);
492 rc = InsertConfigInteger(pCfg, "PCIDeviceNo", GuestAddress.miDevice);
495 rc = InsertConfigInteger(pCfg, "PCIFunctionNo", GuestAddress.miFn);
H A DConsoleImpl2.cpp436 static void InsertConfigInteger(PCFGMNODE pNode, function
579 InsertConfigInteger(pPortCfg, "Hotpluggable", fHotPluggable ? 1 : 0);
599 InsertConfigInteger(pBiosCfg, s_apszBiosConfig[j], lPortLUN[j]);
667 InsertConfigInteger(pInst, "Trusted", 1);
684 InsertConfigInteger(CFGMR3GetChild(pRoot, "PGM"), "PciPassThrough", 1);
692 InsertConfigInteger(pRoot, "RamPreAlloc", 1);
707 InsertConfigInteger(pInst, "Trusted", 1);
714 InsertConfigInteger(pCfg, "DetachHostDriver", 1);
715 InsertConfigInteger(pCfg, "HostPCIBusNo", HostPCIAddress.miBus);
716 InsertConfigInteger(pCf
[all...]

Completed in 50 milliseconds