Searched defs:hash_info (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashalloc.c34 Hash_info_t hash_info = { 0 }; variable
181 tab->root->next = hash_info.list;
182 hash_info.list = tab->root;
H A Dhashlib.h35 #define hash_info _hash_info_ macro
102 extern Hash_info_t hash_info;
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c467 HASHINFO hash_info; local
521 (void) memset(&hash_info, '\0', sizeof hash_info);
522 hash_info.nelem = db_params->smdbp_num_elements;
523 hash_info.cachesize = db_params->smdbp_cache_size;
524 params = &hash_info;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c60 lm_searcher_hash_info_t* hash_info = NULL; local
70 hash_info = &context->searcher_hash;
74 if CHK_NULL( hash_info->searcher_table)
76 DbgBreakIf(!( hash_info->searcher_table));
81 mm_mem_zero(hash_info->searcher_table, alloc_size);
85 *(u32_t *)(&hash_info->searcher_key[0]) = 0x63285672;
86 *(u32_t *)(&hash_info->searcher_key[4]) = 0x24B8F2CC;
87 *(u32_t *)(&hash_info->searcher_key[8]) = 0x223AEF9B;
88 *(u32_t *)(&hash_info->searcher_key[12]) = 0x26001E3A;
89 *(u32_t *)(&hash_info
135 lm_searcher_hash_info_t* hash_info = NULL ; local
386 _lm_searcher_mirror_hash_calc(lm_searcher_hash_info_t *hash_info, lm_4tuple_t *tuple) argument
[all...]

Completed in 49 milliseconds