Home
last modified time | relevance | path

Searched refs:Bus_propcnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c58 extern int Bus_propcnt;
358 if (did_props_set(ntn, pd, Bus_common_props, Bus_propcnt) < 0) { in pciexbus_declare()
455 if (did_props_set(ntn, pd, Bus_common_props, Bus_propcnt) < 0) { in pcibus_declare()
H A Ddid_props.c251 int Bus_propcnt = sizeof (Bus_common_props) / sizeof (txprop_t); variable