Searched refs:dt_ahashent_t (Results 1 – 2 of 2) sorted by relevance
417 dt_aggregate_aggvarid(dt_ahashent_t *ent) in dt_aggregate_aggvarid()450 dt_ahashent_t *h;492 size = hash->dtah_size * sizeof (dt_ahashent_t *);611 if ((h = malloc(sizeof (dt_ahashent_t))) == NULL)613 bzero(h, sizeof (dt_ahashent_t));749 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs);750 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs);766 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs);767 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs);785 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs);[all …]
188 } dt_ahashent_t; typedef191 dt_ahashent_t **dtah_hash; /* hash table */192 dt_ahashent_t *dtah_all; /* list of all elements */