Home
last modified time | relevance | path

Searched refs:right_entry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.c100 new->right_entry = NULL; in get_hash()
190 if (tmp->right_entry != NULL) { /* not first in chain.... */ in del_hash()
191 tmp->right_entry->left_entry = (tmp->left_entry ? in del_hash()
192 tmp->left_entry->right_entry: NULL); in del_hash()
194 tbl->start = (tmp->left_entry ?tmp->left_entry->right_entry: in del_hash()
H A Dhash.h30 struct hash_entry *right_entry; member