Searched defs:htbl (Results 1 – 3 of 3) sorted by relevance
59 struct htbl { struct60 void **htbl_ptrs; argument61 uint_t (*htbl_hash)(const void *, size_t); argument62 size_t htbl_link_off; /* offset of the linkage structure */ argument63 size_t htbl_key_off; /* offset of the key value (rehash) */ argument64 size_t htbl_size; /* size of the hash */ argument65 uint_t htbl_size_index; argument66 uint_t htbl_ifcount; /* count of entries */ argument67 boolean_t htbl_grow; /* growth allowed */ argument71 #define HFIRST(htbl, arg) \ argument[all …]
51 typedef struct htbl { struct54 } htbl_t; argument
456 hash_init(hash_t *htbl) in hash_init()473 hash_add_newobj(hash_t *htbl, picl_hdl_t hdl, void *pobj) in hash_add_newobj()489 hash_add_newhdl(hash_t *htbl, picl_hdl_t piclh, picl_hdl_t ptreeh) in hash_add_newhdl()511 hash_remove(hash_t *htbl, picl_hdl_t hdl) in hash_remove()546 hash_lookup_obj(hash_t *htbl, picl_hdl_t hdl) in hash_lookup_obj()564 hash_lookup_hdl(hash_t *htbl, picl_hdl_t hdl) in hash_lookup_hdl()