|
iPXE
|
An NBI segment header. More...
Data Fields | |
| unsigned char | length |
| Nibble-coded header length. More... | |
| unsigned char | vendortag |
| Vendor-defined private tag. More... | |
| unsigned char | reserved |
| unsigned char | flags |
| Segment flags. More... | |
| unsigned long | loadaddr |
| Load address. More... | |
| unsigned long | imglength |
| Segment length in NBI file. More... | |
| unsigned long | memlength |
| Segment length in memory. More... | |
An NBI segment header.
Note that the length field uses a peculiar encoding; use the NBI_LENGTH() macro to decode the actual header length.
| unsigned char segheader::length |
Nibble-coded header length.
Definition at line 76 of file nbi.c.
Referenced by nbi_process_segments().
| unsigned char segheader::flags |
| unsigned long segheader::loadaddr |
| unsigned long segheader::imglength |
Segment length in NBI file.
Definition at line 81 of file nbi.c.
Referenced by nbi_process_segments().
| unsigned long segheader::memlength |
Segment length in memory.
Definition at line 82 of file nbi.c.
Referenced by nbi_process_segments().
1.8.15