Home
last modified time | relevance | path

Searched refs:boot_desc_entry (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Deltorito.c400 fill_boot_desc(boot_desc_entry, boot_entry) in fill_boot_desc() argument
401 struct eltorito_defaultboot_entry *boot_desc_entry; in fill_boot_desc()
410 if (!boot_desc_entry || !boot_entry)
420 memset(boot_desc_entry, 0, sizeof (*boot_desc_entry));
442 boot_desc_entry->boot_media[0] = EL_TORITO_MEDIA_HD;
464 boot_desc_entry->sys_type[0] = PARTITION_UNUSED;
475 if (boot_desc_entry->sys_type[0] !=
481 boot_desc_entry->sys_type[0] =
517 if (boot_desc_entry->sys_type[0] == PARTITION_UNUSED) {
524 boot_desc_entry->sys_type[0]);
[all …]