iPXE
Data Fields
efi_table Struct Reference

An installable EFI configuration table type. More...

#include <efi_table.h>

Data Fields

EFI_GUIDguid
 Table GUID. More...
 
size_t(* len )(const void *data)
 Determine length of table. More...
 

Detailed Description

An installable EFI configuration table type.

Definition at line 15 of file efi_table.h.

Field Documentation

◆ guid

EFI_GUID* efi_table::guid

Table GUID.

Definition at line 17 of file efi_table.h.

Referenced by efi_install_table().

◆ len

size_t( * efi_table::len) (const void *data)

Determine length of table.

Parameters
dataConfiguration table data (presumed valid)
Return values
lenLength of table

EFI does not record the length of installed configuration tables. Consumers must understand the specific type of table in order to be able to determine its length from the contents.

Definition at line 29 of file efi_table.h.

Referenced by efi_install_table().


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