Searched refs:uInstance (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp345 uint32_t uInstance = RTStrToUInt32(pszEnd + 1); local
348 return uInstance;
391 uint32_t uInstance = getInstance(name, szModule); local
392 LogFlowThisFunc(("m=%s i=%u n=%s\n", szModule, uInstance, "phys"));
393 ksAdapter = kstat_lookup(mKC, szModule, uInstance, (char *)"phys");
396 LogFlowThisFunc(("m=%s i=%u n=%s\n", szModule, uInstance, name));
397 ksAdapter = kstat_lookup(mKC, szModule, uInstance, (char *)name);
H A DNetIf-solaris.cpp75 uint32_t uInstance = RTStrToUInt32(pszEnd + 1); local
78 return uInstance;
96 uint32_t uInstance = getInstance(name, szModule); local
97 ksAdapter = kstat_lookup(kc, szModule, uInstance, (char *)"phys");
99 ksAdapter = kstat_lookup(kc, szModule, uInstance, (char*)name);
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h632 unsigned uInstance,
665 unsigned uInstance,
678 unsigned uInstance,
688 const char *pcszDevice, unsigned uInstance);
690 int i_configNetwork(const char *pszDevice, unsigned uInstance, unsigned uLun,
704 HRESULT i_doNetworkAdapterChange(PUVM pUVM, const char *pszDevice, unsigned uInstance,
707 unsigned uInstance, unsigned uLun,
726 unsigned uInstance,
734 unsigned uInstance,
/vbox/include/VBox/vmm/
H A Dssm.h1153 SSMR3RegisterDevice(PVM pVM, PPDMDEVINS pDevIns, const char *pszName, uint32_t uInstance, uint32_t uVersion,
1159 SSMR3RegisterDriver(PVM pVM, PPDMDRVINS pDrvIns, const char *pszName, uint32_t uInstance, uint32_t uVersion, size_t cbGuess,
1164 SSMR3RegisterUsb(PVM pVM, PPDMUSBINS pUsbIns, const char *pszName, uint32_t uInstance, uint32_t uVersion, size_t cbGuess,
1169 SSMR3RegisterInternal(PVM pVM, const char *pszName, uint32_t uInstance, uint32_t uVersion, size_t cbGuess,
1174 SSMR3RegisterExternal(PUVM pUVM, const char *pszName, uint32_t uInstance, uint32_t uVersion, size_t cbGuess,
1178 VMMR3DECL(int) SSMR3RegisterStub(PVM pVM, const char *pszName, uint32_t uInstance);
1179 VMMR3_INT_DECL(int) SSMR3DeregisterDevice(PVM pVM, PPDMDEVINS pDevIns, const char *pszName, uint32_t uInstance);
1180 VMMR3_INT_DECL(int) SSMR3DeregisterDriver(PVM pVM, PPDMDRVINS pDrvIns, const char *pszName, uint32_t uInstance);
1181 VMMR3_INT_DECL(int) SSMR3DeregisterUsb(PVM pVM, PPDMUSBINS pUsbIns, const char *pszName, uint32_t uInstance);
H A Dcfgm.h208 const char *pszWho, uint32_t uInstance);
H A Dpdmdrv.h996 * @param uInstance The instance identifier of the data unit.
999 DECLR3CALLBACKMEMBER(int, pfnSSMDeregister,(PPDMDRVINS pDrvIns, const char *pszName, uint32_t uInstance));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3455 ULONG uInstance; local
3456 rc = pStorageController->COMGETTER(Instance)(&uInstance);
3479 this, pUVM, pszDevice, uInstance, enmBus, fUseHostIOCache, aMediumAttachment, fForce);
3518 * @param uInstance The PDM device instance.
3534 unsigned uInstance,
3540 LogFlowFunc(("pThis=%p uInstance=%u pszDevice=%p:{%s} enmBus=%u, aMediumAtt=%p, fForce=%d\n",
3541 pThis, uInstance, pcszDevice, pcszDevice, enmBus, aMediumAtt, fForce));
3555 uInstance,
3636 ULONG uInstance; local
3637 rc = pStorageController->COMGETTER(Instance)(&uInstance);
3531 i_changeRemovableMedium(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, IMediumAttachment *aMediumAtt, bool fForce) argument
3706 i_attachStorageDevice(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, IMediumAttachment *aMediumAtt, bool fSilent) argument
3810 ULONG uInstance; local
3876 i_detachStorageDevice(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, IMediumAttachment *pMediumAtt, bool fSilent) argument
4829 i_doNetworkAdapterChange(PUVM pUVM, const char *pszDevice, unsigned uInstance, unsigned uLun, INetworkAdapter *aNetworkAdapter) argument
4885 i_changeNetworkAttachment(Console *pThis, PUVM pUVM, const char *pszDevice, unsigned uInstance, unsigned uLun, INetworkAdapter *aNetworkAdapter) argument
6001 ULONG uInstance; local
9873 i_reconfigureMediumAttachment(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, bool fBuiltinIOCache, bool fSetupMerge, unsigned uMergeSource, unsigned uMergeTarget, IMediumAttachment *aMediumAtt, MachineState_T aMachineState, HRESULT *phrc) argument
[all...]
H A DConsoleImpl2.cpp749 const char *pcszDevice, unsigned uInstance)
761 Utf8Str deviceInstance = Utf8StrFmt("%s/%u", pcszDevice, uInstance);
3708 unsigned uInstance,
3753 pCtlInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "Devices/%s/%u/", pcszDevice, uInstance);
3758 pCtlInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "USB/%s/", pcszDevice, uInstance);
3777 uInstance = lPort; /* Overwrite uInstance with the correct one. */
3790 UsbMsd.iPort = uInstance;
3815 rc = PDMR3UsbQueryLun(pUVM, pcszDevice, uInstance, uLUN, &pBase);
3817 rc = PDMR3QueryLun(pUVM, pcszDevice, uInstance, uLU
746 i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds, uint64_t uFirst, uint64_t uLast, Console::MediumAttachmentMap *pmapMediumAttachments, const char *pcszDevice, unsigned uInstance) argument
3707 i_configMediumAttachment(const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, bool fBuiltinIOCache, bool fSetupMerge, unsigned uMergeSource, unsigned uMergeTarget, IMediumAttachment *pMediumAtt, MachineState_T aMachineState, HRESULT *phrc, bool fAttachDetach, bool fForceUnmount, bool fHotplug, PUVM pUVM, DeviceType_T *paLedDevType, PCFGMNODE *ppLunL0) argument
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 DGuestImpl.cpp234 uint8_t uInstance;
235 int rc = RTStrToUInt8Ex(pszLastSlash, NULL, 10, &uInstance);
245 LogFlowFunc(("%s i=%u d=%s %llu bytes\n", pszName, uInstance, fRx ? "RX" : "TX", cb));
/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp885 static int ssmR3Register(PVM pVM, const char *pszName, uint32_t uInstance, uint32_t uVersion, size_t cbGuess, const char *pszBefore, PSSMUNIT *ppUnit);
928 int rc = SSMR3RegisterInternal(pVM, "SSM", 0 /*uInstance*/, 1 /*uVersion*/, 64 /*cbGuess*/,
933 rc = SSMR3RegisterInternal(pVM, "SSMLiveControl", 0 /*uInstance*/, 1 /*uVersion*/, 1 /*cbGuess*/,
1110 * @param uInstance The instance id.
1118 static int ssmR3Register(PVM pVM, const char *pszName, uint32_t uInstance, argument
1151 if ( pUnit->u32Instance == uInstance
1182 pUnit->u32Instance = uInstance;
1217 * @param uInstance The instance identifier of the data unit.
1239 uint32_t uInstance, uint32_t uVersion, size_t cbGuess, const char *pszBefore,
1245 int rc = ssmR3Register(pVM, pszName, uInstance, uVersio
[all...]
H A DCFGM.cpp878 * @param uInstance The instance number of the caller.
882 const char *pszWho, uint32_t uInstance)
904 pszWho, uInstance, pszNode, pLeaf->szName, pszValidValues));
907 pszNode, pLeaf->szName, pszWho, uInstance);
922 pszWho, uInstance, pszNode, pChild->szName, pszValidNodes));
925 pszNode, pChild->szName, pszWho, uInstance);
880 CFGMR3ValidateConfig(PCFGMNODE pNode, const char *pszNode, const char *pszValidValues, const char *pszValidNodes, const char *pszWho, uint32_t uInstance) argument
H A DPGMSavedState.cpp346 uint32_t uInstance; local
347 SSMR3GetU32(pSSM, &uInstance);
367 AssertLogRelMsgReturn( uInstance == 0
735 uint32_t uInstance; local
736 SSMR3GetU32(pSSM, &uInstance);
756 && pMmio2->pDevInsR3->iInstance == uInstance
765 szDesc, szDevName, uInstance, iRegion);

Completed in 117 milliseconds