OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BiosIdImage
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/
BiosIdLib.c
217
@param
BiosIdImage
The BIOS ID got from HOB or FV.
226
OUT BIOS_ID_IMAGE *
BiosIdImage
252
(void *)
BiosIdImage
,
262
DEBUG ((EFI_D_INFO, "BIOS ID: %s\n", (CHAR16 *) (&(
BiosIdImage
->BiosIdString))));
291
BIOS_ID_IMAGE
BiosIdImage
;
297
Status = GetBiosId (&
BiosIdImage
);
306
StrCpy (BiosVersion, (CHAR16 *) (&(
BiosIdImage
.BiosIdString)));
313
BiosReleaseDate[0] =
BiosIdImage
.BiosIdString.TimeStamp[2];
314
BiosReleaseDate[1] =
BiosIdImage
.BiosIdString.TimeStamp[3];
317
BiosReleaseDate[3] =
BiosIdImage
.BiosIdString.TimeStamp[4];
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscBiosVendorFunction.c
183
BIOS_ID_IMAGE
BiosIdImage
;
200
GetBiosId (&
BiosIdImage
);
Completed in 200 milliseconds