Home
last modified time | relevance | path

Searched refs:ImplementationID (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
DHstiDxe.c35 IN CHAR16 *ImplementationID OPTIONAL, in InternalHstiFindAip()
119 ((ImplementationID == NULL) || (StrCmp (ImplementationID, Hsti->ImplementationID) == 0))) { in InternalHstiFindAip()
203 …for (Index = 0; Index < sizeof(Hsti->ImplementationID)/sizeof(Hsti->ImplementationID[0]); Index++)… in InternalHstiIsValidTable()
204 if (Hsti->ImplementationID[Index] == 0) { in InternalHstiIsValidTable()
208 if (Index == sizeof(Hsti->ImplementationID)/sizeof(Hsti->ImplementationID[0])) { in InternalHstiIsValidTable()
280 CHAR16 *ImplementationID; in HstiLibSetTable() local
289 ImplementationID = ((ADAPTER_INFO_PLATFORM_SECURITY *)Hsti)->ImplementationID; in HstiLibSetTable()
290 Aip = InternalHstiFindAip (Role, ImplementationID, NULL, NULL); in HstiLibSetTable()
350 IN CHAR16 *ImplementationID OPTIONAL, in HstiLibGetTable()
357 Aip = InternalHstiFindAip (Role, ImplementationID, Hsti, HstiSize); in HstiLibGetTable()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DHstiLib.h61 IN CHAR16 *ImplementationID OPTIONAL,
85 IN CHAR16 *ImplementationID, OPTIONAL
109 IN CHAR16 *ImplementationID, OPTIONAL
132 IN CHAR16 *ImplementationID, OPTIONAL
154 IN CHAR16 *ImplementationID, OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DHsti.h48 CHAR16 ImplementationID[256]; member