Searched refs:szInstance (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevice.cpp224 char szInstance[32]; local
225 rc = CFGMR3GetName(pInstanceNode, szInstance, sizeof(szInstance));
228 rc = RTStrToUInt32Ex(szInstance, &pszNext, 0, &paDevs[i].iInstance);
229 AssertMsgRCReturn(rc, ("Configuration error: RTStrToInt32Ex failed on the instance name '%s'! rc=%Rrc\n", szInstance, rc), rc);
230 AssertMsgReturn(!*pszNext, ("Configuration error: the instance name '%s' isn't all digits. (%s)\n", szInstance, pszNext), VERR_INVALID_PARAMETER);
H A DPDMUsb.cpp810 char szInstance[32]; local
811 rc = CFGMR3GetName(pInstanceNode, szInstance, sizeof(szInstance));
814 rc = RTStrToUInt32Ex(szInstance, &pszNext, 0, &paUsbDevs[i].iInstance);
815 AssertMsgRCReturn(rc, ("Configuration error: RTStrToInt32Ex failed on the instance name '%s'! rc=%Rrc\n", szInstance, rc), rc);
816 AssertMsgReturn(!*pszNext, ("Configuration error: the instance name '%s' isn't all digits. (%s)\n", szInstance, pszNext), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.cpp29 #define INSTANCE(pState) pState->szInstance
818 RTStrPrintf(pState->szInstance, sizeof(pState->szInstance),
829 int rc = PDMDevHlpCritSectInit(pDevIns, &pState->cs, RT_SRC_POS, "%s", pState->szInstance);
H A DVirtio.h167 char szInstance[8]; /**< Instance name, e.g. VNet#1. */ member in struct:VPCIState_st
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daxextend.idl279 [in] LPCOLESTR szInstance,
288 [in] LPCOLESTR szInstance,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Daxextend.idl278 [in] const OLECHAR *szInstance,
287 [in] const OLECHAR *szInstance,
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp45 #define INSTANCE(pThis) pThis->VPCI.szInstance
2034 // char szTmp[sizeof(pThis->VPCI.szInstance) + 2];
2035 // RTStrPrintf(szTmp, sizeof(szTmp), "%sRX", pThis->VPCI.szInstance);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1529 GEN_CHECK_OFF(VPCISTATE, szInstance);

Completed in 87 milliseconds