OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EntryPointStructure
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/
SmbiosPlatformDxe.c
180
SMBIOS_TABLE_ENTRY_POINT *
EntryPointStructure
;
198
EntryPointStructure
= GetXenSmbiosTables ();
199
if (
EntryPointStructure
!= NULL) {
200
SmbiosTables = (UINT8*)(UINTN)
EntryPointStructure
->TableAddress;
211
if (
EntryPointStructure
== NULL) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c
693
SMBIOS_TABLE_ENTRY_POINT *
EntryPointStructure
;
706
EntryPointStructure
= (SMBIOS_TABLE_ENTRY_POINT *) mRuntimeSmbiosEntryPoint;
720
EFI_SIZE_TO_PAGES ((UINTN) (
EntryPointStructure
->EntryPointLength)),
731
(mStructureTablePages < (UINTN) EFI_SIZE_TO_PAGES (
EntryPointStructure
->TableLength))) {
747
mStructureTablePages = EFI_SIZE_TO_PAGES (
EntryPointStructure
->TableLength);
757
EFI_SIZE_TO_PAGES ((UINTN) (
EntryPointStructure
->EntryPointLength))
[
all
...]
LegacyBootSupport.c
793
SMBIOS_TABLE_ENTRY_POINT *
EntryPointStructure
;
801
EntryPointStructure
= (SMBIOS_TABLE_ENTRY_POINT *) mRuntimeSmbiosEntryPoint;
808
EntryPointStructure
,
809
EntryPointStructure
->EntryPointLength
817
(VOID *)(UINTN)
EntryPointStructure
->TableAddress,
818
EntryPointStructure
->TableLength
824
EntryPointStructure
= (SMBIOS_TABLE_ENTRY_POINT *)(UINTN) mReserveSmbiosEntryPoint;
825
EntryPointStructure
->TableAddress = (UINT32)(UINTN) mStructureTableAddress;
830
EntryPointStructure
->IntermediateChecksum = 0;
831
EntryPointStructure
->EntryPointStructureChecksum = 0;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.c
31
SMBIOS_TABLE_ENTRY_POINT *
EntryPointStructure
= NULL;
47
//
EntryPointStructure
Length
427
if ((
EntryPointStructure
!= NULL) &&
428
(
EntryPointStructure
->TableLength + StructureSize > SMBIOS_TABLE_MAX_LENGTH)) {
687
if ((
EntryPointStructure
!= NULL) &&
688
(
EntryPointStructure
->TableLength + InputStrLen - TargetStrLen > SMBIOS_TABLE_MAX_LENGTH)) {
[
all
...]
Completed in 958 milliseconds