Searched defs:_iso9660_disk (Results 1 – 1 of 1) sorted by relevance
213 typedef struct _iso9660_disk { struct214 int sectorSize;215 struct iso_primary_descriptor primaryDescriptor;216 struct iso_supplementary_descriptor supplementaryDescriptor;218 volume_descriptor *firstVolumeDescriptor;220 cd9660node *rootNode;224 int64_t primaryBigEndianTableSector;227 int64_t primaryLittleEndianTableSector;230 int64_t secondaryBigEndianTableSector;233 int64_t secondaryLittleEndianTableSector;[all …]