Searched refs:pszUuid (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp120 char *pszUuid = RTStrDup(pAdapter->AdapterName); local
121 size_t len = strlen(pszUuid) - 1;
122 if (pszUuid[0] == '{' && pszUuid[len] == '}')
124 pszUuid[len] = 0;
125 if (!RTUuidCompareStr(&pInfo->Uuid, pszUuid + 1))
195 RTStrFree(pszUuid);
199 RTStrFree(pszUuid);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMUsb.cpp789 char *pszUuid = NULL; local
792 rc = CFGMR3QueryStringAlloc(pInstanceNode, "UUID", &pszUuid);
795 AssertPtr(pszUuid);
797 rc = RTUuidFromStr(&paUsbDevs[i].Uuid, pszUuid);
799 MMR3HeapFree(pszUuid);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4691 char *pszUuid = NULL; local
4707 pszUuid = pszVal;
4735 && pszUuid
4751 rc = m_pKeyStore->addSecretKey(Utf8Str(pszUuid), pbKey, cbKey);
4754 hrc = i_configureEncryptionForDisk(Utf8Str(pszUuid), NULL);
4758 rc = m_pKeyStore->deleteSecretKey(Utf8Str(pszUuid));
4782 if (pszUuid)
4783 RTStrFree(pszUuid);
/vbox/src/VBox/Storage/
H A DVMDK.cpp1771 char *pszUuid; local
1773 RTStrAPrintf(&pszUuid, "\"%RTuuid\"", pUuid);
1774 if (!pszUuid)
1777 pszUuid);
1778 RTStrFree(pszUuid);

Completed in 506 milliseconds