Searched refs:add_prop_float (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c342 static int add_prop_float(picl_nodehdl_t nodeh, float value, char *name);
1889 add_prop_float(picl_nodehdl_t nodeh, float value, char *name) function
3371 err = add_prop_float(sensorhdl, (float)env->sd_lo_warn / scale,
3375 err = add_prop_float(sensorhdl, (float)env->sd_lo / scale,
3379 err = add_prop_float(sensorhdl, (float)env->sd_hi_warn / scale,
3383 err = add_prop_float(sensorhdl, (float)env->sd_hi / scale,

Completed in 85 milliseconds