Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 256) sorted by relevance

1234567891011

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drefcount.h40 refcount_set(refcount_t *ref, unsigned int i) in refcount_set()
46 refcount_inc(refcount_t *ref) in refcount_inc()
52 refcount_inc_not_zero(refcount_t *ref) in refcount_inc_not_zero()
58 refcount_dec(refcount_t *ref) in refcount_dec()
64 refcount_read(refcount_t *ref) in refcount_read()
70 refcount_dec_and_lock_irqsave(refcount_t *ref, spinlock_t *lock, in refcount_dec_and_lock_irqsave()
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c68 int ref, error; in get_free_entries() local
118 put_free_entry(grant_ref_t ref) in put_free_entry()
137 int error, ref; in gnttab_grant_foreign_access() local
167 gnttab_query_foreign_access(grant_ref_t ref) in gnttab_query_foreign_access()
177 gnttab_end_foreign_access_ref(grant_ref_t ref) in gnttab_end_foreign_access_ref()
247 int error, ref; in gnttab_grant_foreign_transfer() local
270 gnttab_end_foreign_transfer_ref(grant_ref_t ref) in gnttab_end_foreign_transfer_ref()
304 gnttab_end_foreign_transfer(grant_ref_t ref) in gnttab_end_foreign_transfer()
313 gnttab_free_grant_reference(grant_ref_t ref) in gnttab_free_grant_reference()
322 grant_ref_t ref; in gnttab_free_grant_references() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drefcount.c95 reference_t *ref; in zfs_refcount_destroy_many() local
130 reference_t *ref; in zfs_refcount_add_many() local
171 reference_t *ref, s; in zfs_refcount_remove_many() local
229 reference_t *ref; in zfs_refcount_transfer() local
266 reference_t *ref, s; in zfs_refcount_transfer_ownership_many() local
298 reference_t *ref, s; in zfs_refcount_held() local
325 reference_t *ref, s; in zfs_refcount_not_held() local
/freebsd/usr.bin/localedef/
H A Dcollate.c160 int32_t ref; member
170 int32_t ref[COLL_WEIGHTS_MAX]; member
183 int32_t ref[COLL_WEIGHTS_MAX]; member
193 int32_t ref[COLL_WEIGHTS_MAX]; member
205 int32_t ref[COLLATE_STR_LEN]; member
288 get_pri(int32_t ref) in get_pri()
325 resolve_pri(int32_t ref) in resolve_pri()
595 int32_t ref; in end_order() local
716 int32_t ref; in start_order_char() local
860 add_order_pri(int32_t ref) in add_order_pri()
[all …]
/freebsd/contrib/unbound/services/cache/
H A Drrset.c171 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
186 rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref, in rrset_cache_update()
246 struct rrset_ref ref; in rrset_cache_update_wildcard() local
308 rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow) in rrset_array_lock()
327 rrset_array_unlock(struct rrset_ref* ref, size_t count) in rrset_array_unlock()
339 struct rrset_ref* ref, size_t count) in rrset_array_unlock_touch()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h74 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 reference_wrapper<_Tp> ref(_Tp& __t) _NO… in ref() function
80 ref(reference_wrapper<_Tp> __t) _NOEXCEPT { in ref() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBScriptObject.cpp71 ScriptObject &SBScriptObject::ref() { in ref() function in SBScriptObject
77 const ScriptObject &SBScriptObject::ref() const { in ref() function in SBScriptObject
H A DSBDeclaration.cpp137 lldb_private::Declaration &SBDeclaration::ref() { in ref() function in SBDeclaration
143 const lldb_private::Declaration &SBDeclaration::ref() const { in ref() function in SBDeclaration
H A DSBTypeEnumMember.cpp94 TypeEnumMemberImpl &SBTypeEnumMember::ref() { in ref() function in SBTypeEnumMember
100 const TypeEnumMemberImpl &SBTypeEnumMember::ref() const { in ref() function in SBTypeEnumMember
H A DSBMemoryRegionInfo.cpp81 MemoryRegionInfo &SBMemoryRegionInfo::ref() { return *m_opaque_up; } in ref() function in SBMemoryRegionInfo
83 const MemoryRegionInfo &SBMemoryRegionInfo::ref() const { return *m_opaque_up; } in ref() function in SBMemoryRegionInfo
H A DSBType.cpp93 TypeImpl &SBType::ref() { in ref() function in SBType
99 const TypeImpl &SBType::ref() const { in ref() function in SBType
773 TypeMemberImpl &SBTypeMember::ref() { in ref() function in SBTypeMember
779 const TypeMemberImpl &SBTypeMember::ref() const { return *m_opaque_up; } in ref() function in SBTypeMember
902 TypeMemberFunctionImpl &SBTypeMemberFunction::ref() { in ref() function in SBTypeMemberFunction
908 const TypeMemberFunctionImpl &SBTypeMemberFunction::ref() const { in ref() function in SBTypeMemberFunction
H A DSBLineEntry.cpp156 lldb_private::LineEntry &SBLineEntry::ref() { in ref() function in SBLineEntry
162 const lldb_private::LineEntry &SBLineEntry::ref() const { return *m_opaque_up; } in ref() function in SBLineEntry
H A DSBMemoryRegionInfoList.cpp77 MemoryRegionInfos &SBMemoryRegionInfoList::ref() { return m_opaque_up->Ref(); } in ref() function in SBMemoryRegionInfoList
79 const MemoryRegionInfos &SBMemoryRegionInfoList::ref() const { in ref() function in SBMemoryRegionInfoList
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dkdf_legacy_kmgmt.c53 int ref = 0; in ossl_kdf_data_free() local
68 int ref = 0; in ossl_kdf_data_up_ref() local
/freebsd/sys/dev/drm2/
H A Ddrm_global.c68 int drm_global_item_ref(struct drm_global_reference *ref) in drm_global_item_ref()
99 void drm_global_item_unref(struct drm_global_reference *ref) in drm_global_item_unref()
/freebsd/sys/kern/
H A Dkern_conf.c350 int ref, retval; in giant_open() local
366 int ref, retval; in giant_fdopen() local
382 int ref, retval; in giant_close() local
399 int ref; in giant_strategy() local
417 int ref, retval; in giant_ioctl() local
433 int ref, retval; in giant_read() local
449 int ref, retval; in giant_write() local
465 int ref, retval; in giant_poll() local
481 int ref, retval; in giant_kqfilter() local
498 int ref, retval; in giant_mmap() local
[all …]
/freebsd/tools/regression/geom/ConfCmp/
H A DConfCmp.c59 char *ref; member
69 struct ref { struct
75 LIST_HEAD(, ref) refs = LIST_HEAD_INITIALIZER(refs); argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp77 std::optional<DIERef> ref = ToDIERef(entry); in ProcessEntry() local
189 std::optional<DIERef> ref = ToDIERef(entry); in GetCompleteObjCClass() local
214 for (DIERef ref : incomplete_types) in GetCompleteObjCClass() local
275 if (std::optional<DIERef> ref = ToDIERef(entry)) { in GetFunctions() local
H A DDWARFIndex.cpp27 const Module::LookupInfo &lookup_info, DIERef ref, SymbolFileDWARF &dwarf, in ProcessFunctionDIE()
111 void DWARFIndex::ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const { in ReportInvalidDIERef()
/freebsd/contrib/atf/atf-c++/detail/
H A Dauto_array.hpp87 auto_array< T >::auto_array(auto_array_ref< T > ref) in auto_array()
148 auto_array< T >::operator=(auto_array_ref< T > ref) in operator =()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_object.c260 struct ttm_ref_object *ref; in ttm_ref_object_add() local
318 static void ttm_ref_object_release(struct ttm_ref_object *ref) in ttm_ref_object_release()
343 struct ttm_ref_object *ref; in ttm_ref_object_base_unref() local
362 struct ttm_ref_object *ref; in ttm_object_file_release() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio_empty.c32 static char ref[] = variable
/freebsd/crypto/openssl/crypto/evp/
H A Dkdf_meth.c23 int ref = 0; in evp_kdf_up_ref() local
32 int ref = 0; in evp_kdf_free() local
H A Dmac_meth.c22 int ref = 0; in evp_mac_up_ref() local
31 int ref = 0; in evp_mac_free() local

1234567891011