iPXE
zimg_context Struct Reference

Compressed kernel image context. More...

#include <lkrn.h>

Data Fields

size_t offset
 Offset to compressed data.
size_t len
 Length of compressed data.
union { 
   uint32_t   raw 
 Raw type. More...
   char   string [5] 
 Printable string. More...
type
 Compression type.

Detailed Description

Compressed kernel image context.

Definition at line 82 of file lkrn.h.

Field Documentation

◆ offset

size_t zimg_context::offset

Offset to compressed data.

Definition at line 84 of file lkrn.h.

Referenced by zimg_extract(), and zimg_parse().

◆ len

size_t zimg_context::len

Length of compressed data.

Definition at line 86 of file lkrn.h.

Referenced by zimg_extract(), and zimg_parse().

◆ raw

uint32_t zimg_context::raw

Raw type.

Definition at line 90 of file lkrn.h.

Referenced by zimg_parse().

◆ string

char zimg_context::string[5]

Printable string.

Definition at line 92 of file lkrn.h.

Referenced by zimg_extract(), and zimg_probe().

◆ [union]

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: