Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2793 #define EVENT_LOG_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_EVENT_LOG, EventLogIface))
2797 typedef struct _EventLogIface EventLogIface; typedef
H A Dopenbmc_intf.c21776 typedef EventLogIface EventLogInterface;
21780 event_log_default_init (EventLogIface *iface) in G_DEFINE_INTERFACE()
21797 G_STRUCT_OFFSET (EventLogIface, handle_get_event_log), in G_DEFINE_INTERFACE()
21821 G_STRUCT_OFFSET (EventLogIface, event_log), in G_DEFINE_INTERFACE()
21988 static void event_log_proxy_iface_init (EventLogIface *iface);
22127 event_log_proxy_iface_init (EventLogIface *iface G_GNUC_UNUSED) in event_log_proxy_iface_init()
22551 static void event_log_skeleton_iface_init (EventLogIface *iface);
22608 event_log_skeleton_iface_init (EventLogIface *iface) in event_log_skeleton_iface_init()