Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h1852 …OL_BMC_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_CONTROL_BMC_PROXY, ControlBmcProxyClass))
1853 …_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_CONTROL_BMC_PROXY, ControlBmcProxyClass))
1858 typedef struct _ControlBmcProxyClass ControlBmcProxyClass; typedef
H A Dopenbmc_intf.c15028 control_bmc_proxy_class_init (ControlBmcProxyClass *klass) in control_bmc_proxy_class_init()