/titanic_44/usr/src/cmd/sgs/link_audit/common/ |
H A D | hash.c | 44 ptr->hash_type = String_Key; in make_hash() 58 ptr->hash_type = Integer_Key; in make_ihash() 68 if (tbl->hash_type == String_Key) { in get_hash() 74 if (tbl->hash_type == String_Key) { in get_hash() 95 new->key = ((tbl->hash_type == String_Key)?strdup(key):key); in get_hash() 118 if (tbl->hash_type == String_Key) { in find_hash() 142 if (tbl->hash_type == String_Key) { in del_hash() 151 if (tbl->hash_type == String_Key) { in del_hash() 178 if (tbl->hash_type == String_Key) { in del_hash() 238 if (tbl->hash_type == String_Key) { in destroy_hash()
|
H A D | hash.h | 40 enum hash_type { enum 43 } hash_type; member
|
/titanic_44/usr/src/cmd/boot/common/ |
H A D | bblk_einfo.c | 201 if (einfo->hash_type != BBLK_NO_HASH && in print_einfo() 202 einfo->hash_type < BBLK_HASH_TOT) { in print_einfo() 227 einfo->hash_type, has_hash ? in print_einfo() 228 bblk_hash_list[einfo->hash_type]->name : "nil"); in print_einfo() 240 bblk_hash_list[einfo->hash_type]->name); in print_einfo() 292 einfo->hash_type = bblk_no_hash.type; in prepare_and_write_einfo() 295 einfo->hash_type = hashinfo->type; in prepare_and_write_einfo() 366 if (disk_einfo->hash_type == bblk_no_hash.type) in einfo_should_update() 369 if (disk_einfo->hash_type >= BBLK_HASH_TOT) in einfo_should_update() 372 hashing = bblk_hash_list[disk_einfo->hash_type]; in einfo_should_update()
|
H A D | bblk_einfo.h | 49 uint8_t hash_type; member
|
/titanic_44/usr/src/cmd/nscd/ |
H A D | cache.h | 252 enum hash_type { enum 256 } hash_type; member 338 enum hash_type, int);
|
H A D | cache.c | 699 enum hash_type httype, int htsize) in make_cache() 749 nscdb->hash_type = httype; in make_cache() 2321 if (nscdb->hash_type == nsc_ht_power2) in reap_cache()
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 130 static hash_type_t hash_type = HASH_NONE; variable 215 hash_type = HASH_HMAC_SHA1; in init_hashing() 1115 server_url.https ? HASH_NONE : hash_type, in get_miniroot() 1233 switch (hash_type) { in process_wanbootfs() 1310 if (hash_type != HASH_NONE) { in process_wanbootfs() 1330 wanbootfs_size, &offset, (hash_type == HASH_NONE) ? NULL : &sha)) in process_wanbootfs() 1335 if (hash_type != HASH_NONE) { in process_wanbootfs()
|
/titanic_44/usr/src/uts/common/inet/ilb/ |
H A D | ilb_alg_hash.c | 88 ilb_algo_impl_t hash_type; member 111 switch (hash_alg->hash_type) { in hash_lb() 136 switch (hash_alg->hash_type) { in hash_lb() 385 hash_alg->hash_type = flags; in ilb_alg_hash_init()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_sp.c | 2512 u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type, in lm_enable_rss() argument 2530 if (hash_type & in lm_enable_rss() 2543 if (GET_FLAGS(hash_type, LM_RSS_HASH_IPV4)) in lm_enable_rss() 2547 if (GET_FLAGS(hash_type, LM_RSS_HASH_TCP_IPV4)) in lm_enable_rss() 2551 if (GET_FLAGS(hash_type, LM_RSS_HASH_IPV6)) in lm_enable_rss() 2555 if (GET_FLAGS(hash_type, LM_RSS_HASH_TCP_IPV6)) in lm_enable_rss()
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 489 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm.h | 772 u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type,
|
/titanic_44/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_msg.h | 296 __u8 hash_type:2; member 302 __u8 hash_type:2; member
|
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device.c | 6972 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type, in xge_hal_rts_rth_set() argument 6982 val64 = hash_type; in xge_hal_rts_rth_set()
|