/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...] |
/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_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_debugging.cc | 139 const char **object_type) { 143 *object_type = GetObjectTypeFromTag(loc->external_tag);
|
tsan_interface.h | 83 void *__tsan_external_register_tag(const char *object_type); 153 const char **object_type);
|
/src/usr.sbin/sesd/srcs/ |
getencstat.c | 142 geteltnm(objp[i].object_type), 143 stat2ascii(objp[i].object_type, 149 ob.obj_id, geteltnm(objp[i].object_type), 150 stat2ascii(objp[i].object_type, ob.cstat));
|
getobjmap.c | 81 objp[i].obj_id, geteltnm((int)objp[i].object_type));
|
/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.c | 168 enum ttm_object_type object_type, 180 base->object_type = object_type; 714 base->object_type != ttm_prime_type)) {
|
vmwgfx_resource.c | 279 if (unlikely(ttm_base_object_type(base) != converter->object_type)) 321 if (unlikely(ttm_base_object_type(base) != converter->object_type)) {
|
vmwgfx_context.c | 71 .object_type = VMW_RES_CONTEXT,
|
vmwgfx_shader.c | 90 .object_type = VMW_RES_SHADER,
|
vmwgfx_surface.c | 126 .object_type = VMW_RES_SURFACE,
|
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
tsan_interface.h | 134 void *__tsan_external_register_tag(const char *object_type);
|
/src/sys/dev/scsipi/ |
ses.h | 83 unsigned char object_type; /* Object Type */ member in struct:__anonc13b49440108
|
ses.c | 422 obj.object_type = ssc->ses_objmap[i].enctype;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
grph_object_id.h | 32 enum object_type { enum 234 enum object_type type)
|