Searched refs:boot_catalog (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/etdump/
H A Detdump.c158 daddr_t boot_catalog; local
172 boot_catalog = isonum_731(bvd->boot_catalog_pointer);
174 if (read_sector(iso, boot_catalog, buffer) != 0)
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_boot.c58 static const unsigned char boot_catalog[] = { variable
191 assertEqualMem(buff+2048*32, boot_catalog, 64);
239 assertEqualMem(buff2, boot_catalog, 64);
H A Dtest_write_format_iso9660_zisofs.c74 static const unsigned char boot_catalog[] = { variable
720 assertEqualMem(buff+2048*32, boot_catalog, 64);
770 assertEqualMem(buff2, boot_catalog, 64);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c390 unsigned int boot_catalog:1; member in struct:iso_option
1141 iso9660->opt.boot_catalog = OPT_BOOT_CATALOG_DEFAULT;
1301 iso9660->opt.boot_catalog = r == ARCHIVE_OK;
4101 if (iso9660->opt.boot_catalog != OPT_BOOT_CATALOG_DEFAULT)

Completed in 205 milliseconds