iPXE
Data Fields
CDROM_DEVICE_PATH Struct Reference

The CD-ROM Media Device Path is used to define a system partition that exists on a CD-ROM. More...

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT32 BootEntry
 Boot Entry number from the Boot Catalog. More...
 
UINT64 PartitionStart
 Starting RBA of the partition on the medium. More...
 
UINT64 PartitionSize
 Size of the partition in units of Blocks, also called Sectors. More...
 

Detailed Description

The CD-ROM Media Device Path is used to define a system partition that exists on a CD-ROM.

Definition at line 1056 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL CDROM_DEVICE_PATH::Header

Definition at line 1057 of file DevicePath.h.

◆ BootEntry

UINT32 CDROM_DEVICE_PATH::BootEntry

Boot Entry number from the Boot Catalog.

The Initial/Default entry is defined as zero.

Definition at line 1061 of file DevicePath.h.

◆ PartitionStart

UINT64 CDROM_DEVICE_PATH::PartitionStart

Starting RBA of the partition on the medium.

CD-ROMs use Relative logical Block Addressing.

Definition at line 1065 of file DevicePath.h.

◆ PartitionSize

UINT64 CDROM_DEVICE_PATH::PartitionSize

Size of the partition in units of Blocks, also called Sectors.

Definition at line 1069 of file DevicePath.h.


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