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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_aggregate.c413 dt_aggregate_aggvarid(dt_ahashent_t *ent)
447 //dt_ahashent_t *h;
489 dt_ahashent_t *h;
501 size = hash->dtah_size * sizeof (dt_ahashent_t *);
620 if ((h = malloc(sizeof (dt_ahashent_t))) == NULL)
622 bzero(h, sizeof (dt_ahashent_t));
811 dt_ahashent_t *h;
844 size = hash->dtah_size * sizeof (dt_ahashent_t *);
963 if ((h = malloc(sizeof (dt_ahashent_t))) == NULL)
965 bzero(h, sizeof (dt_ahashent_t));
[all...]
H A Ddt_impl.h192 } dt_ahashent_t; typedef in typeref:struct:dt_ahashent
195 dt_ahashent_t **dtah_hash; /* hash table */
196 dt_ahashent_t *dtah_all; /* list of all elements */

Completed in 173 milliseconds