Searched refs:env_create_property (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
H A D | picldr.c | 69 extern picl_errno_t env_create_property(int ptype, int pmode, 282 if ((rc = env_create_property(PICL_PTYPE_CHARSTRING, in env_set_cpu_info() 302 if ((rc = env_create_property(PICL_PTYPE_CHARSTRING, in env_set_cpu_info() 703 if ((rc = env_create_property(PICL_PTYPE_UNSIGNED_INT, in env_handle_chassis_configuring_event() 714 (void) env_create_property(PICL_PTYPE_TIMESTAMP, in env_handle_chassis_configuring_event() 731 if ((rc = env_create_property(PICL_PTYPE_UNSIGNED_INT, in env_handle_chassis_configuring_event() 743 (void) env_create_property(PICL_PTYPE_TIMESTAMP, in env_handle_chassis_configuring_event()
|
H A D | piclsensors.c | 65 extern picl_errno_t env_create_property(int ptype, int pmode, 602 if ((rc = env_create_property(PICL_PTYPE_CHARSTRING, PICL_READ, in env_create_temp_sensor_node() 613 if ((rc = env_create_property(PICL_PTYPE_UNSIGNED_INT, in env_create_temp_sensor_node() 633 if ((rc = env_create_property(PICL_PTYPE_INT, in env_create_temp_sensor_node() 646 if ((rc = env_create_property(PICL_PTYPE_INT, in env_create_temp_sensor_node() 669 if ((rc = env_create_property(PICL_PTYPE_CHARSTRING, in env_create_temp_sensor_node()
|
H A D | piclplatmod.c | 59 extern picl_errno_t env_create_property(int, int, size_t, char *, 518 (void) env_create_property(PICL_PTYPE_TIMESTAMP, in env_platmod_handle_event() 527 (void) env_create_property(PICL_PTYPE_TIMESTAMP, in env_platmod_handle_event()
|
H A D | piclenvmond.c | 145 env_create_property(int ptype, int pmode, size_t psize, char *pname, in env_create_property() function
|