Lines Matching refs:B_HOST_TO_LENDIAN_INT32

378 	void set_length(int32 length) { _length = B_HOST_TO_LENDIAN_INT32(length); }
379 void set_location(int32 location) { _location = B_HOST_TO_LENDIAN_INT32(location); }
398 void set_block(uint32 block) { _block = B_HOST_TO_LENDIAN_INT32(block); }
462 void set_block(uint32 block) { _block = B_HOST_TO_LENDIAN_INT32(block); }
465 void set_type_and_length(uint32 value) { _type_and_length = B_HOST_TO_LENDIAN_INT32(value); }
528 void set_unique_id(uint32 id) { _accessor().unique_id = B_HOST_TO_LENDIAN_INT32(id); }
554 void set_type_and_length(uint32 value) { _type_and_length = B_HOST_TO_LENDIAN_INT32(value); }
590 void set_location(uint32 location) { _location = B_HOST_TO_LENDIAN_INT32(location); }
752 { _vds_number = B_HOST_TO_LENDIAN_INT32(number); }
754 { _primary_volume_descriptor_number = B_HOST_TO_LENDIAN_INT32(number); }
764 { _character_set_list = B_HOST_TO_LENDIAN_INT32(list); }
766 { _max_character_set_list = B_HOST_TO_LENDIAN_INT32(list); }
768 { _predecessor_volume_descriptor_sequence_location = B_HOST_TO_LENDIAN_INT32(location); }
924 void set_vds_number(uint32 number) { _vds_number = B_HOST_TO_LENDIAN_INT32(number); }
990 void set_vds_number(uint32 number) { _vds_number = B_HOST_TO_LENDIAN_INT32(number); }
999 void set_access_type(uint32 type) { _access_type = B_HOST_TO_LENDIAN_INT32(type); }
1000 void set_start(uint32 start) { _start = B_HOST_TO_LENDIAN_INT32(start); }
1001 void set_length(uint32 length) { _length = B_HOST_TO_LENDIAN_INT32(length); }
1086 void set_vds_number(uint32 number) { _vds_number = B_HOST_TO_LENDIAN_INT32(number); }
1087 void set_logical_block_size(uint32 size) { _logical_block_size = B_HOST_TO_LENDIAN_INT32(size); }
1089 void set_map_table_length(uint32 length) { _map_table_length = B_HOST_TO_LENDIAN_INT32(length); }
1090 void set_partition_map_count(uint32 count) { _partition_map_count = B_HOST_TO_LENDIAN_INT32(count); }
1276 _sparing_table_size = B_HOST_TO_LENDIAN_INT32(size); }
1278 _sparing_table_locations[index] = B_HOST_TO_LENDIAN_INT32(location); }
1327 _metadata_file_location = B_HOST_TO_LENDIAN_INT32(location); }
1332 _metadata_mirror_file_location = B_HOST_TO_LENDIAN_INT32(location); }
1337 _metadata_bitmap_file_location = B_HOST_TO_LENDIAN_INT32(location); }
1342 _allocation_unit_size = B_HOST_TO_LENDIAN_INT32(size); }
1347 _alignment_unit_size = B_HOST_TO_LENDIAN_INT32(size); }
1393 void set_vds_number(uint32 number) { _vds_number = B_HOST_TO_LENDIAN_INT32(number); }
1394 void set_allocation_descriptor_count(uint32 count) { _allocation_descriptor_count = B_HOST_TO_LENDIAN_INT32(count); }
1471 void set_integrity_type(uint32 type) { _integrity_type = B_HOST_TO_LENDIAN_INT32(type); }
1473 void set_partition_count(uint32 count) { _partition_count = B_HOST_TO_LENDIAN_INT32(count); }
1474 void set_implementation_use_length(uint32 length) { _implementation_use_length = B_HOST_TO_LENDIAN_INT32(length); }
1477 void set_file_count(uint32 count) { _accessor().file_count = B_HOST_TO_LENDIAN_INT32(count); }
1478 void set_directory_count(uint32 count) { _accessor().directory_count = B_HOST_TO_LENDIAN_INT32(count); }
1597 void set_character_set_list(uint32 list) { _character_set_list = B_HOST_TO_LENDIAN_INT32(list); }
1598 void set_max_character_set_list(uint32 list) { _max_character_set_list = B_HOST_TO_LENDIAN_INT32(list); }
1599 void set_file_set_number(uint32 number) { _file_set_number = B_HOST_TO_LENDIAN_INT32(number); }
1600 void set_file_set_descriptor_number(uint32 number) { _file_set_descriptor_number = B_HOST_TO_LENDIAN_INT32(number); }
2047 void set_uid(uint32 uid) { _uid = B_HOST_TO_LENDIAN_INT32(uid); }
2048 void set_gid(uint32 gid) { _gid = B_HOST_TO_LENDIAN_INT32(gid); }
2049 void set_permissions(uint32 permissions) { _permissions = B_HOST_TO_LENDIAN_INT32(permissions); }
2059 void set_checkpoint(uint32 checkpoint) { _checkpoint = B_HOST_TO_LENDIAN_INT32(checkpoint); }
2063 void set_extended_attributes_length(uint32 length) { _extended_attributes_length = B_HOST_TO_LENDIAN_INT32(length); }
2064 void set_allocation_descriptors_length(uint32 length) { _allocation_descriptors_length = B_HOST_TO_LENDIAN_INT32(length); }
2185 void set_uid(uint32 uid) { _uid = B_HOST_TO_LENDIAN_INT32(uid); }
2186 void set_gid(uint32 gid) { _gid = B_HOST_TO_LENDIAN_INT32(gid); }
2187 void set_permissions(uint32 permissions) { _permissions = B_HOST_TO_LENDIAN_INT32(permissions); }
2192 void set_record_length(uint32 length) { _record_length = B_HOST_TO_LENDIAN_INT32(length); }
2198 void set_checkpoint(uint32 checkpoint) { _checkpoint = B_HOST_TO_LENDIAN_INT32(checkpoint); }
2199 void set_reserved(uint32 reserved) { _reserved = B_HOST_TO_LENDIAN_INT32(reserved); }
2203 void set_extended_attributes_length(uint32 length) { _extended_attributes_length = B_HOST_TO_LENDIAN_INT32(length); }
2204 void set_allocation_descriptors_length(uint32 length) { _allocation_descriptors_length = B_HOST_TO_LENDIAN_INT32(length); }