Symbol: HT
crypto/openssl/crypto/core_namemap.c
35
HT *namenum_ht; /* Name->number mapping */
crypto/openssl/crypto/hashtable/hashtable.c
109
HT *ht;
crypto/openssl/crypto/hashtable/hashtable.c
175
HT *ossl_ht_new(const HT_CONFIG *conf)
crypto/openssl/crypto/hashtable/hashtable.c
177
HT *new = OPENSSL_zalloc(sizeof(*new));
crypto/openssl/crypto/hashtable/hashtable.c
234
void ossl_ht_read_lock(HT *htable)
crypto/openssl/crypto/hashtable/hashtable.c
239
void ossl_ht_read_unlock(HT *htable)
crypto/openssl/crypto/hashtable/hashtable.c
244
void ossl_ht_write_lock(HT *htable)
crypto/openssl/crypto/hashtable/hashtable.c
250
void ossl_ht_write_unlock(HT *htable)
crypto/openssl/crypto/hashtable/hashtable.c
282
static int ossl_ht_flush_internal(HT *h)
crypto/openssl/crypto/hashtable/hashtable.c
313
int ossl_ht_flush(HT *h)
crypto/openssl/crypto/hashtable/hashtable.c
318
void ossl_ht_free(HT *h)
crypto/openssl/crypto/hashtable/hashtable.c
335
size_t ossl_ht_count(HT *h)
crypto/openssl/crypto/hashtable/hashtable.c
343
void ossl_ht_foreach_until(HT *h, int (*cb)(HT_VALUE *obj, void *arg),
crypto/openssl/crypto/hashtable/hashtable.c
363
HT_VALUE_LIST *ossl_ht_filter(HT *h, size_t max_len,
crypto/openssl/crypto/hashtable/hashtable.c
420
static int grow_hashtable(HT *h, size_t oldsize)
crypto/openssl/crypto/hashtable/hashtable.c
528
static int ossl_ht_insert_locked(HT *h, uint64_t hash,
crypto/openssl/crypto/hashtable/hashtable.c
592
static struct ht_internal_value_st *alloc_new_value(HT *h, HT_KEY *key,
crypto/openssl/crypto/hashtable/hashtable.c
625
int ossl_ht_insert(HT *h, HT_KEY *key, HT_VALUE *data, HT_VALUE **olddata)
crypto/openssl/crypto/hashtable/hashtable.c
661
HT_VALUE *ossl_ht_get(HT *h, HT_KEY *key)
crypto/openssl/crypto/hashtable/hashtable.c
709
int ossl_ht_delete(HT *h, HT_KEY *key)
crypto/openssl/fuzz/hashtable.c
50
static HT *fuzzer_table = NULL;
crypto/openssl/include/internal/hashtable.h
199
pfx ossl_unused int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, \
crypto/openssl/include/internal/hashtable.h
225
pfx ossl_unused vtype *ossl_unused ossl_ht_##name##_##vtype##_get(HT *h, \
crypto/openssl/include/internal/hashtable.h
251
int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, vtype *data, \
crypto/openssl/include/internal/hashtable.h
254
vtype *ossl_unused ossl_ht_##name##_##vtype##_get(HT *h, \
crypto/openssl/include/internal/hashtable.h
282
HT *ossl_ht_new(const HT_CONFIG *conf);
crypto/openssl/include/internal/hashtable.h
287
void ossl_ht_free(HT *htable);
crypto/openssl/include/internal/hashtable.h
292
void ossl_ht_read_lock(HT *htable);
crypto/openssl/include/internal/hashtable.h
297
void ossl_ht_write_lock(HT *htable);
crypto/openssl/include/internal/hashtable.h
302
void ossl_ht_read_unlock(HT *htable);
crypto/openssl/include/internal/hashtable.h
307
void ossl_ht_write_unlock(HT *htable);
crypto/openssl/include/internal/hashtable.h
312
int ossl_ht_flush(HT *htable);
crypto/openssl/include/internal/hashtable.h
319
int ossl_ht_insert(HT *htable, HT_KEY *key, HT_VALUE *data,
crypto/openssl/include/internal/hashtable.h
326
int ossl_ht_delete(HT *htable, HT_KEY *key);
crypto/openssl/include/internal/hashtable.h
331
size_t ossl_ht_count(HT *htable);
crypto/openssl/include/internal/hashtable.h
341
void ossl_ht_foreach_until(HT *htable, int (*cb)(HT_VALUE *obj, void *arg),
crypto/openssl/include/internal/hashtable.h
350
HT_VALUE_LIST *ossl_ht_filter(HT *htable, size_t max_len,
crypto/openssl/include/internal/hashtable.h
362
HT_VALUE *ossl_ht_get(HT *htable, HT_KEY *key);
crypto/openssl/test/lhash_test.c
238
HT *ht = NULL;
crypto/openssl/test/lhash_test.c
415
HT *h;
crypto/openssl/test/lhash_test.c
492
static HT *m_ht = NULL;
libexec/getty/subr.c
323
if (!HT)
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
50
/* 6.5 Mb */ { AH_TRUE, HT, 6500, 0x80, 0x00, 0, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
51
/* 13 Mb */ { AH_TRUE, HT, 13000, 0x81, 0x00, 1, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
52
/*19.5 Mb */ { AH_TRUE, HT, 19500, 0x82, 0x00, 2, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
53
/* 26 Mb */ { AH_TRUE, HT, 26000, 0x83, 0x00, 3, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
54
/* 39 Mb */ { AH_TRUE, HT, 39000, 0x84, 0x00, 4, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
55
/* 52 Mb */ { AH_TRUE, HT, 52000, 0x85, 0x00, 5, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
56
/*58.5 Mb */ { AH_TRUE, HT, 58500, 0x86, 0x00, 6, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
57
/* 65 Mb */ { AH_TRUE, HT, 65000, 0x87, 0x00, 7, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
58
/* 13 Mb */ { AH_TRUE, HT, 13000, 0x88, 0x00, 8, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
59
/* 26 Mb */ { AH_TRUE, HT, 26000, 0x89, 0x00, 9, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
60
/* 39 Mb */ { AH_TRUE, HT, 39000, 0x8a, 0x00, 10, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
61
/* 52 Mb */ { AH_TRUE, HT, 52000, 0x8b, 0x00, 11, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
62
/* 78 Mb */ { AH_TRUE, HT, 78000, 0x8c, 0x00, 12, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
63
/* 104 Mb */ { AH_TRUE, HT, 104000, 0x8d, 0x00, 13, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
64
/* 117 Mb */ { AH_TRUE, HT, 117000, 0x8e, 0x00, 14, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
65
/* 130 Mb */ { AH_TRUE, HT, 130000, 0x8f, 0x00, 15, 8 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
83
/* 6.5 Mb */ { AH_TRUE, HT, 6500, 0x80, 0x00, 0, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
84
/* 13 Mb */ { AH_TRUE, HT, 13000, 0x81, 0x00, 1, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
85
/*19.5 Mb */ { AH_TRUE, HT, 19500, 0x82, 0x00, 2, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
86
/* 26 Mb */ { AH_TRUE, HT, 26000, 0x83, 0x00, 3, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
87
/* 39 Mb */ { AH_TRUE, HT, 39000, 0x84, 0x00, 4, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
88
/* 52 Mb */ { AH_TRUE, HT, 52000, 0x85, 0x00, 5, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
89
/*58.5 Mb */ { AH_TRUE, HT, 58500, 0x86, 0x00, 6, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
90
/* 65 Mb */ { AH_TRUE, HT, 65000, 0x87, 0x00, 7, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
91
/* 13 Mb */ { AH_TRUE, HT, 13000, 0x88, 0x00, 8, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
92
/* 26 Mb */ { AH_TRUE, HT, 26000, 0x89, 0x00, 9, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
93
/* 39 Mb */ { AH_TRUE, HT, 39000, 0x8a, 0x00, 10, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
94
/* 52 Mb */ { AH_TRUE, HT, 52000, 0x8b, 0x00, 11, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
95
/* 78 Mb */ { AH_TRUE, HT, 78000, 0x8c, 0x00, 12, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
96
/* 104 Mb */ { AH_TRUE, HT, 104000, 0x8d, 0x00, 13, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
97
/* 117 Mb */ { AH_TRUE, HT, 117000, 0x8e, 0x00, 14, 4 },
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
98
/* 130 Mb */ { AH_TRUE, HT, 130000, 0x8f, 0x00, 15, 4 },
sys/net80211/ieee80211_phy.c
204
[12] = { .phy = HT, 6500, 0x00, N(0), 4 },
sys/net80211/ieee80211_phy.c
205
[13] = { .phy = HT, 13000, 0x00, N(1), 6 },
sys/net80211/ieee80211_phy.c
206
[14] = { .phy = HT, 19500, 0x00, N(2), 6 },
sys/net80211/ieee80211_phy.c
207
[15] = { .phy = HT, 26000, 0x00, N(3), 8 },
sys/net80211/ieee80211_phy.c
208
[16] = { .phy = HT, 39000, 0x00, N(4), 8 },
sys/net80211/ieee80211_phy.c
209
[17] = { .phy = HT, 52000, 0x00, N(5), 8 },
sys/net80211/ieee80211_phy.c
210
[18] = { .phy = HT, 58500, 0x00, N(6), 8 },
sys/net80211/ieee80211_phy.c
211
[19] = { .phy = HT, 65000, 0x00, N(7), 8 },
sys/net80211/ieee80211_phy.c
213
[20] = { .phy = HT, 13000, 0x00, N(8), 4 },
sys/net80211/ieee80211_phy.c
214
[21] = { .phy = HT, 26000, 0x00, N(9), 6 },
sys/net80211/ieee80211_phy.c
215
[22] = { .phy = HT, 39000, 0x00, N(10), 6 },
sys/net80211/ieee80211_phy.c
216
[23] = { .phy = HT, 52000, 0x00, N(11), 8 },
sys/net80211/ieee80211_phy.c
217
[24] = { .phy = HT, 78000, 0x00, N(12), 8 },
sys/net80211/ieee80211_phy.c
218
[25] = { .phy = HT, 104000, 0x00, N(13), 8 },
sys/net80211/ieee80211_phy.c
219
[26] = { .phy = HT, 117000, 0x00, N(14), 8 },
sys/net80211/ieee80211_phy.c
220
[27] = { .phy = HT, 130000, 0x00, N(15), 8 },
sys/net80211/ieee80211_phy.c
222
[28] = { .phy = HT, 19500, 0x00, N(16), 4 },
sys/net80211/ieee80211_phy.c
223
[29] = { .phy = HT, 39000, 0x00, N(17), 6 },
sys/net80211/ieee80211_phy.c
224
[30] = { .phy = HT, 58500, 0x00, N(18), 6 },
sys/net80211/ieee80211_phy.c
225
[31] = { .phy = HT, 78000, 0x00, N(19), 8 },
sys/net80211/ieee80211_phy.c
226
[32] = { .phy = HT, 117000, 0x00, N(20), 8 },
sys/net80211/ieee80211_phy.c
227
[33] = { .phy = HT, 156000, 0x00, N(21), 8 },
sys/net80211/ieee80211_phy.c
228
[34] = { .phy = HT, 175500, 0x00, N(22), 8 },
sys/net80211/ieee80211_phy.c
229
[35] = { .phy = HT, 195000, 0x00, N(23), 8 },
sys/net80211/ieee80211_phy.c
248
[8] = { .phy = HT, 6500, 0x00, N(0), 0 },
sys/net80211/ieee80211_phy.c
249
[9] = { .phy = HT, 13000, 0x00, N(1), 2 },
sys/net80211/ieee80211_phy.c
250
[10] = { .phy = HT, 19500, 0x00, N(2), 2 },
sys/net80211/ieee80211_phy.c
251
[11] = { .phy = HT, 26000, 0x00, N(3), 4 },
sys/net80211/ieee80211_phy.c
252
[12] = { .phy = HT, 39000, 0x00, N(4), 4 },
sys/net80211/ieee80211_phy.c
253
[13] = { .phy = HT, 52000, 0x00, N(5), 4 },
sys/net80211/ieee80211_phy.c
254
[14] = { .phy = HT, 58500, 0x00, N(6), 4 },
sys/net80211/ieee80211_phy.c
255
[15] = { .phy = HT, 65000, 0x00, N(7), 4 },
sys/net80211/ieee80211_phy.c
257
[16] = { .phy = HT, 13000, 0x00, N(8), 0 },
sys/net80211/ieee80211_phy.c
258
[17] = { .phy = HT, 26000, 0x00, N(9), 2 },
sys/net80211/ieee80211_phy.c
259
[18] = { .phy = HT, 39000, 0x00, N(10), 2 },
sys/net80211/ieee80211_phy.c
260
[19] = { .phy = HT, 52000, 0x00, N(11), 4 },
sys/net80211/ieee80211_phy.c
261
[20] = { .phy = HT, 78000, 0x00, N(12), 4 },
sys/net80211/ieee80211_phy.c
262
[21] = { .phy = HT, 104000, 0x00, N(13), 4 },
sys/net80211/ieee80211_phy.c
263
[22] = { .phy = HT, 117000, 0x00, N(14), 4 },
sys/net80211/ieee80211_phy.c
264
[23] = { .phy = HT, 130000, 0x00, N(15), 4 },
sys/net80211/ieee80211_phy.c
266
[24] = { .phy = HT, 19500, 0x00, N(16), 0 },
sys/net80211/ieee80211_phy.c
267
[25] = { .phy = HT, 39000, 0x00, N(17), 2 },
sys/net80211/ieee80211_phy.c
268
[26] = { .phy = HT, 58500, 0x00, N(18), 2 },
sys/net80211/ieee80211_phy.c
269
[27] = { .phy = HT, 78000, 0x00, N(19), 4 },
sys/net80211/ieee80211_phy.c
270
[28] = { .phy = HT, 117000, 0x00, N(20), 4 },
sys/net80211/ieee80211_phy.c
271
[29] = { .phy = HT, 156000, 0x00, N(21), 4 },
sys/net80211/ieee80211_phy.c
272
[30] = { .phy = HT, 175500, 0x00, N(22), 4 },
sys/net80211/ieee80211_phy.c
273
[31] = { .phy = HT, 195000, 0x00, N(23), 4 },