OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boot_catalog
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_iso9660_boot.c
58
static const unsigned char
boot_catalog
[] = {
variable
191
assertEqualMem(buff+2048*32,
boot_catalog
, 64);
239
assertEqualMem(buff2,
boot_catalog
, 64);
test_write_format_iso9660_zisofs.c
74
static const unsigned char
boot_catalog
[] = {
variable
720
assertEqualMem(buff+2048*32,
boot_catalog
, 64);
770
assertEqualMem(buff2,
boot_catalog
, 64);
/src/external/gpl2/mkhybrid/dist/
mkisofs.c
102
char *
boot_catalog
= BOOT_CATALOG_DEFAULT;
variable
636
[-b boot_image_name] [-c
boot_catalog
-name] \
933
boot_catalog
= optarg; /* pathname of the boot image on cd */
934
if (
boot_catalog
== NULL) {
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c
199
BOOT_CATALOG
,
390
unsigned int
boot_catalog
:1;
member in struct:iso_option
1141
iso9660->opt.
boot_catalog
= OPT_BOOT_CATALOG_DEFAULT;
1306
iso9660->opt.
boot_catalog
= r == ARCHIVE_OK;
4106
if (iso9660->opt.
boot_catalog
!= OPT_BOOT_CATALOG_DEFAULT)
7146
file->boot =
BOOT_CATALOG
;
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026