OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pbgrt
(Results
1 - 1
of
1
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
ACPI.c
928
CONST ACPI_UNKNOWN *
pBgrt
;
940
pBgrt
= (ACPI_UNKNOWN *)LocateTable ( BGRT_SIGNATURE );
941
if ( NULL ==
pBgrt
) {
949
Status = TableHeader ( SocketFD, pPort, L"BGRT Table",
pBgrt
);
960
sizeof (
pBgrt
->Signature ),
961
(CHAR8 *)&
pBgrt
->Signature );
968
pBgrt
->Length );
979
pBgrt
->Length - sizeof ( *
pBgrt
) + 1,
980
(UINT8 *)(
pBgrt
+ 1 ));
[
all
...]
Completed in 59 milliseconds