|
iPXE
|
Compressed kernel image context. More...
#include <lkrn.h>
Data Fields | |
| size_t | offset |
| Offset to compressed data. More... | |
| size_t | len |
| Length of compressed data. More... | |
| union { | |
| uint32_t raw | |
| Raw type. More... | |
| char string [5] | |
| Printable string. More... | |
| } | type |
| Compression type. More... | |
| size_t zimg_context::offset |
Offset to compressed data.
Definition at line 83 of file lkrn.h.
Referenced by zimg_extract(), and zimg_parse().
| size_t zimg_context::len |
Length of compressed data.
Definition at line 85 of file lkrn.h.
Referenced by zimg_extract(), and zimg_parse().
| uint32_t zimg_context::raw |
| char zimg_context::string[5] |
Printable string.
Definition at line 91 of file lkrn.h.
Referenced by zimg_extract(), and zimg_probe().
| union { ... } zimg_context::type |
Compression type.
Referenced by zimg_extract(), zimg_parse(), and zimg_probe().
1.8.15