coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vpd_gets_arg Struct Reference
Collaboration diagram for vpd_gets_arg:
Collaboration graph

Data Fields

const uint8_tkey
 
const uint8_tvalue
 
int32_t key_len
 
int32_t value_len
 
int matched
 

Detailed Description

Definition at line 34 of file vpd.c.

Field Documentation

◆ key

const uint8_t* vpd_gets_arg::key

Definition at line 35 of file vpd.c.

Referenced by vpd_find(), vpd_get_bool(), vpd_get_int(), vpd_gets(), and vpd_gets_callback().

◆ key_len

int32_t vpd_gets_arg::key_len

Definition at line 37 of file vpd.c.

Referenced by vpd_gets_callback().

◆ matched

int vpd_gets_arg::matched

Definition at line 38 of file vpd.c.

◆ value

const uint8_t* vpd_gets_arg::value

Definition at line 36 of file vpd.c.

◆ value_len

int32_t vpd_gets_arg::value_len

Definition at line 37 of file vpd.c.

Referenced by vpd_gets_callback().


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