ReactOS 0.4.15-dev-7958-gcd0bb1a
eltorito_boot_entry_info Struct Reference

#include <mkisofs.h>

Collaboration diagram for eltorito_boot_entry_info:

Public Attributes

struct eltorito_boot_entry_infonext
 
charboot_image
 
int not_bootable
 
int no_emul_boot
 
int hard_disk_boot
 
int boot_info_table
 
int load_size
 
int load_addr
 
int type
 
int boot_platform
 

Detailed Description

Definition at line 311 of file mkisofs.h.

Member Data Documentation

◆ boot_image

char* eltorito_boot_entry_info::boot_image

Definition at line 313 of file mkisofs.h.

Referenced by fill_boot_desc(), and init_boot_catalog().

◆ boot_info_table

int eltorito_boot_entry_info::boot_info_table

Definition at line 317 of file mkisofs.h.

Referenced by fill_boot_desc().

◆ boot_platform

int eltorito_boot_entry_info::boot_platform

Definition at line 327 of file mkisofs.h.

◆ hard_disk_boot

int eltorito_boot_entry_info::hard_disk_boot

Definition at line 316 of file mkisofs.h.

Referenced by fill_boot_desc().

◆ load_addr

int eltorito_boot_entry_info::load_addr

Definition at line 319 of file mkisofs.h.

Referenced by fill_boot_desc().

◆ load_size

int eltorito_boot_entry_info::load_size

Definition at line 318 of file mkisofs.h.

Referenced by fill_boot_desc().

◆ next

struct eltorito_boot_entry_info* eltorito_boot_entry_info::next

Definition at line 312 of file mkisofs.h.

Referenced by init_boot_catalog().

◆ no_emul_boot

int eltorito_boot_entry_info::no_emul_boot

Definition at line 315 of file mkisofs.h.

Referenced by fill_boot_desc().

◆ not_bootable

int eltorito_boot_entry_info::not_bootable

Definition at line 314 of file mkisofs.h.

Referenced by fill_boot_desc().

◆ type

int eltorito_boot_entry_info::type

Definition at line 323 of file mkisofs.h.


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