did_hash_t
np->dp_hash = (did_hash_t *)topo_mod_getspecific(mp);
topo_mod_free(hdl, r, sizeof (did_hash_t));
did_hash_destroy(did_hash_t *ht)
topo_mod_free(ht->dph_mod, ht, sizeof (did_hash_t));
did_hash_t *tab = (did_hash_t *)topo_mod_getspecific(mp);
did_hash_t *tab = (did_hash_t *)topo_mod_getspecific(mp);
static did_hash_t *did_hash_create(topo_mod_t *);
static void did_hash_destroy(did_hash_t *);
did_hash_t *dh = did_hash_create(hdl);
did_hash_t *dh = (did_hash_t *)topo_mod_getspecific(mod);
static did_hash_t *
did_hash_t *r = topo_mod_zalloc(hdl, sizeof (did_hash_t));
did_hash_t *dp_hash; /* the hash table where we reside */