iPXE
Data Fields
MEDIA_RAM_DISK_DEVICE_PATH Struct Reference

Used to describe the ram disk device path. More...

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT32 StartingAddr [2]
 Starting Memory Address. More...
 
UINT32 EndingAddr [2]
 Ending Memory Address. More...
 
EFI_GUID TypeGuid
 GUID that defines the type of the RAM Disk. More...
 
UINT16 Instance
 RAM Diskinstance number, if supported. More...
 

Detailed Description

Used to describe the ram disk device path.

Definition at line 1192 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL MEDIA_RAM_DISK_DEVICE_PATH::Header

Definition at line 1193 of file DevicePath.h.

◆ StartingAddr

UINT32 MEDIA_RAM_DISK_DEVICE_PATH::StartingAddr[2]

Starting Memory Address.

Definition at line 1197 of file DevicePath.h.

◆ EndingAddr

UINT32 MEDIA_RAM_DISK_DEVICE_PATH::EndingAddr[2]

Ending Memory Address.

Definition at line 1201 of file DevicePath.h.

◆ TypeGuid

EFI_GUID MEDIA_RAM_DISK_DEVICE_PATH::TypeGuid

GUID that defines the type of the RAM Disk.

Definition at line 1205 of file DevicePath.h.

◆ Instance

UINT16 MEDIA_RAM_DISK_DEVICE_PATH::Instance

RAM Diskinstance number, if supported.

The default value is zero.

Definition at line 1209 of file DevicePath.h.


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