coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cbfs_file Struct Reference

#include <cbfs_serialized.h>

Collaboration diagram for cbfs_file:
Collaboration graph

Data Fields

char magic [8]
 
uint32_t len
 
uint32_t type
 
uint32_t attributes_offset
 
uint32_t offset
 
char filename [0]
 

Detailed Description

Definition at line 98 of file cbfs_serialized.h.

Field Documentation

◆ attributes_offset

uint32_t cbfs_file::attributes_offset

Definition at line 102 of file cbfs_serialized.h.

Referenced by cbfs_find_attr().

◆ filename

char cbfs_file::filename[0]

◆ len

uint32_t cbfs_file::len

Definition at line 100 of file cbfs_serialized.h.

Referenced by _cbfs_unverified_area_alloc(), cbfs_get_size(), and cbfs_get_type().

◆ magic

char cbfs_file::magic[8]

Definition at line 99 of file cbfs_serialized.h.

◆ offset

uint32_t cbfs_file::offset

Definition at line 103 of file cbfs_serialized.h.

Referenced by cbfs_find_attr().

◆ type

uint32_t cbfs_file::type

Definition at line 101 of file cbfs_serialized.h.

Referenced by _cbfs_alloc(), and cbfs_file_hash_mismatch().


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