/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 73 VirtIOPCIProxy *proxy = to_virtio_pci_proxy_fast(d); in virtio_pci_notify() local 75 if (msix_enabled(&proxy->pci_dev)) { in virtio_pci_notify() 77 msix_notify(&proxy->pci_dev, vector); in virtio_pci_notify() 80 VirtIODevice *vdev = virtio_bus_get_device(&proxy->bus); in virtio_pci_notify() 81 pci_set_irq(&proxy->pci_dev, qatomic_read(&vdev->isr) & 1); in virtio_pci_notify() 87 VirtIOPCIProxy *proxy = to_virtio_pci_proxy(d); in virtio_pci_save_config() local 88 VirtIODevice *vdev = virtio_bus_get_device(&proxy->bus); in virtio_pci_save_config() 90 pci_device_save(&proxy->pci_dev, f); in virtio_pci_save_config() 91 msix_save(&proxy->pci_dev, f); in virtio_pci_save_config() 92 if (msix_present(&proxy->pci_dev)) in virtio_pci_save_config() [all …]
|
H A D | virtio-mmio.c | 40 VirtIOMMIOProxy *proxy = VIRTIO_MMIO(d); in virtio_mmio_ioeventfd_enabled() local 42 return (proxy->flags & VIRTIO_IOMMIO_FLAG_USE_IOEVENTFD) != 0; in virtio_mmio_ioeventfd_enabled() 49 VirtIOMMIOProxy *proxy = VIRTIO_MMIO(d); in virtio_mmio_ioeventfd_assign() local 52 memory_region_add_eventfd(&proxy->iomem, VIRTIO_MMIO_QUEUE_NOTIFY, 4, in virtio_mmio_ioeventfd_assign() 55 memory_region_del_eventfd(&proxy->iomem, VIRTIO_MMIO_QUEUE_NOTIFY, 4, in virtio_mmio_ioeventfd_assign() 61 static void virtio_mmio_start_ioeventfd(VirtIOMMIOProxy *proxy) in virtio_mmio_start_ioeventfd() argument 63 virtio_bus_start_ioeventfd(&proxy->bus); in virtio_mmio_start_ioeventfd() 66 static void virtio_mmio_stop_ioeventfd(VirtIOMMIOProxy *proxy) in virtio_mmio_stop_ioeventfd() argument 68 virtio_bus_stop_ioeventfd(&proxy->bus); in virtio_mmio_stop_ioeventfd() 71 static void virtio_mmio_soft_reset(VirtIOMMIOProxy *proxy) in virtio_mmio_soft_reset() argument [all …]
|
H A D | virtio-bus.c | 222 DeviceState *proxy = DEVICE(BUS(bus)->parent); in virtio_bus_start_ioeventfd() local 227 if (!k->ioeventfd_assign || !k->ioeventfd_enabled(proxy)) { in virtio_bus_start_ioeventfd() 267 DeviceState *proxy = DEVICE(BUS(bus)->parent); in virtio_bus_ioeventfd_enabled() local 269 return k->ioeventfd_assign && k->ioeventfd_enabled(proxy); in virtio_bus_ioeventfd_enabled() 280 DeviceState *proxy = DEVICE(BUS(bus)->parent); in virtio_bus_set_host_notifier() local 296 r = k->ioeventfd_assign(proxy, notifier, n, true); in virtio_bus_set_host_notifier() 302 k->ioeventfd_assign(proxy, notifier, n, false); in virtio_bus_set_host_notifier() 328 DeviceState *proxy = DEVICE(bus->parent); in virtio_bus_get_dev_path() local 329 return qdev_get_dev_path(proxy); in virtio_bus_get_dev_path()
|
/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/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_gsc_proxy.c | 87 struct i915_gsc_proxy_component *comp = gsc->proxy.component; in proxy_send_to_csme() 89 void *in = gsc->proxy.to_csme; in proxy_send_to_csme() 90 void *out = gsc->proxy.to_gsc; in proxy_send_to_csme() 126 u32 *marker = gsc->proxy.to_csme; /* first dw of the reply header */ in proxy_send_to_gsc() 127 u64 addr_in = i915_ggtt_offset(gsc->proxy.vma); in proxy_send_to_gsc() 129 u32 size = ((struct gsc_proxy_msg *)gsc->proxy.to_gsc)->header.message_size; in proxy_send_to_gsc() 189 struct gsc_proxy_msg *to_gsc = gsc->proxy.to_gsc; in proxy_query() 190 struct gsc_proxy_msg *to_csme = gsc->proxy.to_csme; in proxy_query() 208 memset(gsc->proxy.to_csme, 0, sizeof(struct gsc_proxy_msg)); in proxy_query() 260 if (!gsc->proxy.component_added) in intel_gsc_proxy_request_handler() [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 | 0007-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"); 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 52 +++ b/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c [all …]
|
H A D | 0020-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/qemu/include/hw/virtio/ |
H A D | virtio-pci.h | 176 static inline bool virtio_pci_modern(VirtIOPCIProxy *proxy) in virtio_pci_modern() argument 178 return !proxy->disable_modern; in virtio_pci_modern() 181 static inline bool virtio_pci_legacy(VirtIOPCIProxy *proxy) in virtio_pci_legacy() argument 183 return proxy->disable_legacy == ON_OFF_AUTO_OFF; in virtio_pci_legacy() 186 static inline void virtio_pci_force_virtio_1(VirtIOPCIProxy *proxy) in virtio_pci_force_virtio_1() argument 188 proxy->disable_modern = false; in virtio_pci_force_virtio_1() 189 proxy->disable_legacy = ON_OFF_AUTO_ON; in virtio_pci_force_virtio_1() 192 static inline void virtio_pci_disable_modern(VirtIOPCIProxy *proxy) in virtio_pci_disable_modern() argument 194 proxy->disable_modern = true; in virtio_pci_disable_modern() 277 int virtio_pci_add_shm_cap(VirtIOPCIProxy *proxy, uint8_t bar, uint64_t offset,
|
/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/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/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p4080si-post.dtsi | 218 dcsr-cpu-sb-proxy@40000 { 219 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 223 dcsr-cpu-sb-proxy@41000 { 224 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 228 dcsr-cpu-sb-proxy@42000 { 229 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 233 dcsr-cpu-sb-proxy@43000 { 234 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 238 dcsr-cpu-sb-proxy@44000 { 239 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; [all …]
|
H A D | t4240si-post.dtsi | 250 dcsr-cpu-sb-proxy@100000 { 251 compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 255 dcsr-cpu-sb-proxy@108000 { 256 compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 260 dcsr-cpu-sb-proxy@110000 { 261 compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 265 dcsr-cpu-sb-proxy@118000 { 266 compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 270 dcsr-cpu-sb-proxy@120000 { 271 compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; [all …]
|
/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/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/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/linux/security/apparmor/ |
H A D | label.c | 42 static void free_proxy(struct aa_proxy *proxy) in free_proxy() argument 44 if (proxy) { in free_proxy() 46 aa_put_label(rcu_dereference_protected(proxy->label, true)); in free_proxy() 47 memset(proxy, 0, sizeof(*proxy)); in free_proxy() 48 RCU_INIT_POINTER(proxy->label, (struct aa_label *)PROXY_POISON); in free_proxy() 49 kfree(proxy); in free_proxy() 55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref() local 57 free_proxy(proxy); in aa_proxy_kref() 81 tmp = rcu_dereference_protected(orig->proxy->label, in __aa_proxy_redirect() 83 rcu_assign_pointer(orig->proxy->label, aa_get_label(new)); in __aa_proxy_redirect() [all …]
|
/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/poky/meta/recipes-support/nghttp2/ |
H A D | nghttp2_1.64.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-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
|