Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/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()
/titanic_50/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.c586 np = did_create(mod, sib, board, bridge, rc, bover); in pci_children_instantiate()
658 if ((did_create(mp, pdn, 0, hb, rc, TRUST_BDF)) == NULL) in pciexbus_enum()
H A Ddid.c269 did_create(topo_mod_t *mp, di_node_t src, in did_create() function
/titanic_50/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c231 if (did_create(mod, p->br_din, 0, br, rc, rc) == NULL) { in declare_exbuses()
316 did_create(mod, p->br_din, 0, br, NO_RC, bus)) == NULL) { in declare_buses()
/titanic_50/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c269 return (did_create(mod, dp, *brd, *br, NO_RC, *bus)); in split_bus_address()
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_sun4v.c339 if (did_create(mod, dnode1, brd, hbp->id, in platform_hb_enum()