Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c410 dt_aggregate_aggvarid(dt_ahashent_t *ent) in dt_aggregate_aggvarid()
443 dt_ahashent_t *h; in dt_aggregate_snap_cpu()
476 size = hash->dtah_size * sizeof (dt_ahashent_t *); in dt_aggregate_snap_cpu()
595 if ((h = malloc(sizeof (dt_ahashent_t))) == NULL) in dt_aggregate_snap_cpu()
597 bzero(h, sizeof (dt_ahashent_t)); in dt_aggregate_snap_cpu()
733 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); in dt_aggregate_hashcmp()
734 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); in dt_aggregate_hashcmp()
750 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); in dt_aggregate_varcmp()
751 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); in dt_aggregate_varcmp()
769 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); in dt_aggregate_keycmp()
[all …]
H A Ddt_impl.h160 } dt_ahashent_t; typedef
163 dt_ahashent_t **dtah_hash; /* hash table */
164 dt_ahashent_t *dtah_all; /* list of all elements */