ReactOS 0.4.16-dev-122-g325d74c
|
#include <mkisofs.h>
Public Attributes | |
struct eltorito_boot_entry_info * | next |
char * | boot_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 |
char* eltorito_boot_entry_info::boot_image |
Definition at line 313 of file mkisofs.h.
Referenced by fill_boot_desc(), and init_boot_catalog().
int eltorito_boot_entry_info::boot_info_table |
Definition at line 317 of file mkisofs.h.
Referenced by fill_boot_desc().
int eltorito_boot_entry_info::hard_disk_boot |
Definition at line 316 of file mkisofs.h.
Referenced by fill_boot_desc().
int eltorito_boot_entry_info::load_addr |
Definition at line 319 of file mkisofs.h.
Referenced by fill_boot_desc().
int eltorito_boot_entry_info::load_size |
Definition at line 318 of file mkisofs.h.
Referenced by fill_boot_desc().
struct eltorito_boot_entry_info* eltorito_boot_entry_info::next |
Definition at line 312 of file mkisofs.h.
Referenced by init_boot_catalog().
int eltorito_boot_entry_info::no_emul_boot |
Definition at line 315 of file mkisofs.h.
Referenced by fill_boot_desc().
int eltorito_boot_entry_info::not_bootable |
Definition at line 314 of file mkisofs.h.
Referenced by fill_boot_desc().