Home
last modified time | relevance | path

Searched refs:source_object (Results 1 – 6 of 6) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1275 GObject *source_object; in hwmon_proxy_new_finish() local
1276 source_object = g_async_result_get_source_object (res); in hwmon_proxy_new_finish()
1277 ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error); in hwmon_proxy_new_finish()
1278 g_object_unref (source_object); in hwmon_proxy_new_finish()
1365 GObject *source_object; in hwmon_proxy_new_for_bus_finish() local
1366 source_object = g_async_result_get_source_object (res); in hwmon_proxy_new_for_bus_finish()
1367 ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error); in hwmon_proxy_new_for_bus_finish()
1368 g_object_unref (source_object); in hwmon_proxy_new_for_bus_finish()
3187 GObject *source_object; in fan_proxy_new_finish() local
3188 source_object = g_async_result_get_source_object (res); in fan_proxy_new_finish()
[all …]
/openbmc/qemu/tests/qtest/
H A Ddbus-display-test.c186 test_dbus_console_registered(GObject *source_object, in test_dbus_console_registered() argument
194 QEMU_DBUS_DISPLAY1_CONSOLE(source_object), in test_dbus_console_registered()
/openbmc/qemu/ui/
H A Ddbus.c266 dbus_display_add_client_ready(GObject *source_object, in dbus_display_add_client_ready() argument
H A Ddbus-listener.c213 static void dbus_update_gl_cb(GObject *source_object, in dbus_update_gl_cb() argument
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h401 Aml *aml_alias(const char *source_object, const char *alias_object);
/openbmc/qemu/hw/acpi/
H A Daml-build.c1683 Aml *aml_alias(const char *source_object, const char *alias_object) in aml_alias() argument
1686 aml_append(var, aml_name("%s", source_object)); in aml_alias()