Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h1322 …CESS_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_PROCESS_SKELETON, ProcessSkeletonClass))
1323 …KELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_PROCESS_SKELETON, ProcessSkeletonClass))
1328 typedef struct _ProcessSkeletonClass ProcessSkeletonClass; typedef
H A Dopenbmc_intf.c11276 process_skeleton_class_init (ProcessSkeletonClass *klass) in process_skeleton_class_init()