Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dcd9660.c38 #define ISO9660_MAGIC "\x01" "CD001" "\x01\x00" macro
50 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) { in fstyp_cd9660()
/freebsd/sys/geom/label/
H A Dg_label_iso9660.c38 #define ISO9660_MAGIC "\x01" "CD001" "\x01\x00" macro
60 if (bcmp(sector, ISO9660_MAGIC, sizeof(ISO9660_MAGIC) - 1) != 0) { in g_label_iso9660_taste()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c322 #define ISO9660_MAGIC 0x96609660 macro
472 iso9660->magic = ISO9660_MAGIC; in archive_read_support_format_iso9660()