Home
last modified time | relevance | path

Searched refs:hash_index (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c222 int hash_index; member
272 if (cl_walker->hash_index > CLASS_HASH_SZ) { in sysevent_class_list_walk_step()
276 cl_walker->hash_tbl[cl_walker->hash_index]; in sysevent_class_list_walk_step()
277 cl_walker->hash_index++; in sysevent_class_list_walk_step()
372 int hash_index; member
421 if (ch_walker->hash_index == CHAN_HASH_SZ) { in sysevent_channel_walk_step()
426 ch_walker->hash_tbl[ch_walker->hash_index]; in sysevent_channel_walk_step()
427 ch_walker->hash_index++; in sysevent_channel_walk_step()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c295 uint16_t hash_index[8]; in sip_xaction_find() local
314 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0) in sip_xaction_find()
316 hindex = SIP_DIGEST_TO_HASH(hash_index); in sip_xaction_find()
318 (void *)hash_index, hindex, sip_xaction_match); in sip_xaction_find()
572 uint16_t hash_index[8]; in sip_xaction_add() local
574 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0) in sip_xaction_add()
580 bcopy(hash_index, trans->sip_xaction_hash_digest, sizeof (hash_index)); in sip_xaction_add()
583 SIP_DIGEST_TO_HASH(hash_index)) != 0) { in sip_xaction_add()
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c867 int hash_index; in get_channel() local
874 hash_index = CHANN_HASH(channel_name); in get_channel()
875 chan_list = registered_channels[hash_index]; in get_channel()
944 int hash_index; in open_channel() local
953 hash_index = CHANN_HASH(channel_name); in open_channel()
954 chan_list = registered_channels[hash_index]; in open_channel()
993 if (registered_channels[hash_index] != NULL) in open_channel()
996 registered_channels[hash_index] = chan; in open_channel()
1006 int hash_index; in close_channel() local
1010 hash_index = CHANN_HASH(channel_name); in close_channel()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1250 int hash_index; member
1282 swalker->hash_index = i; in sctp_walk_saddr_init()
1312 i = swalker->hash_index; in sctp_walk_saddr_step()
1331 swalker->hash_index = i; in sctp_walk_saddr_step()
/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); in iscsi_sess_release_itt() local
976 ASSERT(isp->sess_cmd_table[hash_index] != NULL); in iscsi_sess_release_itt()
979 isp->sess_cmd_table[hash_index] = NULL; in iscsi_sess_release_itt()