Searched defs:_iso9660_disk (Results 1 – 1 of 1) sorted by relevance
206 typedef struct _iso9660_disk { struct207 int sectorSize;208 struct iso_primary_descriptor primaryDescriptor;209 struct iso_supplementary_descriptor supplementaryDescriptor;211 volume_descriptor *firstVolumeDescriptor;213 cd9660node *rootNode;217 int64_t primaryBigEndianTableSector;220 int64_t primaryLittleEndianTableSector;223 int64_t secondaryBigEndianTableSector;226 int64_t secondaryLittleEndianTableSector;[all …]