Searched refs:store_prop_val (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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, function 157 if (store_prop_val(mod, (void *)buf, "label", TOPO_TYPE_STRING, out) 205 if (store_prop_val(mod, (void *)fru, "FRU", TOPO_TYPE_FMRI, out) != 0) {
|
/illumos-gate/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) function 142 if (store_prop_val(mod, buf, "label", out) != 0) { 229 if (store_prop_val(mod, buf, "label", out) != 0) { 309 if (store_prop_val(mod, buf, "label", out) != 0) { 367 if (store_prop_val(mod, buf, "label", out) != 0) { 424 if (store_prop_val(mod, buf, "label", out) != 0) { 482 if (store_prop_val(mod, "", "label", out) != 0) { 523 if (store_prop_val(mod, buf, "label", out) != 0) { 630 if (store_prop_val(mod, buf, "label", out) != 0) { 703 if (store_prop_val(mo [all...] |
H A D | chip.h | 203 extern int store_prop_val(topo_mod_t *, char *, char *, nvlist_t **out);
|
H A D | chip_serial.c | 231 if (store_prop_val(mod, fru_serial, "serial", out) != 0) {
|
Completed in 46 milliseconds