| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| H A D | amdgpu_bios_parser_common.c | 34 static enum object_type object_type_from_bios_object_id(uint32_t bios_object_id) in object_type_from_bios_object_id() 38 enum object_type object_type; in object_type_from_bios_object_id() local 42 object_type = OBJECT_TYPE_GPU; in object_type_from_bios_object_id() 45 object_type = OBJECT_TYPE_ENCODER; in object_type_from_bios_object_id() 48 object_type = OBJECT_TYPE_CONNECTOR; in object_type_from_bios_object_id() 51 object_type = OBJECT_TYPE_ROUTER; in object_type_from_bios_object_id() 54 object_type = OBJECT_TYPE_GENERIC; in object_type_from_bios_object_id() 57 object_type = OBJECT_TYPE_UNKNOWN; in object_type_from_bios_object_id() 61 return object_type; in object_type_from_bios_object_id() 253 static uint32_t id_from_bios_object_id(enum object_type type, in id_from_bios_object_id() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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 …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_external.cpp | 24 const char *object_type; member 41 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag() 77 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag() argument 80 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag() 82 internal_snprintf(header, sizeof(header), "race on %s", object_type); in __tsan_external_register_tag()
|
| H A D | tsan_report.cpp | 155 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() local 156 if (object_type == nullptr) in PrintMop() 157 object_type = "external object"; in PrintMop() 159 ExternalMopDesc(first, mop->write), object_type, in PrintMop() 185 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() local 186 if (!object_type) { in PrintLocation() 193 object_type, loc->heap_chunk_size, in PrintLocation()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_external.cc | 19 const char *object_type; member 36 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag() 74 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag() argument 77 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag() 79 internal_snprintf(header, sizeof(header), "race on %s", object_type); in __tsan_external_register_tag()
|
| H A D | tsan_report.cc | 166 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() local 167 if (object_type == nullptr) in PrintMop() 168 object_type = "external object"; in PrintMop() 170 ExternalMopDesc(first, mop->write), object_type, in PrintMop() 196 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() local 197 if (!object_type) { in PrintLocation() 203 object_type, loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_external.cc | 21 const char *object_type; member 38 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag() 76 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag() argument 79 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag() 81 internal_snprintf(header, sizeof(header), "race on %s", object_type); in __tsan_external_register_tag()
|
| H A D | tsan_report.cc | 168 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() local 169 if (object_type == nullptr) in PrintMop() 170 object_type = "external object"; in PrintMop() 172 ExternalMopDesc(first, mop->write), object_type, in PrintMop() 198 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() local 199 if (!object_type) { in PrintLocation() 205 object_type, loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/usr.sbin/sesd/srcs/ |
| H A D | getencstat.c | 142 geteltnm(objp[i].object_type), in main() 143 stat2ascii(objp[i].object_type, in main() 149 ob.obj_id, geteltnm(objp[i].object_type), in main() 150 stat2ascii(objp[i].object_type, ob.cstat)); in main()
|
| H A D | getobjmap.c | 81 objp[i].obj_id, geteltnm((int)objp[i].object_type)); in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| H A D | git-clang-format | 226 object_type = get_object_type(commit) 227 if object_type not in ('commit', 'tag'): 228 if object_type is None: 231 die("'%s' is a %s, but a commit was expected" % (commit, object_type)) 253 object_type = get_object_type(value) 254 if object_type is None: 256 if object_type in ('commit', 'tag'): 259 (value, object_type))
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | object.h | 26 enum object_type { enum 67 virtual object_type type() = 0; 175 object_type type; 201 object_spec(object_type);
|
| H A D | object.cpp | 408 object_spec::object_spec(object_type t) : type(t) in object_spec() 453 object_type type() { return OTHER_OBJECT; } in type() 480 object_type type(); 492 object_type mark_object::type() in type() 559 object_type type() = 0; 679 object_type type() = 0; 703 object_type type() = 0; 732 object_type type() { return BOX_OBJECT; } in type() 885 object_type type(); 941 object_type block_object::type() in type() [all …]
|
| H A D | 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: 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) in object_type_name()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | ttm_object.h | 136 enum ttm_object_type object_type; member 344 return (base->object_type == ttm_prime_type) ? in ttm_base_object_type() 346 base->object_type; in ttm_base_object_type()
|
| H A D | ttm_object.c | 168 enum ttm_object_type object_type, in ttm_base_object_init() argument 180 base->object_type = object_type; in ttm_base_object_init() 714 base->object_type != ttm_prime_type)) { in ttm_prime_handle_to_fd()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| H A D | grph_object_id.h | 32 enum object_type { enum 234 enum object_type type) in dal_graphics_object_id_init()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 2498 tree object_type; in build_class_member_access_expr() local 2512 object_type = TREE_TYPE (object); in build_class_member_access_expr() 2513 if (!currently_open_class (object_type) in build_class_member_access_expr() 2514 && !complete_type_or_maybe_complain (object_type, object, complain)) in build_class_member_access_expr() 2516 if (!CLASS_TYPE_P (object_type)) in build_class_member_access_expr() 2520 if (INDIRECT_TYPE_P (object_type) in build_class_member_access_expr() 2521 && CLASS_TYPE_P (TREE_TYPE (object_type))) in build_class_member_access_expr() 2524 member, object.get_value (), object_type); in build_class_member_access_expr() 2527 "type %qT", member, object.get_value (), object_type); in build_class_member_access_expr() 2550 object_type)) in build_class_member_access_expr() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck.cc | 2666 tree object_type; in build_class_member_access_expr() local 2680 object_type = TREE_TYPE (object); in build_class_member_access_expr() 2681 if (!currently_open_class (object_type) in build_class_member_access_expr() 2682 && !complete_type_or_maybe_complain (object_type, object, complain)) in build_class_member_access_expr() 2684 if (!CLASS_TYPE_P (object_type)) in build_class_member_access_expr() 2688 if (INDIRECT_TYPE_P (object_type) in build_class_member_access_expr() 2689 && CLASS_TYPE_P (TREE_TYPE (object_type))) in build_class_member_access_expr() 2692 member, object.get_value (), object_type); in build_class_member_access_expr() 2695 "type %qT", member, object.get_value (), object_type); in build_class_member_access_expr() 2721 object_type)) in build_class_member_access_expr() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| H A D | tsan_interface.h | 132 void *__tsan_external_register_tag(const char *object_type);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| H A D | tsan_interface.h | 134 void *__tsan_external_register_tag(const char *object_type);
|