Searched refs:volSetSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h195 uint16 volSetSize[2]; // Assigned Volume Set Size of Vol byte121-124 member in struct:iso9660_volume
H A Diso9660.cpp199 volume->volSetSize[LSB_DATA] = *(uint16*)buffer;
200 buffer += sizeof(volume->volSetSize[LSB_DATA]);
201 volume->volSetSize[MSB_DATA] = *(uint16*)buffer;
202 buffer += sizeof(volume->volSetSize[MSB_DATA]);

Completed in 84 milliseconds