Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2152 …ETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_CONTROL_HOST_SKELETON, ControlHostSkeletonClass))
2153 …ET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_CONTROL_HOST_SKELETON, ControlHostSkeletonClass))
2158 typedef struct _ControlHostSkeletonClass ControlHostSkeletonClass; typedef
H A Dopenbmc_intf.c17186 control_host_skeleton_class_init (ControlHostSkeletonClass *klass) in control_host_skeleton_class_init()