Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c97 r->dph_mod = hdl; in did_hash_create()
124 topo_mod_free(ht->dph_mod, in did_hash_destroy()
126 topo_mod_free(ht->dph_mod, ht, sizeof (did_hash_t)); in did_hash_destroy()
138 topo_mod_dprintf(tab->dph_mod, "Insert [key=%p] into %p, bucket %d\n", in did_hash_insert()
142 topo_mod_dprintf(tab->dph_mod, "first entry.\n"); in did_hash_insert()
H A Ddid_impl.h94 topo_mod_t *dph_mod; /* module that allocated the hash table */ member