/vbox/src/VBox/VMM/testcase/ |
H A D | tstAnimate.cpp | 385 PCFGMNODE pInst = NULL; local 397 rc = CFGMR3InsertNode(pDev, "0", &pInst); 399 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */ 401 rc = CFGMR3InsertNode(pInst, "Config", &pCfg); 409 rc = CFGMR3InsertNode(pDev, "0", &pInst); 411 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */ 413 rc = CFGMR3InsertNode(pInst, "Config", &pCfg); 446 rc = CFGMR3InsertNode(pDev, "0", &pInst); UPDATERC(); 447 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */ UPDATERC(); 448 rc = CFGMR3InsertNode(pInst, "Confi [all...] |
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl2.cpp | 610 PCFGMNODE pInst, pCfg, pLunL0, pLunL1; local 666 InsertConfigNode(pBridges, Utf8StrFmt("%d", iBase + iBridge).c_str(), &pInst); 667 InsertConfigInteger(pInst, "Trusted", 1); 668 hrc = pBusMgr->assignPCIDevice("ich9pcibridge", pInst); 706 InsertConfigNode(pPCIDevs, Utf8StrFmt("%d", iDev).c_str(), &pInst); 707 InsertConfigInteger(pInst, "Trusted", 1); 711 InsertConfigNode(pInst, "Config", &pCfg); 721 hrc = pBusMgr->assignHostPCIDevice("pciraw", pInst, HostPCIAddress, GuestPCIAddress, true); 730 InsertConfigNode(pInst, "LUN#0", &pLunL0); 1467 PCFGMNODE pInst local 3547 PCFGMNODE pDev, pInst, pCfg, pLunL0; local 4565 i_configNetwork(const char *pszDevice, unsigned uInstance, unsigned uLun, INetworkAdapter *aNetworkAdapter, PCFGMNODE pCfg, PCFGMNODE pLunL0, PCFGMNODE pInst, bool fAttachDetach, bool fIgnoreConnectFailure) argument [all...] |
H A D | ConsoleImpl.cpp | 2390 PCFGMNODE pInst = CFGMR3GetChild(CFGMR3GetRootU(pUVM), "Devices/acpi/0/"); local 2391 AssertRelease(pInst); 2393 CFGMR3RemoveNode(CFGMR3GetChildF(pInst, "LUN#%u", idCpu)); 2399 rc = CFGMR3InsertNodeF(pInst, &pLunL0, "LUN#%u", idCpu); RC_CHECK(); 2411 CFGMR3Dump(pInst); 4926 PCFGMNODE pInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "Devices/%s/%d/", pszDevice, uInstance); local 4927 AssertRelease(pInst); 4929 int rc = pThis->i_configNetwork(pszDevice, uInstance, uLun, aNetworkAdapter, pCfg, pLunL0, pInst,
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CFGM.cpp | 1002 PCFGMNODE pInst = NULL; local 1014 rc = CFGMR3InsertNode(pDev, "0", &pInst); 1016 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */ 1018 rc = CFGMR3InsertNode(pInst, "Config", &pCfg); 1026 rc = CFGMR3InsertNode(pDev, "0", &pInst); 1028 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */ 1030 rc = CFGMR3InsertNode(pInst, "Config", &pCfg); 1058 rc = CFGMR3InsertNode(pDev, "0", &pInst); 1060 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */ 1062 rc = CFGMR3InsertNode(pInst, "Confi [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | wbemcli.idl | 417 [in] IWbemClassObject *pInst, 423 [in] IWbemClassObject *pInst,
|
H A D | dmusici.h | 1262 STDMETHOD(DownloadInstrument)(THIS_ IDirectMusicInstrument *pInst, DWORD dwPChannel, IDirectMusicDownloadedInstrument **ppDownInst, DMUS_NOTERANGE *pNoteRanges, DWORD dwNumNoteRanges, IDirectMusicPort **ppPort, DWORD *pdwGroup, DWORD *pdwMChannel) PURE; 1367 STDMETHOD(DownloadInstrument)(THIS_ IDirectMusicInstrument *pInst, DWORD dwPChannel, IDirectMusicDownloadedInstrument **ppDownInst, DMUS_NOTERANGE *pNoteRanges, DWORD dwNumNoteRanges, IDirectMusicPort **ppPort, DWORD *pdwGroup, DWORD *pdwMChannel) PURE;
|
/vbox/src/VBox/Main/include/ |
H A D | ConsoleImpl.h | 692 PCFGMNODE pLunL0, PCFGMNODE pInst,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | dmusici.h | 1266 STDMETHOD(DownloadInstrument)(THIS_ IDirectMusicInstrument *pInst, DWORD dwPChannel, IDirectMusicDownloadedInstrument **ppDownInst, DMUS_NOTERANGE *pNoteRanges, DWORD dwNumNoteRanges, IDirectMusicPort **ppPort, DWORD *pdwGroup, DWORD *pdwMChannel) PURE; 1371 STDMETHOD(DownloadInstrument)(THIS_ IDirectMusicInstrument *pInst, DWORD dwPChannel, IDirectMusicDownloadedInstrument **ppDownInst, DMUS_NOTERANGE *pNoteRanges, DWORD dwNumNoteRanges, IDirectMusicPort **ppPort, DWORD *pdwGroup, DWORD *pdwMChannel) PURE;
|