OpenCore
1.0.4
OpenCore Bootloader
|
#include <LegacyBios.h>
Data Fields | |
UDC_ATTRIBUTES | Attributes |
UINT8 | DeviceNumber |
UINT8 | BbsTableEntryNumberForParentDevice |
UINT8 | BbsTableEntryNumberForBoot |
UINT8 | BbsTableEntryNumberForHddDiag |
UINT8 | BeerData [128] |
UINT8 | ServiceAreaData [64] |
Definition at line 884 of file LegacyBios.h.
UDC_ATTRIBUTES UD_TABLE::Attributes |
This field contains the bit-mapped attributes of the PARTIES information. Type UDC_ATTRIBUTES is defined below.
Definition at line 889 of file LegacyBios.h.
UINT8 UD_TABLE::BbsTableEntryNumberForBoot |
This field contains the zero-based index into the BbsTable for the boot entry.
Definition at line 907 of file LegacyBios.h.
UINT8 UD_TABLE::BbsTableEntryNumberForHddDiag |
This field contains the zero-based index into the BbsTable for the HDD diagnostics entry.
Definition at line 912 of file LegacyBios.h.
UINT8 UD_TABLE::BbsTableEntryNumberForParentDevice |
This field contains the zero-based index into the BbsTable for the parent device. This index allows the user to reference the parent device information such as PCI bus, device function.
Definition at line 902 of file LegacyBios.h.
UINT8 UD_TABLE::BeerData[128] |
The raw Beer data.
Definition at line 917 of file LegacyBios.h.
UINT8 UD_TABLE::DeviceNumber |
This field contains the zero-based device on which the selected ServiceDataArea is present. It is 0 for master and 1 for the slave device.
Definition at line 895 of file LegacyBios.h.
UINT8 UD_TABLE::ServiceAreaData[64] |
The raw data of selected service area.
Definition at line 922 of file LegacyBios.h.