Searched defs:hbdid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c40 did_t *hbdid; local
42 if ((hbdid = did_create(mod, bn, 0, hbi, NO_RC, TRUST_BDF)) == NULL)
47 hb, PCI_BUS, PCI_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) {
60 did_t *hbdid; local
62 if ((hbdid = did_create(mod, bn, 0, hbi, hbi, TRUST_BDF)) == NULL)
69 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c151 topo_instance_t bi, di_node_t bn, did_t *hbdid)
157 if (topo_mod_enumerate(mod, hb, PCI_BUS, PCI_BUS, bi, bi, hbdid) == 0)
150 hb_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t hbi, topo_instance_t bi, di_node_t bn, did_t *hbdid) argument
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c608 did_t *hbdid; local
610 hbdid = (did_t *)data;
611 topo_mod_setspecific(mp, hbdid->dp_hash);
H A Dpcibus.c658 did_t *didp, *hbdid = (did_t *)data; local
674 didp = hbdid;
689 assert(did_link_get(hbdid) == NULL);
690 didp = hbdid;

Completed in 60 milliseconds