ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <schily/mconfig.h>
#include "mkisofs.h"
#include <schily/fcntl.h>
#include <schily/utypes.h>
#include <schily/intcvt.h>
#include "match.h"
#include "diskmbr.h"
#include "bootinfo.h"
#include <schily/schily.h>
Go to the source code of this file.
Macros | |
#define | MIN(a, b) (((a) < (b))? (a): (b)) |
Variables | |
static UConst char | sccsid [] |
LOCAL struct eltorito_validation_entry | valid_desc |
LOCAL struct eltorito_boot_descriptor | gboot_desc |
LOCAL struct disk_master_boot_record | disk_mbr |
LOCAL unsigned int | bcat_de_flags |
LOCAL char * | bootcat_path |
struct output_fragment | torito_desc = {NULL, oneblock_size, NULL, tvd_write, "Eltorito Volume Descriptor"} |
LOCAL void get_torito_desc __PR | ( | (struct eltorito_boot_descriptor *boot_desc) | ) |
LOCAL void fill_boot_desc __PR | ( | (struct eltorito_defaultboot_entry *boot_desc_entry, struct eltorito_boot_entry_info *boot_entry) | ) |
LOCAL void fill_boot_shdr __PR | ( | (struct eltorito_sectionheader_entry *boot_shdr_entry, int arch) | ) |
EXPORT void insert_boot_cat __PR | ( | (void) | ) |
Definition at line 660 of file eltorito.c.
Referenced by fill_boot_desc(), get_torito_desc(), and insert_boot_cat().
LOCAL void fill_boot_desc | ( | struct eltorito_defaultboot_entry * | boot_desc_entry, |
struct eltorito_boot_entry_info * | boot_entry | ||
) |
Definition at line 400 of file eltorito.c.
Referenced by get_torito_desc().
LOCAL void fill_boot_shdr | ( | struct eltorito_sectionheader_entry * | boot_shdr_entry, |
int | arch | ||
) |
Definition at line 390 of file eltorito.c.
Referenced by get_torito_desc().
Definition at line 629 of file eltorito.c.
Referenced by get_boot_addr(), get_boot_image(), get_boot_platid(), get_boot_size(), get_boot_table(), get_hd_boot(), get_ne_boot(), and get_no_boot().
LOCAL void get_torito_desc | ( | struct eltorito_boot_descriptor * | boot_desc | ) |
Definition at line 253 of file eltorito.c.
Referenced by tvd_write().
Definition at line 67 of file eltorito.c.
Referenced by main().
Definition at line 124 of file eltorito.c.
Referenced by main().
Definition at line 650 of file eltorito.c.
Referenced by get_boot_platid().
Definition at line 672 of file eltorito.c.
Definition at line 60 of file eltorito.c.
Referenced by init_boot_catalog(), and insert_boot_cat().
Definition at line 61 of file eltorito.c.
Referenced by init_boot_catalog(), and insert_boot_cat().
LOCAL struct disk_master_boot_record disk_mbr |
Definition at line 59 of file eltorito.c.
Referenced by fill_boot_desc().
LOCAL struct eltorito_boot_descriptor gboot_desc |
Definition at line 58 of file eltorito.c.
Referenced by tvd_write().
Definition at line 4 of file eltorito.c.
struct output_fragment torito_desc = {NULL, oneblock_size, NULL, tvd_write, "Eltorito Volume Descriptor"} |
Definition at line 686 of file eltorito.c.
Referenced by main().
LOCAL struct eltorito_validation_entry valid_desc |
Definition at line 57 of file eltorito.c.
Referenced by get_torito_desc().