iPXE
Data Fields
bofm_global_header Struct Reference

BOFM table header. More...

#include <bofm.h>

Data Fields

uint32_t magic
 Signature. More...
 
uint32_t action
 Subsignature (action string) More...
 
uint8_t version
 Data structure version. More...
 
uint8_t level
 Data structure level. More...
 
uint16_t length
 Data structure length. More...
 
uint8_t checksum
 Data structure checksum. More...
 
char profile [32]
 Data structure profile. More...
 
uint32_t options
 Data structure global options. More...
 
uint32_t sequence
 Data structure sequence stamp. More...
 

Detailed Description

BOFM table header.

Defined in section 4.1 of the Open Fabric Manager Parameter Specification document.

Definition at line 77 of file bofm.h.

Field Documentation

◆ magic

uint32_t bofm_global_header::magic

Signature.

Definition at line 79 of file bofm.h.

Referenced by bofm().

◆ action

uint32_t bofm_global_header::action

Subsignature (action string)

Definition at line 81 of file bofm.h.

Referenced by bofm().

◆ version

uint8_t bofm_global_header::version

Data structure version.

Definition at line 83 of file bofm.h.

◆ level

uint8_t bofm_global_header::level

Data structure level.

Definition at line 85 of file bofm.h.

◆ length

uint16_t bofm_global_header::length

Data structure length.

Definition at line 87 of file bofm.h.

Referenced by bofm().

◆ checksum

uint8_t bofm_global_header::checksum

Data structure checksum.

Definition at line 89 of file bofm.h.

◆ profile

char bofm_global_header::profile[32]

Data structure profile.

Definition at line 91 of file bofm.h.

Referenced by bofm().

◆ options

uint32_t bofm_global_header::options

Data structure global options.

Definition at line 93 of file bofm.h.

◆ sequence

uint32_t bofm_global_header::sequence

Data structure sequence stamp.

Definition at line 95 of file bofm.h.


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