Searched defs:h_index (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c232 size_t h_index, key_len; local
261 h_index = handle->ht_hash(handle, key);
266 item->hi_next = handle->ht_table[h_index].he_head;
267 handle->ht_table[h_index].he_head = item;
269 handle->ht_table[h_index].he_count++;
310 size_t h_index; local
323 h_index = handle->ht_hash(handle, key);
325 cur = handle->ht_table[h_index].he_head;
333 handle->ht_table[h_index].he_head =
349 handle->ht_table[h_index]
374 size_t h_index; local
551 size_t h_index; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c724 int h_index; local
728 h_index = uid % HASHNAMESIZE;
729 for (hp = hashtable[h_index]; hp != NULL; hp = hp->name_nxt) {
735 hp->name_nxt = hashtable[h_index];
737 hashtable[h_index] = hp;
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h270 idnhlog.h_log[idnhlog.h_index].e_time = TIMESTAMP(); \
271 idnhlog.h_log[idnhlog.h_index].e_op = (ushort_t)(op); \
272 idnhlog.h_log[idnhlog.h_index].e_data[0] = (ushort_t)(d0); \
273 idnhlog.h_log[idnhlog.h_index].e_data[1] = (ushort_t)(d1); \
274 idnhlog.h_log[idnhlog.h_index].e_data[2] = (ushort_t)(d2); \
275 idnhlog.h_index++; \
276 idnhlog.h_index &= (IDN_HISTORY_NUM - 1); \
296 int h_index; member in struct:idn_history

Completed in 122 milliseconds