Searched refs:RTUuidCompareStr (Results 1 - 15 of 15) sorted by relevance

/vbox/include/iprt/
H A Duuid.h100 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2);
H A Dmangling.h1876 # define RTUuidCompareStr RT_MANGLER(RTUuidCompareStr) macro
/vbox/src/VBox/Runtime/common/crypto/
H A Dspc-asn1-decoder.cpp52 if (RTUuidCompareStr(pThis->Uuid.Asn1Core.uData.pUuid, RTCRSPCSERIALIZEDOBJECT_UUID_STR) == 0)
H A Dspc-core.cpp66 Assert(RTUuidCompareStr(pThis->Data.uValue.pPeImage->T0.File.u.pMoniker->Uuid.Asn1Core.uData.pUuid,
H A Dspc-sanity.cpp112 if (RTUuidCompareStr(pObj->Uuid.Asn1Core.uData.pUuid, RTCRSPCSERIALIZEDOBJECT_UUID_STR) != 0)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTUuid.cpp147 RTTestSub(hTest, "RTUuidCompareStr");
148 RTTEST_CHECK(hTest, RTUuidCompareStr(&Uuid, sz) == 0);
149 RTTEST_CHECK(hTest, RTUuidCompareStr(&Uuid, "00000000-0000-0000-0000-000000000000") > 0);
150 RTTEST_CHECK(hTest, RTUuidCompareStr(&UuidNull, "00000000-0000-0000-0000-000000000000") == 0);
/vbox/src/VBox/Runtime/r3/win/
H A Duuid-win.cpp81 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2) function
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmgpt.cpp488 if (!RTUuidCompareStr(&pVol->pGptEntry->UuidType, g_aPartType2DvmVolTypes[i].pcszUuid))
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp136 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2) function
153 RT_EXPORT_SYMBOL(RTUuidCompareStr); variable
/vbox/src/VBox/Storage/
H A DVHDX.cpp1431 if (!RTUuidCompareStr(&MetadataTblEntry.UuidItem,
1603 if (!RTUuidCompareStr(&pRegTblEntry->UuidObject, VHDX_REGION_TBL_ENTRY_UUID_BAT))
1620 else if (!RTUuidCompareStr(&pRegTblEntry->UuidObject, VHDX_REGION_TBL_ENTRY_UUID_METADATA))
/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPci.c65 if (!RTUuidCompareStr(&UuidReq, RAWPCIFACTORY_UUID_STR))
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdp.c746 if (!RTUuidCompareStr(&UuidReq, INTNETTRUNKFACTORY_UUID_STR))
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c1346 if (!RTUuidCompareStr(&UuidReq, INTNETTRUNKFACTORY_UUID_STR))
1353 /* else if (!RTUuidCompareStr(&UuidReq, INTNETTRUNKFACTORY_V1_UUID_STR))
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp125 if (!RTUuidCompareStr(&pInfo->Uuid, pszUuid + 1))
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp405 { "RTUuidCompareStr", (void *)RTUuidCompareStr },

Completed in 362 milliseconds