Searched defs:_iso9660_disk (Results 1 – 1 of 1) sorted by relevance
234 typedef struct _iso9660_disk { struct235 int sectorSize;236 struct iso_primary_descriptor primaryDescriptor;237 struct iso_supplementary_descriptor supplementaryDescriptor;239 volume_descriptor *firstVolumeDescriptor;241 cd9660node *rootNode;245 int64_t primaryBigEndianTableSector;248 int64_t primaryLittleEndianTableSector;251 int64_t secondaryBigEndianTableSector;254 int64_t secondaryLittleEndianTableSector;[all …]