Searched refs:did_create (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 42 if ((hbdid = did_create(mod, bn, 0, hbi, NO_RC, TRUST_BDF)) == NULL) in hb_process() 62 if ((hbdid = did_create(mod, bn, 0, hbi, hbi, TRUST_BDF)) == NULL) in rc_process()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 107 if ((did = did_create(mod, rcn, topo_node_instance(tn_bb), in pciex_process() 168 if ((did = did_create(mod, bn, topo_node_instance(tn_bb), in pci_process()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did.h | 40 extern did_t *did_create(topo_mod_t *, di_node_t, int, int, int,
|
H A D | pcibus.c | 749 np = did_create(mod, sib, board, bridge, rc, bover); in pci_children_instantiate() 821 if ((did_create(mp, pdn, 0, hb, rc, TRUST_BDF)) == NULL) in pciexbus_enum()
|
H A D | did.c | 332 did_create(topo_mod_t *mp, di_node_t src, in did_create() function
|