Searched refs:ref_type (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/ddb/ |
H A D | db_pprint.c | 247 struct ctf_type_v3 *ref_type; in db_pprint_ptr() local 258 ref_type = db_ctf_typeid_to_type(&sym_data, tid); in db_pprint_ptr() 259 kind = CTF_V3_INFO_KIND(ref_type->ctt_info); in db_pprint_ptr() 266 tid = ref_type->ctt_type; in db_pprint_ptr() 270 tid = ref_type->ctt_type; in db_pprint_ptr() 274 tid = ref_type->ctt_type; in db_pprint_ptr() 278 tid = ref_type->ctt_type; in db_pprint_ptr() 281 tid = ref_type->ctt_type; in db_pprint_ptr() 291 db_pprint_type(val, ref_type, depth + 1); in db_pprint_ptr() 293 name = db_ctf_stroff_to_str(&sym_data, ref_type->ctt_name); in db_pprint_ptr() [all …]
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_object.c | 114 enum ttm_ref_type ref_type; member 151 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument 257 enum ttm_ref_type ref_type, bool *existed) in ttm_ref_object_add() argument 259 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() 288 ref->ref_type = ref_type; in ttm_ref_object_add() 320 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release() 325 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release() 326 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release() 335 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument 337 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
|
H A D | ttm_object.h | 129 enum ttm_ref_type ref_type); 155 ref_type)); 203 enum ttm_ref_type ref_type, bool *existed); 217 enum ttm_ref_type ref_type);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 377 Type *ref_type = ResolveTypeUID(ctf_modifier.type); in CreateModifier() local 378 if (!ref_type) in CreateModifier() 387 compiler_type = ref_type->GetFullCompilerType().GetPointerType(); in CreateModifier() 390 compiler_type = ref_type->GetFullCompilerType().AddConstModifier(); in CreateModifier() 393 compiler_type = ref_type->GetFullCompilerType().AddVolatileModifier(); in CreateModifier() 396 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | mail.news | 57 …itlab.freedesktop.org/xdg/shared-mime-info/-/blob/master/data/freedesktop.org.xml.in?ref_type=heads
|
/freebsd/crypto/openssl/ |
H A D | Configure | 1461 my $ref_type = ref $user{$_}; 1487 $mkvalue->($ref_type, $user{$_}) 1488 || $mkvalue->($ref_type, $target{$_});
|
/freebsd/crypto/openssl/doc/designs/ |
H A D | fips_indicator.md | 309 …com/redhat/centos-stream/rpms/openssl/-/blob/c9s/0078-KDF-Add-FIPS-indicators.patch?ref_type=heads>
|