/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim_lockmap.c | 64 ret = lock_core(map->hash_val); 84 ret = unlock_core(map->hash_val);
|
H A D | lock_update.c | 226 int hashval = map->hash_val; 282 int hashval = map->hash_val; 319 ret = mutex_trylock(&(shmupdatearray->updatenode[map->hash_val])); 327 mutex_unlock(&(shmupdatearray->updatenode[map->hash_val])); 345 int hashval = map->hash_val;
|
H A D | shim.h | 49 int hash_val; /* Hash of name (to save repeated rehashing) */ member in struct:__anon3661
|
H A D | map_ctrl.c | 101 map->hash_val = 0; 243 map->hash_val = hash(name);
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | gnu_msgs.c | 33 search_msg(struct catalog *p, const char *id, unsigned int hash_val) argument 38 idx = hash_val % p->thash_size; 39 inc = 1 + (hash_val % (p->thash_size - 2));
|
H A D | gnu_msgs_rev.c | 43 search_msg(struct catalog *p, const char *id, unsigned int hash_val) argument 48 idx = hash_val % p->thash_size; 49 inc = 1 + (hash_val % (p->thash_size - 2));
|
H A D | gnu_handle.c | 331 unsigned int hash_val; local 350 hash_val = hashpjw(id->str); 351 dupmsg = search_msg(cur_catalog, id->str, hash_val); 479 msg[nmsg].hash = hash_val; 482 hash_val, cur_catalog->thash_size);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 114 NODELIST *ndlp, void *hash_val, uint32_t tran_id, 3215 uint32_t *hash_val; local 3381 hash_val = emlxs_hash_vrf(port, port_dhc, ndlp, 3384 if (bcmp((void *)tmp, (void *)hash_val, 3386 if (hash_val != NULL) { 3390 ndlp->nlp_DID, *(uint32_t *)hash_val); 3707 uint32_t *hash_val = NULL; local 3863 /* allocate hash_val first as rsp_len bytes */ 3868 hash_val = emlxs_hash_verification(port, port_dhc, ndlp, 3871 if (hash_val 5026 uint32_t *hash_val; local 5238 uint32_t *hash_val; local 5428 emlxs_interm_hash( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, void *hash_val, uint32_t tran_id, union challenge_val un_cval, uint8_t *dhval, uint32_t *dhvallen) argument 6207 uint32_t *hash_val = NULL; local 6502 uint32_t *hash_val = NULL; local [all...] |
/illumos-gate/usr/src/lib/libpicltree/ |
H A D | picltree.c | 477 uint32_t hash_val = HASH_VAL(hdl); local 479 n = hash_newobj(hash_val, pobj); 482 indx = HASH_INDEX(htbl->hash_size, hash_val); 516 uint32_t hash_val = HASH_VAL(hdl); local 518 i = HASH_INDEX(htbl->hash_size, hash_val); 523 if (cur->hdl == hash_val) { 530 if (nxt->hdl == hash_val) { 550 uint32_t hash_val; local 552 hash_val = HASH_VAL(hdl); 553 i = HASH_INDEX(htbl->hash_size, hash_val); 568 uint32_t hash_val; local 587 uint32_t hash_val = HASH_VAL(hdl); local 606 uint32_t hash_val = HASH_VAL(hdl); local [all...] |
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 378 uint32_t hash_size, hash_val, hash_id, hash_inc, hash_idx; local 439 hash_val = HASH_TBL(gmnp, hash_table[hash_idx]); 441 if (hash_val == 0) { 445 if (hash_val <= num_of_str) { 447 idx = hash_val - 1; 456 idx = hash_val - num_of_str - 1; 468 if (hash_val <= num_of_str) {
|
H A D | gettext_util.c | 285 search_msg(Msg_g_node *p, const char *id, uint32_t hash_val, argument 294 idx = hash_val % hash_size; 295 inc = 1 + (hash_val % (hash_size - 2));
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_pfc_hw.h | 204 uint32_t hash_val:16; member in struct:__anon5719::__anon5720 206 uint32_t hash_val:16;
|
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 1752 uint32_t slice, hash_val; local 1764 hash_val = ntohs(hdr->th_dport) & 0xff; 1766 hash_val += ntohs(hdr->th_sport) & 0xff; 1768 slice = (mgp->num_slices - 1) & hash_val;
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_msg.h | 308 __be32 hash_val; member in struct:rss_header
|