Home
last modified time | relevance | path

Searched refs:HB_propcnt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c63 extern int RC_propcnt, HB_propcnt, ExHB_propcnt;
175 (void) did_props_set(tn_hbr, did, HB_common_props, HB_propcnt - 2); in pci_process()
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c61 extern int HB_propcnt;
250 if (did_props_set(ntn, pd, HB_common_props, HB_propcnt) < 0) { in pcihostbridge_declare()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c254 int HB_propcnt = sizeof (HB_common_props) / sizeof (txprop_t); variable