Searched refs:hash_type (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h40 enum hash_type { enum in struct:hash
43 } hash_type; member in struct:hash
H A Dhash.c44 ptr->hash_type = String_Key;
58 ptr->hash_type = Integer_Key;
68 if (tbl->hash_type == String_Key) {
74 if (tbl->hash_type == String_Key) {
95 new->key = ((tbl->hash_type == String_Key)?strdup(key):key);
118 if (tbl->hash_type == String_Key) {
142 if (tbl->hash_type == String_Key) {
151 if (tbl->hash_type == String_Key) {
178 if (tbl->hash_type == String_Key) {
238 if (tbl->hash_type
[all...]
/illumos-gate/usr/src/boot/sys/boot/forth/
H A Dloader.conf81 boot_archive.hash_type="hash"
/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c201 if (einfo->hash_type != BBLK_NO_HASH &&
202 einfo->hash_type < BBLK_HASH_TOT) {
227 einfo->hash_type, has_hash ?
228 bblk_hash_list[einfo->hash_type]->name : "nil");
240 bblk_hash_list[einfo->hash_type]->name);
292 einfo->hash_type = bblk_no_hash.type;
295 einfo->hash_type = hashinfo->type;
366 if (disk_einfo->hash_type == bblk_no_hash.type)
369 if (disk_einfo->hash_type >= BBLK_HASH_TOT)
372 hashing = bblk_hash_list[disk_einfo->hash_type];
[all...]
H A Dbblk_einfo.h49 uint8_t hash_type; member in struct:_extended_info
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h252 enum hash_type { enum in struct:nsc_db
256 } hash_type; member in struct:nsc_db
338 enum hash_type, int);
H A Dcache.c699 enum hash_type httype, int htsize)
749 nscdb->hash_type = httype;
2321 if (nscdb->hash_type == nsc_ht_power2)
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c88 ilb_algo_impl_t hash_type; member in struct:hash_s
111 switch (hash_alg->hash_type) {
136 switch (hash_alg->hash_type) {
385 hash_alg->hash_type = flags;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c130 static hash_type_t hash_type = HASH_NONE; variable
215 hash_type = HASH_HMAC_SHA1;
1115 server_url.https ? HASH_NONE : hash_type,
1233 switch (hash_type) {
1310 if (hash_type != HASH_NONE) {
1330 wanbootfs_size, &offset, (hash_type == HASH_NONE) ? NULL : &sha))
1335 if (hash_type != HASH_NONE) {
/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/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2501 * @param hash_type
2512 u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type,
2530 if (hash_type &
2543 if (GET_FLAGS(hash_type, LM_RSS_HASH_IPV4))
2547 if (GET_FLAGS(hash_type, LM_RSS_HASH_TCP_IPV4))
2551 if (GET_FLAGS(hash_type, LM_RSS_HASH_IPV6))
2555 if (GET_FLAGS(hash_type, LM_RSS_HASH_TCP_IPV6))
2511 lm_enable_rss(struct _lm_device_t *pdev, u8_t *chain_indirection_table, u32_t table_size, u8_t *hash_key, u32_t key_size, lm_rss_hash_t hash_type, u8 sync_with_toe, void * cookie) argument
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h296 __u8 hash_type:2; member in struct:rss_header
302 __u8 hash_type:2; member in struct:rss_header
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h761 * @param hash_type
772 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/xge/hal/xgehal/
H A Dxgehal-device.c6961 * @hash_type: hash type i.e TcpIpV4, TcpIpV6 etc.
6972 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type, argument
6982 val64 = hash_type;

Completed in 164 milliseconds