Home
last modified time | relevance | path

Searched refs:hb_tail (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_hash.c134 bucket->hb_head = bucket->hb_tail = NULL; in _sdbc_hash_configure()
340 hptr->hh_prev = bucket->hb_tail; in _sd_hash_insert()
342 bucket->hb_tail->hh_next = hptr; in _sd_hash_insert()
345 bucket->hb_tail = hptr; in _sd_hash_insert()
414 bucket->hb_tail = hptr->hh_prev; in _sd_hash_delete()
491 bucket->hb_tail = new; in _sd_hash_replace()
H A Dsd_hash.h48 struct _sd_hash_hd *hb_tail; member
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1924 hb->hb_head, hb->hb_tail, in display_hash_bucket()