#include <ibft.h>
Public Member Functions | |
| struct ibft_initiator initiator | __attribute__ ((aligned(16))) |
| The Initiator section. | |
| struct ibft_nic nic | __attribute__ ((aligned(16))) |
| The NIC section. | |
| struct ibft_target target | __attribute__ ((aligned(16))) |
| The Target section. | |
Data Fields | |
| struct ibft_table | table |
| The fixed section. | |
| char | strings [IBFT_STRINGS_SIZE] |
| Strings block. | |
Definition at line 283 of file ibft.h.
| struct ibft_initiator initiator gpxe_ibft::__attribute__ | ( | (aligned(16)) | ) | [read] |
The Initiator section.
| struct ibft_target target gpxe_ibft::__attribute__ | ( | (aligned(16)) | ) | [read] |
The Target section.
struct ibft_table gpxe_ibft::table [read] |
| char gpxe_ibft::strings[IBFT_STRINGS_SIZE] |
1.5.7.1