Searched refs:TRUST_BDF (Results 1 – 5 of 5) sorted by relevance
/titanic_41/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()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 420 rc, TRUST_BDF, depth + 1); in pci_bridge_declare() 423 rc - TO_PCI, TRUST_BDF, depth + 1); in pci_bridge_declare() 580 pb = ((bover == TRUST_BDF) ? b : bover); in pci_children_instantiate() 644 if ((did_create(mp, pdn, 0, hb, rc, TRUST_BDF)) == NULL) in pciexbus_enum() 648 (min == max) ? min : TRUST_BDF, 0); in pciexbus_enum() 694 (min == max) ? min : TRUST_BDF, 0); in pcibus_enum()
|
H A D | did.c | 279 assert(ibus == TRUST_BDF || (pd->dp_bus == ibus)); in did_create() 301 if (ibus == TRUST_BDF) in did_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.h | 57 #define TRUST_BDF (-1) /* Believe the bus value in the reg property */ macro
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 108 topo_node_instance(tn_hbr), rci, TRUST_BDF)) == NULL) in pciex_process() 169 topo_node_instance(tn_hbr), NO_RC, TRUST_BDF)) == NULL) in pci_process()
|