Searched defs:CurrentSmbiosEntry (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SmbiosDxe/
H A DSmbiosDxe.c832 @param CurrentSmbiosEntry On exit, points to the SMBIOS entry on the list which includes the returned SMBIOS record information.
833 If *CurrentSmbiosEntry is NULL on entry, then the first SMBIOS entry on the list will be returned.
838 *CurrentSmbiosEntry points to the SMBIOS entry which includes the returned SMBIOS record information.
846 IN OUT EFI_SMBIOS_ENTRY **CurrentSmbiosEntry,
857 if (*CurrentSmbiosEntry == NULL) {
866 Head = &(*CurrentSmbiosEntry)->Link;
881 *CurrentSmbiosEntry = SmbiosEntry;
911 EFI_SMBIOS_ENTRY *CurrentSmbiosEntry; local
931 CurrentSmbiosEntry = NULL;
933 Status = GetNextSmbiosRecord (SmbiosProtocol, &CurrentSmbiosEntry,
844 GetNextSmbiosRecord( IN CONST EFI_SMBIOS_PROTOCOL *This, IN OUT EFI_SMBIOS_ENTRY **CurrentSmbiosEntry, OUT EFI_SMBIOS_TABLE_HEADER **Record ) argument
[all...]

Completed in 44 milliseconds