Home
last modified time | relevance | path

Searched refs:hash_type (Results 1 – 15 of 15) sorted by path

/illumos-gate/usr/src/boot/forth/
H A Dloader.conf83 boot_archive.hash_type="hash"
/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c230 if (einfo->hash_type != BBLK_NO_HASH && in print_einfo()
231 einfo->hash_type < BBLK_HASH_TOT) { in print_einfo()
256 einfo->hash_type, has_hash ? in print_einfo()
257 bblk_hash_list[einfo->hash_type]->name : "nil"); in print_einfo()
269 bblk_hash_list[einfo->hash_type]->name); in print_einfo()
321 einfo->hash_type = bblk_no_hash.type; in prepare_and_write_einfo()
324 einfo->hash_type = hashinfo->type; in prepare_and_write_einfo()
395 if (disk_einfo->hash_type == bblk_no_hash.type) in einfo_should_update()
398 if (disk_einfo->hash_type >= BBLK_HASH_TOT) in einfo_should_update()
401 hashing = bblk_hash_list[disk_einfo->hash_type]; in einfo_should_update()
H A Dbblk_einfo.h49 uint8_t hash_type; member
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c725 enum hash_type httype, int htsize) in make_cache()
775 nscdb->hash_type = httype; in make_cache()
2363 if (nscdb->hash_type == nsc_ht_power2) in reap_cache()
H A Dcache.h252 enum hash_type { enum
256 } hash_type; member
338 enum hash_type, int);
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.c44 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 Dhash.h40 enum hash_type { enum
43 } hash_type; member
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c88 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()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c4815 lm_rss_hash_t hash_type, in lm_enable_rss() argument
4952 rss_update->rss_hash_type = hash_type; in lm_enable_rss()
4981 rss_update->rss_hash_type = hash_type; in lm_enable_rss()
5014 lm_rss_hash_t hash_type, in lm_enable_rss() argument
5182 rss_update->rss_hash_type = hash_type; in lm_enable_rss()
5211 rss_update->rss_hash_type = hash_type; in lm_enable_rss()
H A Dlm5706.h1189 lm_rss_hash_t hash_type,
1200 lm_rss_hash_t hash_type,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2512 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()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h772 u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type,
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h345 __u8 hash_type:2; member
351 __u8 hash_type:2; member
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h489 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c6972 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()