Lines Matching refs:hash_elem_t
424 static hash_elem_t *
427 hash_elem_t *n; in hash_newobj()
438 static hash_elem_t *
441 hash_elem_t *n; in hash_newhdl()
461 htbl->tbl = malloc(sizeof (hash_elem_t *) * HASH_TBL_SIZE); in hash_init()
476 hash_elem_t *n; in hash_add_newobj()
492 hash_elem_t *n; in hash_add_newhdl()
513 hash_elem_t *nxt; in hash_remove()
514 hash_elem_t *cur; in hash_remove()
548 hash_elem_t *tmp; in hash_lookup_obj()
566 hash_elem_t *tmp; in hash_lookup_hdl()