Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c63 extern int RC_propcnt, HB_propcnt, ExHB_propcnt;
116 (void) did_props_set(tn_hbr, did, ExHB_common_props, ExHB_propcnt - 2); in pciex_process()
/titanic_41/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c60 extern int ExHB_propcnt;
275 if (did_props_set(ntn, pd, ExHB_common_props, ExHB_propcnt) < 0) { in pciexhostbridge_declare()
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c214 int ExHB_propcnt = sizeof (ExHB_common_props) / sizeof (txprop_t); variable