Home
last modified time | relevance | path

Searched refs:did_props_set (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c116 (void) did_props_set(tn_hbr, did, ExHB_common_props, ExHB_propcnt - 2); in pciex_process()
143 if (did_props_set(tn_rc, did, RC_common_props, RC_propcnt - 2) < 0) { in pciex_process()
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.c250 if (did_props_set(ntn, pd, HB_common_props, HB_propcnt) < 0) { in pcihostbridge_declare()
275 if (did_props_set(ntn, pd, ExHB_common_props, ExHB_propcnt) < 0) { in pciexhostbridge_declare()
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 Dpcibus.c282 if (did_props_set(ntn, pd, Fn_common_props, Fn_propcnt) < 0) { in pciexfn_declare()
325 if (did_props_set(ntn, pd, Dev_common_props, Dev_propcnt) < 0) { in pciexdev_declare()
358 if (did_props_set(ntn, pd, Bus_common_props, Bus_propcnt) < 0) { in pciexbus_declare()
386 if (did_props_set(ntn, pd, Fn_common_props, Fn_propcnt) < 0) { in pcifn_declare()
414 if (did_props_set(ntn, pd, Dev_common_props, Dev_propcnt) < 0) { in pcidev_declare()
455 if (did_props_set(ntn, pd, Bus_common_props, Bus_propcnt) < 0) { in pcibus_declare()
H A Ddid_props.h84 extern int did_props_set(tnode_t *, did_t *, txprop_t[], int);
H A Ddid_props.c1045 did_props_set(tnode_t *tn, did_t *pd, txprop_t txarray[], int txnum) in did_props_set() function