Searched refs:store_prop_val (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_label.c | 67 store_prop_val(topo_mod_t *mod, char *buf, char *propname, nvlist_t **out) in store_prop_val() function 142 if (store_prop_val(mod, buf, "label", out) != 0) { in simple_dimm_label() 229 if (store_prop_val(mod, buf, "label", out) != 0) { in simple_dimm_label_mp() 309 if (store_prop_val(mod, buf, "label", out) != 0) { in seq_dimm_label() 367 if (store_prop_val(mod, buf, "label", out) != 0) { in simple_chip_label() 424 if (store_prop_val(mod, buf, "label", out) != 0) { in fsb2_chip_label() 482 if (store_prop_val(mod, "", "label", out) != 0) { in g4_chip_label() 523 if (store_prop_val(mod, buf, "label", out) != 0) { in g4_chip_label() 630 if (store_prop_val(mod, buf, "label", out) != 0) { in a4fplus_chip_label() 703 if (store_prop_val(mod, buf, "label", out) != 0) { in simple_cs_label_mp() [all …]
|
H A D | chip_serial.c | 231 if (store_prop_val(mod, fru_serial, "serial", out) != 0) { in get_dimm_serial()
|
H A D | chip.h | 203 extern int store_prop_val(topo_mod_t *, char *, char *, nvlist_t **out);
|
/titanic_41/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_methods.c | 63 store_prop_val(topo_mod_t *mod, void *buf, char *propname, topo_type_t type, in store_prop_val() function 157 if (store_prop_val(mod, (void *)buf, "label", TOPO_TYPE_STRING, out) in ipmi_fru_label() 205 if (store_prop_val(mod, (void *)fru, "FRU", TOPO_TYPE_FMRI, out) != 0) { in ipmi_fru_fmri()
|