Searched refs:set_type (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DTagNames.cpp47 ENTRY(set_type),
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_modules.h94 status_t (*set_type)(int fd, partition_id partition, const char* type, member in struct:partition_module_info
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp318 if (!fModule->set_type)
328 result = fModule->set_type(fd, child->ID(), type, job);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DAllocationDescriptorList.h128 extent->set_type(fAccessor.GetType(*descriptor));
H A DUdfStructures.cpp261 set_type(1);
304 set_type(1);
338 set_type(0);
493 set_type(type);
H A DUdfStructures.h123 void set_type(uint8 type) { function in class:timestamp
450 void set_type(uint8 type) { function in struct:short_address
512 void set_type(uint8 type) { function in struct:long_address
536 set_type(type);
1163 void set_type(uint8 type) { _type = type; } function in struct:partition_map_header
1188 void set_type(uint8 type) { _type = type; } function in struct:physical_partition_map
1265 void set_type(uint8 type) { _type = type; } function in struct:sparable_partition_map

Completed in 88 milliseconds