HomeSort by: relevance | last modified time | path
    Searched defs:object_type (Results 1 - 25 of 46) sorted by relevancy

1 2

  /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
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/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_external.cpp 24 const char *object_type; member in struct:__tsan::TagData
41 return tag_data ? tag_data->object_type : nullptr;
84 void *__tsan_external_register_tag(const char *object_type) {
87 GetTagData(new_tag)->object_type = internal_strdup(object_type);
89 internal_snprintf(header, sizeof(header), "race on %s", object_type);
tsan_report.cpp 151 const char *object_type = GetObjectTypeFromTag(mop->external_tag); local
152 if (object_type == nullptr)
153 object_type = "external object";
155 ExternalMopDesc(first, mop->write), object_type,
181 const char *object_type = GetObjectTypeFromTag(loc->external_tag); local
182 if (!object_type) {
189 object_type, loc->heap_chunk_size,
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_external.cpp 24 const char *object_type; member in struct:__tsan::TagData
41 return tag_data ? tag_data->object_type : nullptr;
77 void *__tsan_external_register_tag(const char *object_type) {
80 GetTagData(new_tag)->object_type = internal_strdup(object_type);
82 internal_snprintf(header, sizeof(header), "race on %s", object_type);
tsan_report.cpp 155 const char *object_type = GetObjectTypeFromTag(mop->external_tag); local
156 if (object_type == nullptr)
157 object_type = "external object";
159 ExternalMopDesc(first, mop->write), object_type,
185 const char *object_type = GetObjectTypeFromTag(loc->external_tag); local
186 if (!object_type) {
193 object_type, loc->heap_chunk_size,
  /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
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
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
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
decode_pem2der.c 136 int object_type; member in struct:pem_name_map_st
245 objtype = pem_name_map[i].object_type;
decode_msblob2key.c 187 int object_type = OSSL_OBJECT_PKEY; local
189 params[0] = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
decode_pvk2key.c 187 int object_type = OSSL_OBJECT_PKEY; local
189 params[0] = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
decode_pem2der.c 105 int object_type; member in struct:pem_name_map_st
185 objtype = pem_name_map[i].object_type;
decode_pvk2key.c 160 int object_type = OSSL_OBJECT_PKEY; local
163 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
decode_msblob2key.c 191 int object_type = OSSL_OBJECT_PKEY; local
194 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 60 const char *object_type_name(object_type type);
83 object_type obtype;
269 %type <obtype> object_type
1282 ordinal object_type
1297 | optional_ordinal_last object_type
1314 object_type: label
1368 | ORDINAL LAST object_type relative_path
1374 | LAST object_type relative_path
1380 | ORDINAL object_type relative_path
1818 const char *object_type_name(object_type type
    [all...]
  /src/sys/dev/scsipi/
ses.h 83 unsigned char object_type; /* Object Type */ member in struct:__anon3662
  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
decoder_pkey.c 62 char *object_type; /* recorded object data type, may be NULL */ local
91 char *object_type = NULL; local
93 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0))
95 OPENSSL_free(data->object_type);
96 data->object_type = object_type;
121 && EVP_KEYMGMT_is_a(keymgmt, data->object_type))
129 data->object_type,
197 OPENSSL_free(data->object_type);
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
decoder_pkey.c 66 char *object_type; /* recorded object data type, may be NULL */ local
96 char *object_type = NULL; local
98 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0))
100 OPENSSL_free(data->object_type);
101 data->object_type = object_type;
126 && EVP_KEYMGMT_is_a(keymgmt, data->object_type))
134 data->object_type,
211 OPENSSL_free(data->object_type);
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_result.c 64 int object_type; member in struct:extracted_param_data_st
99 helper_data.object_type = OSSL_OBJECT_UNKNOWN;
102 && !OSSL_PARAM_get_int(p, &helper_data.object_type))
176 if (data->object_type == OSSL_OBJECT_NAME) {
408 if (data->object_type == OSSL_OBJECT_UNKNOWN
409 || data->object_type == OSSL_OBJECT_PKEY) {
413 if (data->object_type == OSSL_OBJECT_PKEY && data->ref != NULL) {
443 data->object_type = OSSL_OBJECT_PKEY;
475 if (data->object_type == OSSL_OBJECT_UNKNOWN
476 || data->object_type == OSSL_OBJECT_CERT)
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/
file_store.c 679 static const int object_type = OSSL_OBJECT_NAME; local
681 OSSL_PARAM_int(OSSL_OBJECT_PARAM_TYPE, (int *)&object_type),
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_result.c 63 int object_type; member in struct:extracted_param_data_st
98 helper_data.object_type = OSSL_OBJECT_UNKNOWN;
101 && !OSSL_PARAM_get_int(p, &helper_data.object_type))
161 if (data->object_type == OSSL_OBJECT_NAME) {
392 if (data->object_type == OSSL_OBJECT_UNKNOWN
393 || data->object_type == OSSL_OBJECT_PKEY) {
397 if (data->object_type == OSSL_OBJECT_PKEY && data->ref != NULL) {
427 data->object_type = OSSL_OBJECT_PKEY;
459 if (data->object_type == OSSL_OBJECT_UNKNOWN
460 || data->object_type == OSSL_OBJECT_CERT)
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
file_store.c 642 static const int object_type = OSSL_OBJECT_NAME; local
644 OSSL_PARAM_int(OSSL_OBJECT_PARAM_TYPE, (int *)&object_type),
  /src/crypto/external/bsd/openssl/dist/test/
fake_rsaprov.c 408 int object_type = OSSL_OBJECT_PKEY; local
420 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-elisp.c 385 enum object_type enum
398 enum object_type type;

Completed in 76 milliseconds

1 2