Searched defs:_iso9660_disk (Results 1 – 1 of 1) sorted by relevance
233 typedef struct _iso9660_disk { struct234 int sectorSize;235 struct iso_primary_descriptor primaryDescriptor;236 struct iso_supplementary_descriptor supplementaryDescriptor;238 volume_descriptor *firstVolumeDescriptor;240 cd9660node *rootNode;244 int64_t primaryBigEndianTableSector;247 int64_t primaryLittleEndianTableSector;250 int64_t secondaryBigEndianTableSector;253 int64_t secondaryLittleEndianTableSector;[all …]