| /openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/ |
| H A D | connman-gnome-fix-dbus-interface-name.patch | 27 - ret = connman_set_property(proxy, "IPv4.Configuration", &value, NULL); 28 + ret = net_connman_set_property(proxy, "IPv4.Configuration", &value, NULL); 30 g_object_unref(proxy); 36 - connman_set_property(proxy, "Powered", &value, &error); 37 + net_connman_set_property(proxy, "Powered", &value, &error); 49 DBusGProxy *proxy; 51 if (proxy == NULL) 54 - connman_scan_async(proxy, callback, user_data); 55 + net_connman_scan_async(proxy, callback, user_data); 57 g_object_unref(proxy); [all …]
|
| /openbmc/qemu/hw/vfio-user/ |
| H A D | device.c | 25 bool vfio_user_get_device_info(VFIOUserProxy *proxy, in vfio_user_get_device_info() argument 35 if (!vfio_user_send_wait(proxy, &msg.hdr, NULL, 0, errp)) { in vfio_user_get_device_info() 59 void vfio_user_device_reset(VFIOUserProxy *proxy) in vfio_user_device_reset() argument 66 if (!vfio_user_send_wait(proxy, &hdr, NULL, 0, &local_err)) { in vfio_user_device_reset() 77 static int vfio_user_get_region_info(VFIOUserProxy *proxy, in vfio_user_get_region_info() argument 103 if (!vfio_user_send_wait(proxy, &msgp->hdr, fds, size, &local_err)) { in vfio_user_get_region_info() 124 vfio_user_disable_posted_writes(proxy); in vfio_user_get_region_info() 141 ret = vfio_user_get_region_info(vbasedev->proxy, info, &fds); in vfio_user_device_io_get_region_info() 158 VFIOUserProxy *proxy = vbasedev->proxy; in vfio_user_device_io_get_irq_info() local 168 if (!vfio_user_send_wait(proxy, &msg.hdr, NULL, 0, &local_err)) { in vfio_user_device_io_get_irq_info() [all …]
|
| H A D | proxy.h | 106 void vfio_user_disconnect(VFIOUserProxy *proxy); 110 bool vfio_user_validate_version(VFIOUserProxy *proxy, Error **errp); 115 void vfio_user_disable_posted_writes(VFIOUserProxy *proxy); 119 void vfio_user_wait_reqs(VFIOUserProxy *proxy); 120 bool vfio_user_send_wait(VFIOUserProxy *proxy, VFIOUserHdr *hdr, 122 bool vfio_user_send_nowait(VFIOUserProxy *proxy, VFIOUserHdr *hdr, 124 bool vfio_user_send_async(VFIOUserProxy *proxy, VFIOUserHdr *hdr, 127 void vfio_user_send_reply(VFIOUserProxy *proxy, VFIOUserHdr *hdr, int size); 128 void vfio_user_send_error(VFIOUserProxy *proxy, VFIOUserHdr *hdr, int error); 130 void vfio_user_flush_multi(VFIOUserProxy *proxy); [all …]
|
| /openbmc/openbmc/poky/meta-poky/conf/templates/default/ |
| H A D | site.conf.sample | 3 # such as proxy server addresses and optionally any shared download location 9 # Uncomment to cause CVS to use the proxy host specified 10 #CVS_PROXY_HOST = "proxy.example.com" 15 #http-proxy-host = proxy.example.com 16 #http-proxy-port = 81 19 # To use git with a proxy, you must use an external git proxy command, such as 20 # the one provided by scripts/oe-git-proxy. To use this script, copy it to 22 #GIT_PROXY_COMMAND ?= "oe-git-proxy" 25 #ALL_PROXY ?= "https://proxy.example.com:8080" 26 # If you wish to use certain hosts without the proxy, specify them in NO_PROXY. [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0006-plat-corstone1000-Initialize-capsule-update-provider.patch | 6 Initializes the capsule update service provider in se-proxy-sp.c deployment 12 .../se-proxy/env/commonsp/se_proxy_sp.c | 14 +++++++++- 14 .../se-proxy/infra/service_proxy_factory.h | 1 + 17 diff --git a/deployments/se-proxy/env/commonsp/se_proxy_sp.c b/deployments/se-proxy/env/commonsp/se… 19 --- a/deployments/se-proxy/env/commonsp/se_proxy_sp.c 20 +++ b/deployments/se-proxy/env/commonsp/se_proxy_sp.c 36 + EMSG("Failed to create Capsule Update proxy"); 48 EMSG("Failed to create FWU proxy"); 49 diff --git a/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c b/deployments/se-proxy… 51 --- a/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c [all …]
|
| H A D | 0015-se-proxy-protobuf-change.patch | 9 .../se-proxy/env/commonsp/se_proxy_sp.c | 25 ++++++++++++++++++- 12 diff --git a/deployments/se-proxy/env/commonsp/se_proxy_sp.c b/deployments/se-proxy/env/commonsp/se… 14 --- a/deployments/se-proxy/env/commonsp/se_proxy_sp.c 15 +++ b/deployments/se-proxy/env/commonsp/se_proxy_sp.c 18 #include "deployments/se-proxy/infra/service_proxy_factory.h" 19 #include "deployments/se-proxy/se_proxy_interfaces.h"
|
| /openbmc/sdbusplus/include/sdbusplus/async/ |
| H A D | proxy.hpp | 53 struct proxy : private sdbusplus::bus::details::bus_friend struct 68 constexpr proxy() 71 constexpr proxy() 76 constexpr proxy(value_ref<S> s, value_ref<P> p, value_ref<I> i) : in proxy() argument 83 return proxy<true, P, I, Preserved>{s, this->p, this->i}; in service() 88 return proxy<S, true, I, Preserved>{this->s, p, this->i}; in path() 93 return proxy<S, P, true, Preserved>{this->s, this->p, i}; in interface() 107 using result_t = proxy<S, P, I, true>; in preserve() 160 auto prop_intf = proxy(s, p, dbus_prop_intf); in get_property() 180 auto prop_intf = proxy(s, p, dbus_prop_intf); in get_all_properties() [all …]
|
| H A D | client.hpp | 29 sdbusplus::async::proxy_ns::proxy<S, P, false, Preserved>>... 33 using Proxy = sdbusplus::async::proxy_ns::proxy<S, P, false, Preserved>; 37 Proxy proxy{}; member in sdbusplus::async::client::client 54 : context_ref(ctx), Types<Self, Proxy>(p)..., proxy(p) in client() 61 return client<true, P, Preserved, Types...>(ctx, proxy.service(s)); in service() 68 return client<S, true, Preserved, Types...>(ctx, proxy.path(p)); in path() 75 return client<S, P, true, Types...>(ctx, proxy.preserve()); in preserve()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/ |
| H A D | dbus-daemon-proxy_git.bb | 3 LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba" 8 SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ 9 file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ 20 …${CC} ${CFLAGS} -o dbus-daemon-proxy dbus-daemon-proxy.c `pkg-config --cflags --libs dbus-glib-1` … 25 install -m 0755 dbus-daemon-proxy ${D}${bindir}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy/ |
| H A D | 0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch | 4 Subject: [PATCH] dbus-daemon-proxy: Return DBUS_HANDLER_RESULT_NOT_YET_HANDLED 14 dbus-daemon-proxy.c | 2 +- 17 diff --git a/dbus-daemon-proxy.c b/dbus-daemon-proxy.c 19 --- a/dbus-daemon-proxy.c 20 +++ b/dbus-daemon-proxy.c
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-dbus-proxy/ |
| H A D | xdg-dbus-proxy_0.1.6.bb | 1 SUMMARY = "xdg-dbus-proxy is a filtering proxy for D-Bus connections" 2 HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy" 14 SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main"
|
| /openbmc/qemu/util/ |
| H A D | dbus.c | 26 g_autoptr(GDBusProxy) proxy = NULL; in qemu_dbus_get_queued_owners() 31 proxy = g_dbus_proxy_new_sync(connection, G_DBUS_PROXY_FLAGS_NONE, NULL, in qemu_dbus_get_queued_owners() 36 if (!proxy) { in qemu_dbus_get_queued_owners() 41 result = g_dbus_proxy_call_sync(proxy, "ListQueuedOwners", in qemu_dbus_get_queued_owners()
|
| /openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/ |
| H A D | jsnbd_git.bbappend | 3 FILES:${PN} += "${sysconfdir}/nbd-proxy/state" 7 install -d ${D}${sysconfdir}/nbd-proxy/ 8 install -m 0755 ${UNPACKDIR}/state_hook ${D}${sysconfdir}/nbd-proxy/state
|
| /openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/ |
| H A D | jsnbd_git.bb | 21 install -d ${D}${sysconfdir}/nbd-proxy/ 22 install -m 0644 ${NBD_PROXY_CONFIG_JSON} ${D}${sysconfdir}/nbd-proxy/config.json 23 install -m 0755 ${UNPACKDIR}/state_hook ${D}${sysconfdir}/nbd-proxy/state 26 FILES:${PN} += "${sysconfdir}/nbd-proxy/state"
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/ |
| H A D | gpiod-sysfs-proxy_0.1.2.bb | 11 file://gpiod-sysfs-proxy.service.in \ 14 file://gpiod-sysfs-proxy.init.in \ 32 …install -m 0644 ${UNPACKDIR}/gpiod-sysfs-proxy.service.in ${D}${systemd_system_unitdir}/gpiod-sysf… 44 … sed -i "s:@mountpoint@:$MOUNTPOINT:g" ${D}${systemd_system_unitdir}/gpiod-sysfs-proxy.service 47 … install -m 0755 ${UNPACKDIR}/gpiod-sysfs-proxy.init.in ${D}${sysconfdir}/init.d/gpiod-sysfs-proxy 48 sed -i "s:@mountpoint@:$MOUNTPOINT:g" ${D}${sysconfdir}/init.d/gpiod-sysfs-proxy 52 SYSTEMD_SERVICE:${PN} = "gpiod-sysfs-proxy.service" 55 INITSCRIPT_NAME = "gpiod-sysfs-proxy"
|
| /openbmc/qemu/backends/ |
| H A D | dbus-vmstate.c | 105 g_autoptr(GDBusProxy) proxy = NULL; in dbus_get_proxies() 110 proxy = g_dbus_proxy_new_sync(self->bus, G_DBUS_PROXY_FLAGS_NONE, in dbus_get_proxies() 116 if (!proxy) { in dbus_get_proxies() 125 result = g_dbus_proxy_get_cached_property(proxy, "Id"); in dbus_get_proxies() 128 g_clear_object(&proxy); in dbus_get_proxies() 135 g_clear_object(&proxy); in dbus_get_proxies() 144 if (!g_hash_table_insert(proxies, id, proxy)) { in dbus_get_proxies() 150 proxy = NULL; in dbus_get_proxies() 171 dbus_load_state_proxy(GDBusProxy *proxy, const uint8_t *data, size_t size) in dbus_load_state_proxy() argument 179 result = g_dbus_proxy_call_sync(proxy, "Load", in dbus_load_state_proxy() [all …]
|
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | openbmc_intf.h | 244 Fan *proxy, 251 Fan *proxy, 256 Fan *proxy, 262 Fan *proxy, 268 Fan *proxy, 274 Fan *proxy, 280 Fan *proxy, 287 Fan *proxy, 292 Fan *proxy, 508 SensorValue *proxy, [all …]
|
| H A D | openbmc_intf.c | 1001 HwmonProxy *proxy = HWMON_PROXY (object); in G_DEFINE_TYPE_WITH_CODE() local 1002 g_datalist_clear (&proxy->priv->qdata); in G_DEFINE_TYPE_WITH_CODE() 1031 hwmon_proxy_set_property_cb (GDBusProxy *proxy, in hwmon_proxy_set_property_cb() argument 1039 _ret = g_dbus_proxy_call_finish (proxy, res, &error); in hwmon_proxy_set_property_cb() 1074 hwmon_proxy_g_signal (GDBusProxy *proxy, in hwmon_proxy_g_signal() argument 1092 g_value_set_object (¶mv[0], proxy); in hwmon_proxy_g_signal() 1120 HwmonProxy *proxy = HWMON_PROXY (_proxy); in hwmon_proxy_g_properties_changed() local 1129 g_datalist_remove_data (&proxy->priv->qdata, key); in hwmon_proxy_g_properties_changed() 1131 g_object_notify (G_OBJECT (proxy), info->hyphen_name); in hwmon_proxy_g_properties_changed() 1137 g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]); in hwmon_proxy_g_properties_changed() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/nghttp2/ |
| H A D | nghttp2_1.65.0.bb | 17 PACKAGES =+ "lib${BPN} ${PN}-proxy " 19 RDEPENDS:${PN} = "${PN}-proxy (>= ${PV})" 21 RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell" 26 FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response"
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-media-session/ |
| H A D | 0001-pass-right-types-to-methods.patch | 23 - pw_client_update_permissions(client->obj->obj.proxy, 24 + pw_client_update_permissions((struct pw_client*)client->obj->obj.proxy, 36 - pw_client_update_permissions(client->obj->obj.proxy, 37 + pw_client_update_permissions((struct pw_client*)client->obj->obj.proxy, 49 - pw_device_set_param((struct pw_node*)dev->obj->obj.proxy, 50 + pw_device_set_param((struct pw_device*)dev->obj->obj.proxy,
|
| /openbmc/ipmitool/contrib/ |
| H A D | bmc-snmp-proxy.service | 2 Description=Setup SNMP proxy to BMC 14 ExecStart=/usr/libexec/bmc-snmp-proxy start 15 ExecStop=/usr/libexec/bmc-snmp-proxy stop
|
| H A D | Makefile.am | 41 bmc-snmp-proxy bmc-snmp-proxy.service bmc-snmp-proxy.sysconf
|
| /openbmc/openbmc/poky/meta/recipes-support/libproxy/ |
| H A D | libproxy_0.5.9.bb | 1 SUMMARY = "Library providing automatic proxy configuration management" 2 DESCRIPTION = "libproxy provides interfaces to get the proxy that will be \ 3 used to access network resources. It uses various plugins to get proxy \ 11 … file://src/libproxy/proxy.c;beginline=1;endline=20;md5=bb9a177ef1c995311070f34c5638a402 \
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/ |
| H A D | 0001-libxml-mm-Fix-function-prototypes-in-function-pointe.patch | 30 ProxyNodePtr node = (ProxyNodePtr) lp->proxy; 31 @@ -215,7 +215,7 @@ PmmRegisterProxyNode(ProxyNodePtr proxy) 40 @@ -279,7 +279,7 @@ PmmRegistryREFCNT_dec(ProxyNodePtr proxy) 47 ProxyNodePtr proxy = ((LocalProxyNodePtr) payload)->proxy;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/files/ |
| H A D | 0001-Makefile-Add-LDFLAGS-variable.patch | 20 @@ -51,7 +51,7 @@ $(CROSS_COMPILE)agent-proxy: $(OBJS) 23 $(CROSS_COMPILE)agent-proxy: $(OBJS) 30 …rm -f $(extpath)$(CROSS_COMPILE)agent-proxy $(extpath)agent-proxy $(extpath)*.o $(extpath)*.obj $(…
|