Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c16598 return CONTROL_HOST (ret); in control_host_proxy_new_finish()
16632 return CONTROL_HOST (ret); in control_host_proxy_new_sync()
16688 return CONTROL_HOST (ret); in control_host_proxy_new_for_bus_finish()
16722 return CONTROL_HOST (ret); in control_host_proxy_new_for_bus_sync()
17229 return CONTROL_HOST (g_object_new (TYPE_CONTROL_HOST_SKELETON, NULL)); in control_host_skeleton_new()
32240 return CONTROL_HOST (ret); in object_get_control_host()
32614 return CONTROL_HOST (ret); in object_peek_control_host()
H A Dopenbmc_intf.h1956 #define CONTROL_HOST(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_CONTROL_HOST, ControlHost)) macro