Searched refs:hash_index (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c224 int hash_index; member in struct:class_walk_data
274 if (cl_walker->hash_index > CLASS_HASH_SZ) {
278 cl_walker->hash_tbl[cl_walker->hash_index];
279 cl_walker->hash_index++;
374 int hash_index; member in struct:channel_walk_data
423 if (ch_walker->hash_index == CHAN_HASH_SZ) {
428 ch_walker->hash_tbl[ch_walker->hash_index];
429 ch_walker->hash_index++;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c297 uint16_t hash_index[8]; local
316 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0)
318 hindex = SIP_DIGEST_TO_HASH(hash_index);
320 (void *)hash_index, hindex, sip_xaction_match);
574 uint16_t hash_index[8]; local
576 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0)
582 bcopy(hash_index, trans->sip_xaction_hash_digest, sizeof (hash_index));
585 SIP_DIGEST_TO_HASH(hash_index)) != 0) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c1110 uint32_t hash_index; local
1116 hash_index = hash(cache->size, devname);
1117 if (hash_index >= cache->size) {
1123 deventry = cache->hashline[hash_index];
1128 cache->hashline[hash_index] = deventry;
1154 cache->hashline[hash_index] =
1196 uint32_t hash_index; local
1202 hash_index = hash(cache->size, devname);
1203 if (hash_index >= cache->size) {
1209 deventry = cache->hashline[hash_index];
1944 uint32_t hash_index; local
2016 uint32_t hash_index; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c867 int hash_index; local
874 hash_index = CHANN_HASH(channel_name);
875 chan_list = registered_channels[hash_index];
944 int hash_index; local
953 hash_index = CHANN_HASH(channel_name);
954 chan_list = registered_channels[hash_index];
993 if (registered_channels[hash_index] != NULL)
994 chan->scd_next = registered_channels[hash_index];
996 registered_channels[hash_index] = chan;
1006 int hash_index; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1248 int hash_index; member in struct:__anon936
1280 swalker->hash_index = i;
1310 i = swalker->hash_index;
1329 swalker->hash_index = i;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c974 int hash_index = (icmdp->cmd_itt % ISCSI_CMD_TABLE_SIZE); local
976 ASSERT(isp->sess_cmd_table[hash_index] != NULL);
979 isp->sess_cmd_table[hash_index] = NULL;

Completed in 77 milliseconds