Searched defs:szUuid (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DNvram.cpp148 char szUuid[RTUUID_STR_LENGTH]; local
149 int rc2 = RTUuidToStr(pVendorUuid, szUuid, sizeof(szUuid)); AssertRC(rc2);
163 "Uuid", szUuid,
291 char szUuid[RTUUID_STR_LENGTH]; local
292 rc = CFGMR3QueryString(pVarNode, "Uuid", szUuid, sizeof(szUuid));
294 rc = RTUuidFromStr(pVendorUuid, szUuid);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMUsb.cpp1038 char szUuid[RTUUID_STR_LENGTH]; local
1039 rc = RTUuidToStr(pUuid, &szUuid[0], sizeof(szUuid)); AssertRCBreak(rc);
1040 rc = CFGMR3InsertString(pConfig, "UUID", szUuid); AssertRCBreak(rc);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1426 char szUuid[RTUUID_STR_LENGTH]; member in struct:__anon17003
1430 int rc = RTUuidToStr(&g_InstanceUuid, Pkt.szUuid, sizeof(Pkt.szUuid));
1433 return txsReplyInternal(&Pkt.Hdr, "ACK UUID", strlen(Pkt.szUuid) + 1);

Completed in 85 milliseconds