Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c417 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 …]
H A Ddt_impl.h188 } dt_ahashent_t; typedef
191 dt_ahashent_t **dtah_hash; /* hash table */
192 dt_ahashent_t *dtah_all; /* list of all elements */