Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libipmi/common/
H A Dipmi_hash.c99 ihp->ih_handle = hp; in ipmi_hash_create()
119 ipmi_free(ihp->ih_handle, ihp->ih_buckets); in ipmi_hash_destroy()
120 ipmi_free(ihp->ih_handle, ihp); in ipmi_hash_destroy()
173 ipmi_handle_t *hp = ihp->ih_handle; in ipmi_hash_resize()
H A Dipmi_impl.h48 ipmi_handle_t *ih_handle; /* handle to library state */ member