Searched refs:object_type (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp24 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) { argument
87 GetTagData(new_tag)->object_type = internal_strdup(object_type);
89 internal_snprintf(header, sizeof(header), "race on %s", object_type);
H A Dtsan_report.cpp151 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,
H A Dtsan_debugging.cpp146 const char **object_type) {
150 *object_type = GetObjectTypeFromTag(loc->external_tag);
145 __tsan_get_report_loc_object_type(void *report, uptr idx, const char **object_type) argument
H A Dtsan_interface.h94 void *__tsan_external_register_tag(const char *object_type);
169 const char **object_type);
/freebsd-current/crypto/openssl/crypto/store/
H A Dstore_result.c63 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
[all...]
/freebsd-current/crypto/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c62 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);
/freebsd-current/share/examples/ses/srcs/
H A Dgetobjmap.c81 objp[i].obj_id, geteltnm((int)objp[i].object_type));
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_object.h123 enum ttm_object_type object_type; member in struct:ttm_base_object
H A Dttm_object.c148 enum ttm_object_type object_type,
160 base->object_type = object_type;
145 ttm_base_object_init(struct ttm_object_file *tfile, struct ttm_base_object *base, bool shareable, enum ttm_object_type object_type, void (*rcount_release) (struct ttm_base_object **), void (*ref_obj_release) (struct ttm_base_object *, enum ttm_ref_type ref_type)) argument
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c105 int object_type; member in struct:pem_name_map_st
185 objtype = pem_name_map[i].object_type;
H A Ddecode_pvk2key.c160 int object_type = OSSL_OBJECT_PKEY; local
163 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
H A Ddecode_msblob2key.c191 int object_type = OSSL_OBJECT_PKEY; local
194 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
H A Ddecode_der2key.c285 int object_type = OSSL_OBJECT_PKEY; local
288 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
/freebsd-current/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h144 void *SANITIZER_CDECL __tsan_external_register_tag(const char *object_type);
/freebsd-current/lib/libc/rpc/
H A Dauth_des.c61 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type))
/freebsd-current/tests/sys/mac/bsdextended/
H A Dmatches_test.sh362 atf_test_case object_type cleanup
398 atf_add_test_case object_type
/freebsd-current/crypto/openssl/test/
H A Dfake_rsaprov.c408 int object_type = OSSL_OBJECT_PKEY; local
420 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp88 int (*ptr__tsan_get_report_loc_object_type)(void *report, unsigned long idx, const char **object_type);
132 const char *object_type;
184 ptr__tsan_get_report_loc_object_type(t.report, i, &t.locs[i].object_type);
421 dict->AddStringItem("object_type",
422 RetrieveString(o, process_sp, ".object_type"));
663 std::string object_type = std::string(loc->GetAsDictionary() local
664 ->GetValueForKey("object_type")
667 if (!object_type.empty()) {
668 summary = "Race on " + object_type + " object";
759 std::string object_type local
[all...]
/freebsd-current/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c642 static const int object_type = OSSL_OBJECT_NAME; local
644 OSSL_PARAM_int(OSSL_OBJECT_PARAM_TYPE, (int *)&object_type),
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8227 const clang::ObjCObjectType *object_type = local
8229 if (object_type) {
8230 clang::ObjCInterfaceDecl *interface_decl = object_type->getInterface();

Completed in 150 milliseconds