Searched refs:TRUST_BDF (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/common/pcibus/ |
| H A D | pcibus.c | 492 rc, TRUST_BDF, depth + 1); in pci_bridge_declare() 495 rc - TO_PCI, TRUST_BDF, depth + 1); in pci_bridge_declare() 757 pb = ((bover == TRUST_BDF) ? b : bover); in pci_children_instantiate() 821 if ((did_create(mp, pdn, 0, hb, rc, TRUST_BDF)) == NULL) in pciexbus_enum() 825 (min == max) ? min : TRUST_BDF, 0); in pciexbus_enum() 871 (min == max) ? min : TRUST_BDF, 0); in pcibus_enum()
|
| H A D | did.c | 342 assert(ibus == TRUST_BDF || (pd->dp_bus == ibus)); in did_create() 364 if (ibus == TRUST_BDF) in did_create()
|
| /illumos-gate/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
|
| /illumos-gate/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()
|