iPXE
Data Fields
fnrec_buffer Struct Reference

A trace buffer. More...

Data Fields

uint32_t magic
 Constant for identifying valid trace buffers. More...
 
unsigned int idx
 Next trace buffer entry to fill. More...
 
struct fnrec_entry data [FNREC_NUM_ENTRIES]
 Trace buffer. More...
 

Detailed Description

A trace buffer.

Definition at line 66 of file fnrec.c.

Field Documentation

◆ magic

uint32_t fnrec_buffer::magic

Constant for identifying valid trace buffers.

Definition at line 68 of file fnrec.c.

Referenced by fnrec_invalidate(), fnrec_is_valid(), and fnrec_reset().

◆ idx

unsigned int fnrec_buffer::idx

Next trace buffer entry to fill.

Definition at line 71 of file fnrec.c.

Referenced by fnrec_append(), and fnrec_dump().

◆ data

struct fnrec_entry fnrec_buffer::data[FNREC_NUM_ENTRIES]

Trace buffer.

Definition at line 74 of file fnrec.c.

Referenced by fnrec_append(), and fnrec_dump().


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