/freebsd/crypto/openssl/crypto/store/ |
H A D | store_result.c | 63 int object_type; member 98 helper_data.object_type = OSSL_OBJECT_UNKNOWN; in ossl_store_handle_load_result() 101 && !OSSL_PARAM_get_int(p, &helper_data.object_type)) in ossl_store_handle_load_result() 161 if (data->object_type == OSSL_OBJECT_NAME) { in try_name() 392 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_key() 393 || data->object_type == OSSL_OBJECT_PKEY) { in try_key() 397 if (data->object_type == OSSL_OBJECT_PKEY && data->ref != NULL) { in try_key() 427 data->object_type = OSSL_OBJECT_PKEY; in try_key() 459 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_cert() 460 || data->object_type == OSSL_OBJECT_CERT) { in try_cert() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_external.cpp | 24 const char *object_type; member 41 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag() 84 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag() argument 87 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag() 89 internal_snprintf(header, sizeof(header), "race on %s", object_type); in __tsan_external_register_tag()
|
H A D | tsan_report.cpp | 151 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() 152 if (object_type == nullptr) in PrintMop() 153 object_type = "external object"; in PrintMop() 155 ExternalMopDesc(first, mop->write), object_type, in PrintMop() 181 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() 182 if (!object_type) { in PrintLocation() 189 object_type, loc->heap_chunk_size, in PrintLocation() 149 const char *object_type = GetObjectTypeFromTag(mop->external_tag); PrintMop() local 179 const char *object_type = GetObjectTypeFromTag(loc->external_tag); PrintLocation() local
|
H A D | tsan_debugging.cpp | 146 const char **object_type) { in __tsan_get_report_loc_object_type() 150 *object_type = GetObjectTypeFromTag(loc->external_tag); in __tsan_get_report_loc_object_type() 144 __tsan_get_report_loc_object_type(void * report,uptr idx,const char ** object_type) __tsan_get_report_loc_object_type() argument
|
H A D | tsan_interface.h | 94 void *__tsan_external_register_tag(const char *object_type); 169 const char **object_type);
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | decoder_pkey.c | 62 char *object_type; /* recorded object data type, may be NULL */ member 91 char *object_type = NULL; in decoder_construct_pkey() local 93 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0)) in decoder_construct_pkey() 95 OPENSSL_free(data->object_type); in decoder_construct_pkey() 96 data->object_type = object_type; in decoder_construct_pkey() 121 && EVP_KEYMGMT_is_a(keymgmt, data->object_type)) in decoder_construct_pkey() 129 data->object_type, in decoder_construct_pkey() 197 OPENSSL_free(data->object_type); in decoder_clean_pkey_construct_arg()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | decode_pem2der.c | 105 int object_type; in pem2der_decode() member 185 objtype = pem_name_map[i].object_type; in pem2der_decode()
|
H A D | decode_pvk2key.c | 160 int object_type = OSSL_OBJECT_PKEY; in pvk2key_decode() local 163 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in pvk2key_decode()
|
H A D | decode_msblob2key.c | 191 int object_type = OSSL_OBJECT_PKEY; in msblob2key_decode() local 194 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in msblob2key_decode()
|
H A D | decode_der2key.c | 289 int object_type = OSSL_OBJECT_PKEY; in der2key_decode() local 292 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in der2key_decode()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_object.c | 148 enum ttm_object_type object_type, in ttm_base_object_init() argument 160 base->object_type = object_type; in ttm_base_object_init()
|
H A D | ttm_object.h | 123 enum ttm_object_type object_type; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 665 std::string object_type = std::string(loc->GetAsDictionary() in GenerateSummary() local 669 if (!object_type.empty()) { in GenerateSummary() 670 summary = "Race on " + object_type + " object"; in GenerateSummary() 761 std::string object_type = std::string(loc->GetAsDictionary() in GetLocationDescription() local 765 if (!object_type.empty()) { in GetLocationDescription() 767 object_type.c_str(), addr); in GetLocationDescription()
|
/freebsd/share/examples/ses/srcs/ |
H A D | getobjmap.c | 81 objp[i].obj_id, geteltnm((int)objp[i].object_type)); in main()
|
/freebsd/lib/libc/rpc/ |
H A D | auth_des.c | 61 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) argument
|
/freebsd/tests/sys/mac/bsdextended/ |
H A D | matches_test.sh | 362 atf_test_case object_type cleanup 398 atf_add_test_case object_type
|
/freebsd/crypto/openssl/test/ |
H A D | fake_rsaprov.c | 408 int object_type = OSSL_OBJECT_PKEY; in fake_rsa_st_load() local 420 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in fake_rsa_st_load()
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 642 static const int object_type = OSSL_OBJECT_NAME; in file_load_dir_entry() local 644 OSSL_PARAM_int(OSSL_OBJECT_PARAM_TYPE, (int *)&object_type), in file_load_dir_entry()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8391 const clang::ObjCObjectType *object_type = in StartTagDeclarationDefinition() local 8393 if (object_type) { in StartTagDeclarationDefinition() 8394 clang::ObjCInterfaceDecl *interface_decl = object_type->getInterface(); in StartTagDeclarationDefinition()
|