Searched refs:add_prop_charstring (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 341 static int add_prop_charstring(picl_nodehdl_t nodeh, char *value, char *name); 821 err = add_prop_charstring(childh, "EEPROM", PICL_PROP_FRU_TYPE); in add_fru_node() 833 err = add_prop_charstring(childh, "DIMM", PICL_PROP_FRU_TYPE); in add_fru_node() 968 err = add_prop_charstring(childh, labelp, PICL_PROP_LABEL); in add_location_node() 974 err = add_prop_charstring(childh, in add_location_node() 983 err = add_prop_charstring(childh, "memory-module", in add_location_node() 992 err = add_prop_charstring(childh, "system-board", in add_location_node() 995 err = add_prop_charstring(childh, "power-supply", in add_location_node() 998 err = add_prop_charstring(childh, "fan-tray", in add_location_node() 1274 err = add_prop_charstring(intermediate, labelp, PICL_PROP_LABEL); in add_intermediate_location() [all …]
|