Searched refs:did_create (Results 1 - 8 of 8) 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) 62 if ((hbdid = did_create(mod, bn, 0, hbi, hbi, TRUST_BDF)) == NULL)
|
/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 | 572 np = did_create(mod, sib, board, bridge, rc, bover); 644 if ((did_create(mp, pdn, 0, hb, rc, TRUST_BDF)) == NULL)
|
H A D | did.c | 269 did_create(topo_mod_t *mp, di_node_t src, function
|
/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), 168 if ((did = did_create(mod, bn, topo_node_instance(tn_bb),
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 231 if (did_create(mod, p->br_din, 0, br, rc, rc) == NULL) { 316 did_create(mod, p->br_din, 0, br, NO_RC, bus)) == NULL) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/ |
H A D | ioboard.c | 269 return (did_create(mod, dp, *brd, *br, NO_RC, *bus));
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 339 if (did_create(mod, dnode1, brd, hbp->id,
|
Completed in 49 milliseconds