Searched refs:volume_structure_descriptor_header (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DRecognition.cpp132 volume_structure_descriptor_header* descriptor
133 = (volume_structure_descriptor_header *)(chunk.Data());
H A DUdfStructures.cpp177 // volume_structure_descriptor_header
180 volume_structure_descriptor_header::volume_structure_descriptor_header(uint8 type, const char *_id, uint8 version) function in class:volume_structure_descriptor_header
191 volume_structure_descriptor_header::id_matches(const char *id)
H A DUdfStructures.h340 struct volume_structure_descriptor_header { struct
342 volume_structure_descriptor_header(uint8 type, const char *id, uint8 version);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DRecognition.cpp126 volume_structure_descriptor_header* descriptor =
127 reinterpret_cast<volume_structure_descriptor_header*>(chunk.Data());
H A DUdfStructures.cpp158 // volume_structure_descriptor_header
161 volume_structure_descriptor_header::volume_structure_descriptor_header(uint8 type, const char *_id, uint8 version) function in class:volume_structure_descriptor_header
172 volume_structure_descriptor_header::id_matches(const char *id)
H A DUdfStructures.h338 struct volume_structure_descriptor_header { struct in namespace:Udf
340 volume_structure_descriptor_header(uint8 type, const char *id, uint8 version);
/haiku-fatelf/src/bin/makeudfimage/
H A DUdfBuilder.cpp270 Udf::volume_structure_descriptor_header bea(0, Udf::kVSDID_BEA, 1);
284 Udf::volume_structure_descriptor_header nsr(0, _UdfRevision() <= 0x0150
304 Udf::volume_structure_descriptor_header tea(0, Udf::kVSDID_TEA, 1);

Completed in 73 milliseconds