iPXE
Data Fields
edd_device_path_information Struct Reference

EDD device path information. More...

#include <edd.h>

Data Fields

uint16_t key
 Key. More...
 
uint8_t len
 Length of this structure. More...
 
uint8_t reserved_a [3]
 Reserved. More...
 
struct edd_host_bus_type host_bus_type
 Host bus type. More...
 
struct edd_interface_type interface_type
 Interface type. More...
 
union edd_interface_path interface_path
 Interface path. More...
 
union edd_device_path device_path
 Device path. More...
 
uint8_t reserved_b
 Reserved. More...
 
uint8_t checksum
 Checksum. More...
 

Detailed Description

EDD device path information.

Definition at line 162 of file edd.h.

Field Documentation

◆ key

uint16_t edd_device_path_information::key

Key.

Definition at line 164 of file edd.h.

Referenced by int13_device_path_info().

◆ len

uint8_t edd_device_path_information::len

Length of this structure.

Definition at line 166 of file edd.h.

Referenced by int13_device_path_info().

◆ reserved_a

uint8_t edd_device_path_information::reserved_a[3]

Reserved.

Definition at line 168 of file edd.h.

◆ host_bus_type

struct edd_host_bus_type edd_device_path_information::host_bus_type

Host bus type.

Definition at line 170 of file edd.h.

Referenced by int13_device_path_info().

◆ interface_type

struct edd_interface_type edd_device_path_information::interface_type

Interface type.

Definition at line 172 of file edd.h.

Referenced by int13_device_path_info().

◆ interface_path

union edd_interface_path edd_device_path_information::interface_path

Interface path.

Definition at line 174 of file edd.h.

Referenced by int13_device_path_info().

◆ device_path

union edd_device_path edd_device_path_information::device_path

Device path.

Definition at line 176 of file edd.h.

Referenced by int13_device_path_info().

◆ reserved_b

uint8_t edd_device_path_information::reserved_b

Reserved.

Definition at line 178 of file edd.h.

◆ checksum

uint8_t edd_device_path_information::checksum

Checksum.

Definition at line 180 of file edd.h.

Referenced by int13_device_path_info().


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