FreeBSD kernel kern code
imgact_gzip Struct Reference

Data Fields

struct image_params * ip
 
struct exec a_out
 
int error
 
int gotheader
 
int where
 
u_char * inbuf
 
u_long offset
 
u_long output
 
u_long len
 
int idx
 
u_long virtual_offset
 
u_long file_offset
 
u_long file_end
 
u_long bss_size
 

Detailed Description

Definition at line 50 of file imgact_gzip.c.

Field Documentation

struct exec imgact_gzip::a_out

Definition at line 52 of file imgact_gzip.c.

Referenced by do_aout_hdr(), and Flush().

u_long imgact_gzip::bss_size

Definition at line 61 of file imgact_gzip.c.

Referenced by do_aout_hdr().

int imgact_gzip::error

Definition at line 53 of file imgact_gzip.c.

Referenced by Flush(), and NextByte().

u_long imgact_gzip::file_end

Definition at line 61 of file imgact_gzip.c.

Referenced by do_aout_hdr(), and Flush().

u_long imgact_gzip::file_offset

Definition at line 61 of file imgact_gzip.c.

Referenced by do_aout_hdr(), and Flush().

int imgact_gzip::gotheader

Definition at line 54 of file imgact_gzip.c.

Referenced by Flush().

int imgact_gzip::idx

Definition at line 60 of file imgact_gzip.c.

Referenced by NextByte().

u_char* imgact_gzip::inbuf

Definition at line 56 of file imgact_gzip.c.

Referenced by NextByte().

struct image_params* imgact_gzip::ip

Definition at line 51 of file imgact_gzip.c.

Referenced by do_aout_hdr(), and NextByte().

u_long imgact_gzip::len

Definition at line 59 of file imgact_gzip.c.

Referenced by NextByte().

u_long imgact_gzip::offset

Definition at line 57 of file imgact_gzip.c.

Referenced by NextByte().

u_long imgact_gzip::output

Definition at line 58 of file imgact_gzip.c.

Referenced by Flush().

u_long imgact_gzip::virtual_offset

Definition at line 61 of file imgact_gzip.c.

Referenced by do_aout_hdr(), and Flush().

int imgact_gzip::where

Definition at line 55 of file imgact_gzip.c.

Referenced by do_aout_hdr(), Flush(), and NextByte().


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