Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c39 static did_hash_t *did_hash_create(topo_mod_t *);
40 static void did_hash_destroy(did_hash_t *);
45 did_hash_t *dh = did_hash_create(hdl); in did_hash_init()
58 did_hash_t *dh = (did_hash_t *)topo_mod_getspecific(mod); in did_hash_fini()
86 static did_hash_t *
89 did_hash_t *r = topo_mod_zalloc(hdl, sizeof (did_hash_t)); in did_hash_create()
100 topo_mod_free(hdl, r, sizeof (did_hash_t)); in did_hash_create()
108 did_hash_destroy(did_hash_t *ht) in did_hash_destroy()
124 topo_mod_free(ht->dph_mod, ht, sizeof (did_hash_t)); in did_hash_destroy()
130 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.c350 np->dp_hash = (did_hash_t *)topo_mod_getspecific(mp); in did_create()