OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImplementationID
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Hsti.h
48
CHAR16
ImplementationID
[256];
/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiDxe.c
18
This API will return the HSTI table with indicated Role and
ImplementationID
,
19
NULL
ImplementationID
means to find the first HSTI table with indicated Role.
22
@param
ImplementationID
ImplementationID
of HSTI data.
30
@return NULL There is not HSTI table with the Role and
ImplementationID
published in system.
35
IN CHAR16 *
ImplementationID
OPTIONAL,
119
((
ImplementationID
== NULL) || (StrCmp (
ImplementationID
, Hsti->
ImplementationID
) == 0))) {
201
// Check
ImplementationID
[
all
...]
Completed in 239 milliseconds