Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c97 ihp->ih_handle = hp; in ipmi_hash_create()
117 ipmi_free(ihp->ih_handle, ihp->ih_buckets); in ipmi_hash_destroy()
118 ipmi_free(ihp->ih_handle, ihp); in ipmi_hash_destroy()
171 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