Searched refs:descriptor_tag (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h563 For error checking, \c descriptor_tag structures have:
570 struct descriptor_tag { struct
596 the descriptor_tag's enclosing descriptor and all member variables
597 in the descriptor_tag itself other than crc_length, crc, and checksum
599 descriptor_tag, and the crc is based off the values in and the
616 set_crc_length(size - sizeof(descriptor_tag));
619 + sizeof(descriptor_tag), crc_length());
657 /*! \c descriptor_tag ::id values
701 const descriptor_tag & tag() const { return _tag; }
702 descriptor_tag
[all...]
H A DRecognition.cpp243 walk_tagid_partition_descriptor(descriptor_tag *tag, off_t block,
347 descriptor_tag *tag = NULL;
363 tag = reinterpret_cast<descriptor_tag *>(chunk.Data());
501 descriptor_tag *tag = NULL;
518 tag = reinterpret_cast<descriptor_tag *>(chunk.Data());
H A DIcb.h131 descriptor_tag &_Tag() const { return ((icb_header *)fData.Block())->tag(); }
H A DUdfStructures.cpp509 // descriptor_tag
513 descriptor_tag::dump() const
515 DUMP_INIT("descriptor_tag");
529 Note that this function makes the assumption that the descriptor_tag
531 of which immediately follows the descriptor_tag itself in memory. This
546 descriptor_tag::init_check(uint32 block, bool calculateCrc)
548 DEBUG_INIT_ETC("descriptor_tag", ("location: %" B_PRIu32 ", "
555 calculate_crc(reinterpret_cast<uint8*>(this)+sizeof(descriptor_tag),
576 + sizeof(descriptor_tag), crc_length());

Completed in 45 milliseconds