iPXE
Data Fields
zimg_context Struct Reference

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...
 

Detailed Description

Compressed kernel image context.

Definition at line 81 of file lkrn.h.

Field Documentation

◆ offset

size_t zimg_context::offset

Offset to compressed data.

Definition at line 83 of file lkrn.h.

Referenced by zimg_extract(), and zimg_parse().

◆ len

size_t zimg_context::len

Length of compressed data.

Definition at line 85 of file lkrn.h.

Referenced by zimg_extract(), and zimg_parse().

◆ raw

uint32_t zimg_context::raw

Raw type.

Definition at line 89 of file lkrn.h.

Referenced by zimg_parse().

◆ string

char zimg_context::string[5]

Printable string.

Definition at line 91 of file lkrn.h.

Referenced by zimg_extract(), and zimg_probe().

◆ type

union { ... } zimg_context::type

Compression type.

Referenced by zimg_extract(), zimg_parse(), and zimg_probe().


The documentation for this struct was generated from the following file: