TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_DEVICE_PATH_UTILITIES_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/DevicePathUtilities.h>

Data Fields

EFI_DEVICE_PATH_UTILS_GET_DEVICE_PATH_SIZE GetDevicePathSize
 
EFI_DEVICE_PATH_UTILS_DUP_DEVICE_PATH DuplicateDevicePath
 
EFI_DEVICE_PATH_UTILS_APPEND_PATH AppendDevicePath
 
EFI_DEVICE_PATH_UTILS_APPEND_NODE AppendDeviceNode
 
EFI_DEVICE_PATH_UTILS_APPEND_INSTANCE AppendDevicePathInstance
 
EFI_DEVICE_PATH_UTILS_GET_NEXT_INSTANCE GetNextDevicePathInstance
 
EFI_DEVICE_PATH_UTILS_IS_MULTI_INSTANCE IsDevicePathMultiInstance
 
EFI_DEVICE_PATH_UTILS_CREATE_NODE CreateDeviceNode
 

Detailed Description

This protocol is used to creates and manipulates device paths and device nodes.

Definition at line 172 of file DevicePathUtilities.h.

Field Documentation

◆ AppendDeviceNode

EFI_DEVICE_PATH_UTILS_APPEND_NODE EFI_DEVICE_PATH_UTILITIES_PROTOCOL::AppendDeviceNode

Definition at line 176 of file DevicePathUtilities.h.

◆ AppendDevicePath

EFI_DEVICE_PATH_UTILS_APPEND_PATH EFI_DEVICE_PATH_UTILITIES_PROTOCOL::AppendDevicePath

Definition at line 175 of file DevicePathUtilities.h.

◆ AppendDevicePathInstance

EFI_DEVICE_PATH_UTILS_APPEND_INSTANCE EFI_DEVICE_PATH_UTILITIES_PROTOCOL::AppendDevicePathInstance

Definition at line 177 of file DevicePathUtilities.h.

◆ CreateDeviceNode

EFI_DEVICE_PATH_UTILS_CREATE_NODE EFI_DEVICE_PATH_UTILITIES_PROTOCOL::CreateDeviceNode

Definition at line 180 of file DevicePathUtilities.h.

◆ DuplicateDevicePath

EFI_DEVICE_PATH_UTILS_DUP_DEVICE_PATH EFI_DEVICE_PATH_UTILITIES_PROTOCOL::DuplicateDevicePath

Definition at line 174 of file DevicePathUtilities.h.

◆ GetDevicePathSize

EFI_DEVICE_PATH_UTILS_GET_DEVICE_PATH_SIZE EFI_DEVICE_PATH_UTILITIES_PROTOCOL::GetDevicePathSize

Definition at line 173 of file DevicePathUtilities.h.

◆ GetNextDevicePathInstance

EFI_DEVICE_PATH_UTILS_GET_NEXT_INSTANCE EFI_DEVICE_PATH_UTILITIES_PROTOCOL::GetNextDevicePathInstance

Definition at line 178 of file DevicePathUtilities.h.

◆ IsDevicePathMultiInstance

EFI_DEVICE_PATH_UTILS_IS_MULTI_INSTANCE EFI_DEVICE_PATH_UTILITIES_PROTOCOL::IsDevicePathMultiInstance

Definition at line 179 of file DevicePathUtilities.h.


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