Searched defs:unique_id (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h512 uint32 unique_id() const { return B_LENDIAN_TO_HOST_INT32(_accessor().unique_id); } function in struct:long_address
547 uint32 unique_id; member in struct:long_address::_implementation_use_accessor
2039 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); } function in struct:file_icb_entry
2177 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); } function in struct:extended_file_icb_entry
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.h510 uint32 unique_id() const { return B_LENDIAN_TO_HOST_INT32(_accessor().unique_id); } function in struct:Udf::long_address
545 uint32 unique_id; member in struct:Udf::long_address::_implementation_use_accessor
1988 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); } function in struct:Udf::file_icb_entry
2126 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); } function in struct:Udf::extended_file_icb_entry

Completed in 45 milliseconds