/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
amdgpu_bios_parser_common.c | 34 static enum object_type object_type_from_bios_object_id(uint32_t bios_object_id) 38 enum object_type object_type; local in function:object_type_from_bios_object_id 42 object_type = OBJECT_TYPE_GPU; 45 object_type = OBJECT_TYPE_ENCODER; 48 object_type = OBJECT_TYPE_CONNECTOR; 51 object_type = OBJECT_TYPE_ROUTER; 54 object_type = OBJECT_TYPE_GENERIC; 57 object_type = OBJECT_TYPE_UNKNOWN; 61 return object_type; [all...] |
amdgpu_bios_parser_common.c | 34 static enum object_type object_type_from_bios_object_id(uint32_t bios_object_id) 38 enum object_type object_type; local in function:object_type_from_bios_object_id 42 object_type = OBJECT_TYPE_GPU; 45 object_type = OBJECT_TYPE_ENCODER; 48 object_type = OBJECT_TYPE_CONNECTOR; 51 object_type = OBJECT_TYPE_ROUTER; 54 object_type = OBJECT_TYPE_GENERIC; 57 object_type = OBJECT_TYPE_UNKNOWN; 61 return object_type; [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_external.cc | 21 const char *object_type; member in struct:__tsan::TagData 38 return tag_data ? tag_data->object_type : nullptr; 76 void *__tsan_external_register_tag(const char *object_type) { 79 GetTagData(new_tag)->object_type = internal_strdup(object_type); 81 internal_snprintf(header, sizeof(header), "race on %s", object_type);
|
tsan_external.cc | 21 const char *object_type; member in struct:__tsan::TagData 38 return tag_data ? tag_data->object_type : nullptr; 76 void *__tsan_external_register_tag(const char *object_type) { 79 GetTagData(new_tag)->object_type = internal_strdup(object_type); 81 internal_snprintf(header, sizeof(header), "race on %s", object_type);
|
tsan_report.cc | 168 const char *object_type = GetObjectTypeFromTag(mop->external_tag); local in function:__tsan::PrintMop 169 if (object_type == nullptr) 170 object_type = "external object"; 172 ExternalMopDesc(first, mop->write), object_type, 198 const char *object_type = GetObjectTypeFromTag(loc->external_tag); local in function:__tsan::PrintLocation 199 if (!object_type) { 205 object_type, loc->heap_chunk_size, loc->heap_chunk_start,
|
tsan_report.cc | 168 const char *object_type = GetObjectTypeFromTag(mop->external_tag); local in function:__tsan::PrintMop 169 if (object_type == nullptr) 170 object_type = "external object"; 172 ExternalMopDesc(first, mop->write), object_type, 198 const char *object_type = GetObjectTypeFromTag(loc->external_tag); local in function:__tsan::PrintLocation 199 if (!object_type) { 205 object_type, loc->heap_chunk_size, loc->heap_chunk_start,
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
ttm_object.h | 136 enum ttm_object_type object_type; member in struct:ttm_base_object 148 * the value of @base::object_type to ttm_prime_type 344 return (base->object_type == ttm_prime_type) ? 346 base->object_type;
|
vmwgfx_resource_priv.h | 54 enum ttm_object_type object_type; member in struct:vmw_user_resource_conv
|
ttm_object.h | 136 enum ttm_object_type object_type; member in struct:ttm_base_object 148 * the value of @base::object_type to ttm_prime_type 344 return (base->object_type == ttm_prime_type) ? 346 base->object_type;
|
vmwgfx_resource_priv.h | 54 enum ttm_object_type object_type; member in struct:vmw_user_resource_conv
|
/src/sys/dev/scsipi/ |
ses.h | 83 unsigned char object_type; /* Object Type */ member in struct:__anonc13b49440108
|
ses.h | 83 unsigned char object_type; /* Object Type */ member in struct:__anonc13b49440108
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
grph_object_id.h | 32 enum object_type { enum 234 enum object_type type)
|
grph_object_id.h | 32 enum object_type { enum 234 enum object_type type)
|