Home
last modified time | relevance | path

Searched refs:RC_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;
143 if (did_props_set(tn_rc, did, RC_common_props, RC_propcnt - 2) < 0) { in pciex_process()
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c62 extern int RC_propcnt;
301 if (did_props_set(ntn, pd, RC_common_props, RC_propcnt) < 0) { in pciexrc_declare()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c256 int RC_propcnt = sizeof (RC_common_props) / sizeof (txprop_t); variable