Home
last modified time | relevance | path

Searched refs:did_create (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c42 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 Dx86pi_hostbridge.c107 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 Ddid.h40 extern did_t *did_create(topo_mod_t *, di_node_t, int, int, int,
H A Dpcibus.c749 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 Ddid.c332 did_create(topo_mod_t *mp, di_node_t src, in did_create() function