Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h1252 #define PROCESS_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_PROCESS_PROXY, ProcessProxyClass
1253 …PROCESS_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_PROCESS_PROXY, ProcessProxyClass))
1258 typedef struct _ProcessProxyClass ProcessProxyClass; typedef
H A Dopenbmc_intf.c10823 process_proxy_class_init (ProcessProxyClass *klass) in process_proxy_class_init()