Home
last modified time | relevance | path

Searched refs:did_hash_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c41 static did_hash_t *did_hash_create(topo_mod_t *);
42 static void did_hash_destroy(did_hash_t *);
47 did_hash_t *dh = did_hash_create(hdl); in did_hash_init()
60 did_hash_t *dh = (did_hash_t *)topo_mod_getspecific(mod); in did_hash_fini()
88 static did_hash_t *
91 did_hash_t *r = topo_mod_zalloc(hdl, sizeof (did_hash_t)); in did_hash_create()
102 topo_mod_free(hdl, r, sizeof (did_hash_t)); in did_hash_create()
110 did_hash_destroy(did_hash_t *ht) in did_hash_destroy()
126 topo_mod_free(ht->dph_mod, ht, sizeof (did_hash_t)); in did_hash_destroy()
132 did_hash_t *tab = (did_hash_t *)topo_mod_getspecific(mp); in did_hash_insert()
[all …]
H A Ddid_impl.h54 typedef struct did_hash did_hash_t; typedef
67 did_hash_t *dp_hash; /* the hash table where we reside */
H A Ddid.c287 np->dp_hash = (did_hash_t *)topo_mod_getspecific(mp); in did_create()