|
iPXE
|
ISO9660 CD-ROM specification. More...
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | iso9660_primary_descriptor_fixed |
| An ISO9660 Primary Volume Descriptor (fixed portion) More... | |
| struct | iso9660_primary_descriptor |
| An ISO9660 Primary Volume Descriptor. More... | |
Macros | |
| #define | ISO9660_BLKSIZE 2048 |
| ISO9660 block size. More... | |
| #define | ISO9660_TYPE_PRIMARY 0x01 |
| ISO9660 Primary Volume Descriptor type. More... | |
| #define | ISO9660_PRIMARY_LBA 16 |
| ISO9660 Primary Volume Descriptor block address. More... | |
| #define | ISO9660_TYPE_BOOT 0x00 |
| ISO9660 Boot Volume Descriptor type. More... | |
| #define | ISO9660_ID "CD001" |
| ISO9660 identifier. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| struct iso9660_primary_descriptor_fixed | __attribute__ ((packed)) |
Variables | |
| uint8_t | type |
| Descriptor type. More... | |
| uint8_t | id [5] |
| Identifier ("CD001") More... | |
| struct iso9660_primary_descriptor_fixed | fixed |
| Fixed portion. More... | |
ISO9660 CD-ROM specification.
Definition in file iso9660.h.
| #define ISO9660_TYPE_PRIMARY 0x01 |
| #define ISO9660_PRIMARY_LBA 16 |
| #define ISO9660_TYPE_BOOT 0x00 |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| struct iso9660_primary_descriptor_fixed __attribute__ | ( | (packed) | ) |
| struct iso9660_primary_descriptor_fixed fixed |
1.8.15