iPXE
Data Fields
cpio_test Struct Reference

A CPIO test. More...

Data Fields

const char * name
 Test name. More...
 
size_t len
 Image length. More...
 
const char * cmdline
 Image command line. More...
 
const uint8_texpected
 Expected CPIO headers. More...
 
size_t expected_len
 Length of expected CPIO headers. More...
 
unsigned int expected_count
 Expected number of CPIO headers. More...
 

Detailed Description

A CPIO test.

Definition at line 41 of file cpio_test.c.

Field Documentation

◆ name

const char* cpio_test::name

Test name.

Definition at line 43 of file cpio_test.c.

◆ len

size_t cpio_test::len

Image length.

Definition at line 45 of file cpio_test.c.

◆ cmdline

const char* cpio_test::cmdline

Image command line.

Definition at line 47 of file cpio_test.c.

◆ expected

const uint8_t* cpio_test::expected

Expected CPIO headers.

Definition at line 49 of file cpio_test.c.

◆ expected_len

size_t cpio_test::expected_len

Length of expected CPIO headers.

Definition at line 51 of file cpio_test.c.

◆ expected_count

unsigned int cpio_test::expected_count

Expected number of CPIO headers.

Definition at line 53 of file cpio_test.c.


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