Lines Matching defs:uInstance

3455     ULONG uInstance;
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;
3637 rc = pStorageController->COMGETTER(Instance)(&uInstance);
3660 this, pUVM, pszDevice, uInstance, enmBus, fUseHostIOCache, aMediumAttachment, fSilent);
3700 * @param uInstance The PDM device instance.
3709 unsigned uInstance,
3715 LogFlowFunc(("pThis=%p uInstance=%u pszDevice=%p:{%s} enmBus=%u, aMediumAtt=%p\n",
3716 pThis, uInstance, pcszDevice, pcszDevice, enmBus, aMediumAtt));
3730 uInstance,
3810 ULONG uInstance;
3811 rc = pStorageController->COMGETTER(Instance)(&uInstance);
3831 this, pUVM, pszDevice, uInstance, enmBus, aMediumAttachment, fSilent);
3870 * @param uInstance The PDM device instance.
3879 unsigned uInstance,
3884 LogFlowFunc(("pThis=%p uInstance=%u pszDevice=%p:{%s} enmBus=%u, pMediumAtt=%p\n",
3885 pThis, uInstance, pcszDevice, pcszDevice, enmBus, pMediumAtt));
3900 pCtlInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "Devices/%s/%u/", pcszDevice, uInstance);
3933 rc = PDMR3DeviceDetach(pUVM, pcszDevice, uInstance, uLUN, fFlags);
3939 Utf8Str devicePath = Utf8StrFmt("%s/%u/LUN#%u", pcszDevice, uInstance, uLUN);
4825 * @param uInstance The PDM device instance.
4831 unsigned uInstance,
4835 LogFlowThisFunc(("pszDevice=%p:{%s} uInstance=%u uLun=%u aNetworkAdapter=%p\n",
4836 pszDevice, pszDevice, uInstance, uLun, aNetworkAdapter));
4856 this, pUVM, pszDevice, uInstance, uLun, aNetworkAdapter);
4877 * @param uInstance The PDM device instance.
4888 unsigned uInstance,
4892 LogFlowFunc(("pThis=%p pszDevice=%p:{%s} uInstance=%u uLun=%u aNetworkAdapter=%p\n",
4893 pThis, pszDevice, pszDevice, uInstance, uLun, aNetworkAdapter));
4914 && uInstance < maxNetworkAdapters,
4915 ("pszDevice=%s uLun=%d uInstance=%d\n", pszDevice, uLun, uInstance));
4916 Log(("pszDevice=%s uLun=%d uInstance=%d\n", pszDevice, uLun, uInstance));
4926 PCFGMNODE pInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "Devices/%s/%d/", pszDevice, uInstance);
4929 int rc = pThis->i_configNetwork(pszDevice, uInstance, uLun, aNetworkAdapter, pCfg, pLunL0, pInst,
6001 ULONG uInstance;
6002 rc = pStorageController->COMGETTER(Instance)(&uInstance);
6023 this, ptrVM.rawUVM(), pcszDevice, uInstance, enmBus, fUseHostIOCache,
6038 vrc = PDMR3QueryDriverOnLun(ptrVM.rawUVM(), pcszDevice, uInstance, uLUN, "VD", &pIBase);
6068 this, ptrVM.rawUVM(), pcszDevice, uInstance, enmBus, fUseHostIOCache,
9876 unsigned uInstance,
9903 uInstance,