Searched refs:TOPO_PROP_FRU (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 66 if (topo_prop_getprop(node, TOPO_PGROUP_PROTOCOL, TOPO_PROP_FRU, in topo_node_fru() 135 if (topo_prop_inherit(node, TOPO_PGROUP_PROTOCOL, TOPO_PROP_FRU, in topo_node_fru_set() 141 TOPO_PROP_FRU, TOPO_TYPE_FMRI, TOPO_METH_FRU_COMPUTE, in topo_node_fru_set() 146 TOPO_PROP_FRU, TOPO_PROP_IMMUTABLE, fru, err) < 0) in topo_node_fru_set()
|
H A D | topo_protocol.h | 41 #define TOPO_PROP_FRU "FRU" /* FRU FMRI */ macro
|
H A D | libtopo.h | 220 #define TOPO_PROP_FRU "FRU" /* FRU FMRI */ macro
|
H A D | topo_fmri.c | 473 if (fmri_prop(thp, nvl, TOPO_PGROUP_PROTOCOL, TOPO_PROP_FRU, in topo_fmri_fru()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 148 { NULL, &protocol_pgroup, TOPO_PROP_FRU, FRU_set }, 154 { NULL, &protocol_pgroup, TOPO_PROP_FRU, FRU_set }, 163 { NULL, &protocol_pgroup, TOPO_PROP_FRU, FRU_set }, 180 { NULL, &protocol_pgroup, TOPO_PROP_FRU, FRU_set } 190 { NULL, &protocol_pgroup, TOPO_PROP_FRU, FRU_set } 195 { NULL, &protocol_pgroup, TOPO_PROP_FRU, FRU_set }, 209 { NULL, &protocol_pgroup, TOPO_PROP_FRU, FRU_set }
|