Searched refs:did_props_set (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.h73 extern int did_props_set(tnode_t *, did_t *, txprop_t[], int);
H A Dpcibus.c231 if (did_props_set(ntn, pd, Fn_common_props, Fn_propcnt) < 0) {
263 if (did_props_set(ntn, pd, Dev_common_props, Dev_propcnt) < 0) {
291 if (did_props_set(ntn, pd, Bus_common_props, Bus_propcnt) < 0) {
319 if (did_props_set(ntn, pd, Fn_common_props, Fn_propcnt) < 0) {
347 if (did_props_set(ntn, pd, Dev_common_props, Dev_propcnt) < 0) {
383 if (did_props_set(ntn, pd, Bus_common_props, Bus_propcnt) < 0) {
H A Ddid_props.c915 did_props_set(tnode_t *tn, did_t *pd, txprop_t txarray[], int txnum) function
/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);
143 if (did_props_set(tn_rc, did, RC_common_props, RC_propcnt - 2) < 0) {
144 topo_mod_dprintf(mod, "%s: did_props_set failed for %s = %d\n",
175 (void) did_props_set(tn_hbr, did, HB_common_props, HB_propcnt - 2);
/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) {
275 if (did_props_set(ntn, pd, ExHB_common_props, ExHB_propcnt) < 0) {
301 if (did_props_set(ntn, pd, RC_common_props, RC_propcnt) < 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c206 if (did_props_set(ntn, priv, IOB_common_props, IOB_propcnt) < 0) {

Completed in 64 milliseconds