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

/osnet-11/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);
60 did_hash_t *dh = (did_hash_t *)topo_mod_getspecific(mod);
88 static did_hash_t *
91 did_hash_t *r = topo_mod_zalloc(hdl, sizeof (did_hash_t));
102 topo_mod_free(hdl, r, sizeof (did_hash_t));
110 did_hash_destroy(did_hash_t *h
[all...]
H A Ddid_impl.h54 typedef struct did_hash did_hash_t; typedef in typeref:struct:did_hash
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);

Completed in 16 milliseconds