Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_aggregate.c416 dt_aggregate_aggvarid(dt_ahashent_t *ent) in dt_aggregate_aggvarid()
449 dt_ahashent_t *h;
486 size = hash->dtah_size * sizeof (dt_ahashent_t *);
605 if ((h = malloc(sizeof (dt_ahashent_t))) == NULL)
607 bzero(h, sizeof (dt_ahashent_t));
743 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs);
744 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs);
760 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs);
761 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs);
779 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs);
[all …]
Ddt_impl.h173 } dt_ahashent_t; typedef
176 dt_ahashent_t **dtah_hash; /* hash table */
177 dt_ahashent_t *dtah_all; /* list of all elements */