Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c60 extern int Fn_propcnt;
282 if (did_props_set(ntn, pd, Fn_common_props, Fn_propcnt) < 0) { in pciexfn_declare()
386 if (did_props_set(ntn, pd, Fn_common_props, Fn_propcnt) < 0) { in pcifn_declare()
H A Ddid_props.c257 int Fn_propcnt = sizeof (Fn_common_props) / sizeof (txprop_t); variable