Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2407 #define IS_CONTROL_CHECKSTOP(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_CONTROL_CHECKSTOP)) macro
H A Dopenbmc_intf.c31572 g_warn_if_fail (IS_CONTROL_CHECKSTOP (interface)); in object_skeleton_set_property()