ReactOS 0.4.15-dev-7958-gcd0bb1a
EFI_DEVICE_PATH_PROTOCOL Struct Reference

#include <DevicePath.h>

Public Attributes

UINT8 Type
 
UINT8 SubType
 
UINT8 Length [2]
 type of data. Size of data is included in Length.
 

Detailed Description

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.

Definition at line 47 of file DevicePath.h.

Member Data Documentation

◆ Length

UINT8 EFI_DEVICE_PATH_PROTOCOL::Length[2]

type of data. Size of data is included in Length.

Specific Device Path data. Type and Sub-Type define

Definition at line 60 of file DevicePath.h.

◆ SubType

UINT8 EFI_DEVICE_PATH_PROTOCOL::SubType

Varies by Type 0xFF End Entire Device Path, or 0x01 End This Instance of a Device Path and start a new Device Path.

Definition at line 55 of file DevicePath.h.

Referenced by BlockIoEfiGetDeviceInformation(), and EfiInitpGetDeviceNode().

◆ Type

UINT8 EFI_DEVICE_PATH_PROTOCOL::Type

0x01 Hardware Device Path. 0x02 ACPI Device Path. 0x03 Messaging Device Path. 0x04 Media Device Path. 0x05 BIOS Boot Specification Device Path. 0x7F End of Hardware Device Path.

Definition at line 48 of file DevicePath.h.

Referenced by BlockIoEfiGetDeviceInformation(), and EfiInitpGetDeviceNode().


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