EFI_DEVICE_PATH_PROTOCOL

This protocol can be used on any device handle to obtain generic path/location information concerning the physical device or logical device. If the handle does not logically map to a physical device, the handle may not necessarily support the device path protocol. The device path describes the location of the device the handle is for. The size of the Device Path can be determined from the structures that make up the Device Path.

extern (C)
struct EFI_DEVICE_PATH_PROTOCOL {}

Members

Variables

Length
UINT8[2] Length;

< 0xFF End Entire Device Path, or < 0x01 End This Instance of a Device Path and start a new < Device Path. +////< Specific Device Path data. Type and Sub-Type defin

SubType
UINT8 SubType;

< 0x02 ACPI Device Path. < 0x03 Messaging Device Path. < 0x04 Media Device Path. < 0x05 BIOS Boot Specification Device Path. < 0x7F End of Hardware Device Path. +////< Varies by Typ

Type
UINT8 Type;

< 0x01 Hardware Device Path.

Meta