Home
last modified time | relevance | path

Searched refs:IS_SENSOR_THRESHOLD (Results 1 – 2 of 2) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c6590 g_return_val_if_fail (IS_SENSOR_THRESHOLD (object), NULL); in sensor_threshold_get_lower_critical()
6643 g_return_val_if_fail (IS_SENSOR_THRESHOLD (object), NULL); in sensor_threshold_get_lower_warning()
6696 g_return_val_if_fail (IS_SENSOR_THRESHOLD (object), NULL); in sensor_threshold_get_upper_warning()
6749 g_return_val_if_fail (IS_SENSOR_THRESHOLD (object), NULL); in sensor_threshold_get_upper_critical()
6800 g_return_val_if_fail (IS_SENSOR_THRESHOLD (object), '\0'); in sensor_threshold_get_state()
33107 g_warn_if_fail (IS_SENSOR_THRESHOLD (interface)); in object_skeleton_set_property()
H A Dopenbmc_intf.h689 #define IS_SENSOR_THRESHOLD(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_SENSOR_THRESHOLD)) macro