/freebsd/sys/dev/drm2/ |
H A D | drm_hashtab.c | 42 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) in drm_ht_create() 57 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list() 71 static struct drm_hash_item *drm_ht_find_key(struct drm_open_hash *ht, in drm_ht_find_key() 90 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() 120 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please() 145 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item() 159 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key() 171 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item() 178 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove()
|
/freebsd/contrib/lib9p/ |
H A D | hashtable.h | 34 struct ht { struct 35 struct ht_entry * ht_entries; argument 36 ssize_t ht_nentries; argument 37 pthread_rwlock_t ht_rwlock; argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | hashtable.h | 67 __hash_init(struct lkpi_hash_head *ht, unsigned long size) in __hash_init() 75 #define hash_init(ht) \ argument 92 #define hash_add_rcu(ht, node, key) do { \ argument 106 __hash_empty(struct lkpi_hash_head *ht, unsigned long size) in __hash_empty() 117 #define hash_empty(ht) \ argument 130 #define __hash_first(ht, type, member) ({ \ argument
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_heap.c | 329 void **ht; /* bucket heads */ member 338 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, in dn_ht_init() 430 dn_ht_free(struct dn_ht *ht, int flags) in dn_ht_free() 444 dn_ht_entries(struct dn_ht *ht) in dn_ht_entries() 451 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) in dn_ht_find() 494 dn_ht_scan(struct dn_ht *ht, int (*fn)(void *, void *), void *arg) in dn_ht_scan() 529 dn_ht_scan_bucket(struct dn_ht *ht, int *bucket, int (*fn)(void *, void *), in dn_ht_scan_bucket()
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | g_hash_table.cpp | 72 HashTable *ht = (HashTable *)ght; in GHashTableInsert() local 79 HashTable *ht = (HashTable *)ght; in GHashTableLookup() local
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_object.c | 259 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() local 317 struct drm_open_hash *ht; in ttm_ref_object_release() local 337 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref() local
|
/freebsd/contrib/wpa/src/ap/ |
H A D | neighbor_db.c | 207 int ht, int vht, int he) in hostapd_get_nr_chan_width() 234 int ht = hapd->iconf->ieee80211n && !hapd->conf->disable_11n; in hostapd_neighbor_set_own_report() local
|
/freebsd/sys/dev/videomode/ |
H A D | videomode.c | 26 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
|
/freebsd/tools/tools/iwn/iwnstats/ |
H A D | main.c | 191 iwn_stats_ht_phy_print(struct iwn_rx_ht_phy_stats *ht) in iwn_stats_ht_phy_print()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tailq_hash.h | 21 struct rack_head ht[MAX_HASH_ENTRIES]; member
|
/freebsd/contrib/bearssl/test/ |
H A D | test_x509.c | 208 HT *ht; in HT_new() local 265 HT_expand(HT *ht) in HT_expand() 297 HT_put(HT *ht, const char *name, void *value) in HT_put() 348 HT_get(const HT *ht, const char *name) in HT_get() 365 HT_clear(HT *ht, void (*free_value)(void *value)) in HT_clear() 387 HT_free(HT *ht, void (*free_value)(void *value)) in HT_free()
|
/freebsd/lib/libc/tests/nss/ |
H A D | gethostby_test.c | 189 free_hostent(struct hostent *ht) in free_hostent() 401 sdump_hostent(struct hostent *ht, char *buffer, size_t buflen) in sdump_hostent() 547 hostent_read_snapshot_func(struct hostent *ht, char *line) in hostent_read_snapshot_func() 675 hostent_test_correctness(struct hostent *ht, void *mdata __unused) in hostent_test_correctness()
|
/freebsd/lib/libc/net/ |
H A D | gethostnamadr.c | 262 struct hostent *ht; in host_marshal_func() local 368 struct hostent *ht; in host_unmarshal_func() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 228 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_bdg.h | 139 struct nm_hash_ent *ht; member
|
H A D | netmap_vale.c | 613 struct nm_hash_ent *ht = private_data; in netmap_vale_learning() local
|
/freebsd/sys/dev/usb/net/ |
H A D | uhso.c | 552 struct uhso_tty *ht; in uhso_attach() local 1153 struct uhso_tty *ht; in uhso_mux_read_callback() local 1210 struct uhso_tty *ht; in uhso_mux_write_callback() local
|
/freebsd/sys/powerpc/powermac/ |
H A D | cpcht.c | 484 struct pcicfg_ht *ht = NULL; in cpcht_map_msi() local
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fman_kg.c | 455 uint8_t offset, shift, ht; in fman_kg_build_scheme() local
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02.h | 80 s8 ht[16]; member
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ht.c | 383 ck_ht_gc(struct ck_ht *ht, unsigned long cycles, unsigned long seed) in ck_ht_gc()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_hostap.c | 1739 const struct ieee80211_ie_htinfo *ht = in ishtmixed() local
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs.c | 1119 struct mvm_statistics_rx_ht_phy_v1 *ht = iwl_dbgfs_fw_rx_stats_read() local 1133 struct mvm_statistics_rx_ht_phy *ht = iwl_dbgfs_fw_rx_stats_read() local [all...] |
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 3120 long lat, lon, ht; in oncore_get_timestamp() local 3941 double lat, lon, ht; in oncore_ss() local [all...] |
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_lha.c | 2774 struct htree_t *ht; in lzh_make_huffman_table() local 2889 struct htree_t *ht; in lzh_decode_huffman_tree() local
|