Home
last modified time | relevance | path

Searched refs:add_volatile_prop (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c263 static int add_volatile_prop(picl_nodehdl_t nodeh, char *name,
1396 err = add_volatile_prop(node, propname, PICL_PTYPE_INT, in threshold()
1646 ret = add_volatile_prop(nodeh, PICL_PROP_STATE, in add_prop()
1667 ret = add_volatile_prop(nodeh, PICL_PROP_BATTERY_STATUS, in add_prop()
1677 ret = add_volatile_prop(nodeh, PICL_PROP_TEMPERATURE, in add_prop()
1687 ret = add_volatile_prop(nodeh, PICL_PROP_VOLTAGE, in add_prop()
1697 ret = add_volatile_prop(nodeh, PICL_PROP_CURRENT, in add_prop()
1716 ret = add_volatile_prop(nodeh, PICL_PROP_SENSOR_VALUE, in add_prop()
1726 ret = add_volatile_prop(nodeh, PICL_PROP_CONDITION, in add_prop()
1736 ret = add_volatile_prop(nodeh, PICL_PROP_EXPECTED, in add_prop()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c332 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, in add_volatile_prop() function
450 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
572 err = add_volatile_prop(cnodeh, pname, in add_disk_nodes_and_props()
717 err = add_volatile_prop(cnodeh, pname, PICL_PTYPE_INT, in add_fan_nodes_and_props()
722 err = add_volatile_prop(cnodeh, pname, PICL_PTYPE_INT, in add_fan_nodes_and_props()
859 err = add_volatile_prop(nodeh, tuneablep->name, in env_picl_setup_tuneables()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c395 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, in add_volatile_prop() function
543 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
562 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
585 err = add_volatile_prop(refnodeh, pname, in add_sensor_nodes_and_props()
719 err = add_volatile_prop(cnodeh, pname, PICL_PTYPE_INT, in add_fan_nodes_and_props()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c264 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, in add_volatile_prop() function
380 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
503 err = add_volatile_prop(cnodeh, pname, PICL_PTYPE_INT, in add_fan_nodes_and_props()
641 err = add_volatile_prop(nodeh, tuneablep->name, in env_picl_setup_tuneables()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c322 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, in add_volatile_prop() function
448 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
574 err = add_volatile_prop(cnodeh, pname, in add_disk_nodes_and_props()
720 err = add_volatile_prop(cnodeh, pname, PICL_PTYPE_INT, in add_fan_nodes_and_props()
864 err = add_volatile_prop(nodeh, tuneablep->name, in env_picl_setup_tuneables()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c372 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, in add_volatile_prop() function
520 err = add_volatile_prop(cnodeh, pname, in add_sensor_nodes_and_props()
547 err = add_volatile_prop(refnodeh, pname, in add_sensor_nodes_and_props()
681 err = add_volatile_prop(cnodeh, pname, PICL_PTYPE_INT, in add_fan_nodes_and_props()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c88 static int add_volatile_prop(picl_nodehdl_t nodeh, const char *name,
577 add_volatile_prop(picl_nodehdl_t nodeh, const char *name, int type, int access, in add_volatile_prop() function
1226 err = add_volatile_prop(node_hdl, fru_to_prop[fru_type], in add_env_nodes()