Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c95 return (item->hti_data); in ht_find_locked()
123 item->hti_data = value; in ht_add()
275 return (item == NULL ? NULL : item->hti_data); in ht_next()
H A Dhashtable.h46 void * hti_data; member