Home
last modified time | relevance | path

Searched refs:hb_head (Results 1 – 4 of 4) 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()
208 for (hptr = bucket->hb_head; hptr; hptr = hnext) { in _sd_hash_search()
251 for (hptr = bucket->hb_head; hptr; hptr = hptr->hh_next) { in _sd_hash_search()
313 for (p = bucket->hb_head; (p && (p->hh_blk_num <= block_num)); in _sd_hash_insert()
336 bucket->hb_head = hptr; in _sd_hash_insert()
341 if (bucket->hb_head) in _sd_hash_insert()
344 bucket->hb_head = hptr; in _sd_hash_insert()
410 bucket->hb_head = hptr->hh_next; in _sd_hash_delete()
487 bucket->hb_head = new; in _sd_hash_replace()
H A Dsd_hash.h47 struct _sd_hash_hd *hb_head; member
H A Dsd_ft.c703 hptr = bucket->hb_head; in _sd_hash_invalidate_cd()
755 hptr = bucket->hb_head; in _sd_hash_invalidate_cd()
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1924 hb->hb_head, hb->hb_tail, in display_hash_bucket()
1981 if (hash_bucket.hb_head != NULL) { in sdbc_hashtable()
1989 (uintptr_t)hash_bucket.hb_head, in sdbc_hashtable()
1994 hash_bucket.hb_head); in sdbc_hashtable()