iPXE
Data Fields
ucode_summary Struct Reference

A microcode update summary. More...

Data Fields

unsigned int count
 Number of CPUs processed. More...
 
int32_t low
 Lowest observed microcode version. More...
 
int32_t high
 Highest observed microcode version. More...
 

Detailed Description

A microcode update summary.

Definition at line 100 of file ucode.c.

Field Documentation

◆ count

unsigned int ucode_summary::count

Number of CPUs processed.

Definition at line 102 of file ucode.c.

Referenced by ucode_exec(), ucode_status(), and ucode_update_all().

◆ low

int32_t ucode_summary::low

Lowest observed microcode version.

Definition at line 104 of file ucode.c.

Referenced by ucode_exec(), ucode_status(), and ucode_update_all().

◆ high

int32_t ucode_summary::high

Highest observed microcode version.

Definition at line 106 of file ucode.c.

Referenced by ucode_exec(), ucode_status(), and ucode_update_all().


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