HomeSort by relevance Sort by last modified time
    Searched refs:boot_cat (Results 1 - 5 of 5) sorted by null

  /external/syslinux/memdisk/
eltorito.c 38 printf("bvd.boot_cat: 0x%08x\n", bvd->boot_cat);
40 struct edd4_bootcat *boot_cat = local
41 (struct edd4_bootcat *)(image + bvd->boot_cat * 2048);
43 printf("boot_cat.validation_entry\n");
44 printf(" .header_id: 0x%02x\n", boot_cat->validation_entry.header_id);
45 printf(" .platform_id: 0x%02x\n", boot_cat->validation_entry.platform_id);
46 printf(" .id_string: %s\n", boot_cat->validation_entry.id_string);
47 printf(" .checksum: 0x%04x\n", boot_cat->validation_entry.checksum);
48 printf(" .key55: 0x%02x\n", boot_cat->validation_entry.key55)
    [all...]
setup.c 348 struct edd4_bootcat *boot_cat = local
349 (struct edd4_bootcat *)(where + bvd->boot_cat * 2048);
351 if ((boot_cat->validation_entry.platform_id != 0) ||
352 (boot_cat->validation_entry.key55 != 0x55) ||
353 (boot_cat->validation_entry.keyAA != 0xAA))
356 if (boot_cat->initial_entry.media_type)
357 hd_geometry.offset += boot_cat->initial_entry.load_block * 2048;
360 hd_geometry.boot_lba = boot_cat->initial_entry.load_block * 4;
361 if (boot_cat->initial_entry.media_type < 4) {
369 switch (boot_cat->initial_entry.media_type)
772 const struct edd4_bootcat *boot_cat = 0; local
    [all...]
eltorito.h 30 uint32_t boot_cat; /* Boot catalog sector */ member in struct:edd4_bvd
  /external/syslinux/utils/
isohybrid.in 146 read(FILE, $boot_cat, 2048) == 2048 or die "$0: $file: read error\n";
150 @ve = unpack("v16", $boot_cat);
159 $de_lba, $de_mbz2) = unpack("CCvCCvVv", substr($boot_cat, 32, 32));
  /external/syslinux/bios/utils/
isohybrid.pl 146 read(FILE, $boot_cat, 2048) == 2048 or die "$0: $file: read error\n";
150 @ve = unpack("v16", $boot_cat);
159 $de_lba, $de_mbz2) = unpack("CCvCCvVv", substr($boot_cat, 32, 32));

Completed in 176 milliseconds