Searched refs:implementation_id (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h737 const entity_id& implementation_id() const { return _implementation_id; } function in struct:primary_volume_descriptor
738 entity_id& implementation_id() { return _implementation_id; } function in struct:primary_volume_descriptor
863 said descriptor's implementation_id() field specifies "*UDF LV Info"
886 entity_id& implementation_id() { return _implementation_id; } function in struct:logical_volume_info
887 const entity_id& implementation_id() const { return _implementation_id; } function in struct:logical_volume_info
913 const entity_id& implementation_id() const { return _implementation_id; } function in struct:implementation_use_descriptor
914 entity_id& implementation_id() { return _implementation_id; } function in struct:implementation_use_descriptor
919 // Only valid if implementation_id() returns Udf::kLogicalVolumeInfoId.
980 const entity_id& implementation_id() const { return _implementation_id; } function in struct:partition_descriptor
981 entity_id& implementation_id() { retur function in struct:partition_descriptor
1073 const entity_id& implementation_id() const { return _implementation_id; } function in struct:logical_volume_descriptor
1074 entity_id& implementation_id() { return _implementation_id; } function in struct:logical_volume_descriptor
1462 entity_id& implementation_id() { return _accessor().id; } function in struct:logical_volume_integrity_descriptor
1463 const entity_id& implementation_id() const { return _accessor().id; } function in struct:logical_volume_integrity_descriptor
2034 entity_id& implementation_id() { return _implementation_id; } function in struct:file_icb_entry
2035 const entity_id& implementation_id() const { return _implementation_id; } function in struct:file_icb_entry
2172 entity_id& implementation_id() { return _implementation_id; } function in struct:extended_file_icb_entry
2173 const entity_id& implementation_id() const { return _implementation_id; } function in struct:extended_file_icb_entry
[all...]
H A DUdfStructures.cpp622 PRINT(("implementation_id:\n"));
623 DUMP(implementation_id());
665 PRINT(("implementation_id:\n"));
666 DUMP(implementation_id());
682 PRINT(("implementation_id:\n"));
683 DUMP(implementation_id());
709 PRINT(("implementation_id:\n"));
710 DUMP(implementation_id());
741 PRINT(("implementation_id:\n"));
742 DUMP(implementation_id());
[all...]
H A DRecognition.cpp395 && impUse->implementation_id().matches(

Completed in 62 milliseconds