Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c1501 val = proxy->guest_features[proxy->gfselect]; in virtio_pci_common_read()
1584 proxy->guest_features[proxy->gfselect] = val; in virtio_pci_common_write()
1857 memory_region_init_io(&proxy->common.mr, OBJECT(proxy), in virtio_pci_modern_regions_init()
1864 memory_region_init_io(&proxy->isr.mr, OBJECT(proxy), in virtio_pci_modern_regions_init()
1871 memory_region_init_io(&proxy->device.mr, OBJECT(proxy), in virtio_pci_modern_regions_init()
1878 memory_region_init_io(&proxy->notify.mr, OBJECT(proxy), in virtio_pci_modern_regions_init()
2099 memory_region_init_io(&proxy->bar, OBJECT(proxy), in virtio_pci_device_plugged()
2257 virtio_pci_bus_new(&proxy->bus, sizeof(proxy->bus), proxy); in virtio_pci_realize()
2289 proxy->vqs[i].desc[0] = proxy->vqs[i].desc[1] = 0; in virtio_pci_reset()
2290 proxy->vqs[i].avail[0] = proxy->vqs[i].avail[1] = 0; in virtio_pci_reset()
[all …]
H A Dvirtio-mmio.c77 if (!proxy->legacy) { in virtio_mmio_soft_reset()
118 if (proxy->legacy) { in virtio_mmio_read()
322 proxy->guest_features[proxy->guest_features_sel] = value; in virtio_mmio_write()
643 if (!proxy->legacy) { in virtio_mmio_reset()
644 proxy->guest_features[0] = proxy->guest_features[1] = 0; in virtio_mmio_reset()
648 proxy->vqs[i].desc[0] = proxy->vqs[i].desc[1] = 0; in virtio_mmio_reset()
649 proxy->vqs[i].avail[0] = proxy->vqs[i].avail[1] = 0; in virtio_mmio_reset()
650 proxy->vqs[i].used[0] = proxy->vqs[i].used[1] = 0; in virtio_mmio_reset()
747 if (!proxy->legacy) { in virtio_mmio_pre_plugged()
768 qbus_init(&proxy->bus, sizeof(proxy->bus), TYPE_VIRTIO_MMIO_BUS, d, NULL); in virtio_mmio_realizefn()
[all …]
H A Dvirtio-bus.c222 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 Dconnman-gnome-fix-dbus-interface-name.patch30 g_object_unref(proxy);
49 DBusGProxy *proxy;
51 if (proxy == NULL)
57 g_object_unref(proxy);
84 g_object_unref(proxy);
87 if (proxy == NULL)
101 DBusGProxy *proxy;
103 if (proxy == NULL)
112 if (proxy == NULL)
121 if (proxy == NULL)
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_proxy.c89 void *in = gsc->proxy.to_csme; in proxy_send_to_csme()
90 void *out = gsc->proxy.to_gsc; in proxy_send_to_csme()
273 if (!gsc->proxy.component) { in intel_gsc_proxy_request_handler()
299 if (!gsc->proxy.component) { in intel_gsc_proxy_irq_handler()
322 gsc->proxy.component = data; in i915_gsc_proxy_component_bind()
338 gsc->proxy.component = NULL; in i915_gsc_proxy_component_unbind()
364 gsc->proxy.vma = vma; in proxy_channel_alloc()
365 gsc->proxy.to_gsc = vaddr; in proxy_channel_alloc()
373 if (!gsc->proxy.vma) in proxy_channel_free()
376 gsc->proxy.to_gsc = NULL; in proxy_channel_free()
[all …]
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dsite.conf.sample3 # 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 D0007-plat-corstone1000-Initialize-capsule-update-provider.patch6 Initializes the capsule update service provider in se-proxy-sp.c deployment
13 deployments/se-proxy/env/commonsp/se_proxy_sp.c | 3 +++
15 .../se-proxy/infra/service_proxy_factory.h | 1 +
18 diff --git a/deployments/se-proxy/env/commonsp/se_proxy_sp.c b/deployments/se-proxy/env/commonsp/se…
20 --- a/deployments/se-proxy/env/commonsp/se_proxy_sp.c
21 +++ b/deployments/se-proxy/env/commonsp/se_proxy_sp.c
32 diff --git a/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c b/deployments/se-proxy
34 --- a/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c
64 diff --git a/deployments/se-proxy/infra/service_proxy_factory.h b/deployments/se-proxy/infra/servic…
66 --- a/deployments/se-proxy/infra/service_proxy_factory.h
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dproxy.hpp53 struct proxy : private sdbusplus::bus::details::bus_friend struct
68 constexpr proxy()
71 constexpr proxy()
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()
199 auto prop_intf = proxy(s, p, dbus_prop_intf); in set_property()
[all …]
H A Dclient.hpp29 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 Dvirtio-pci.h173 static inline bool virtio_pci_modern(VirtIOPCIProxy *proxy) in virtio_pci_modern() argument
175 return !proxy->disable_modern; in virtio_pci_modern()
178 static inline bool virtio_pci_legacy(VirtIOPCIProxy *proxy) in virtio_pci_legacy() argument
180 return proxy->disable_legacy == ON_OFF_AUTO_OFF; in virtio_pci_legacy()
183 static inline void virtio_pci_force_virtio_1(VirtIOPCIProxy *proxy) in virtio_pci_force_virtio_1() argument
185 proxy->disable_modern = false; in virtio_pci_force_virtio_1()
186 proxy->disable_legacy = ON_OFF_AUTO_ON; in virtio_pci_force_virtio_1()
189 static inline void virtio_pci_disable_modern(VirtIOPCIProxy *proxy) in virtio_pci_disable_modern() argument
191 proxy->disable_modern = true; in virtio_pci_disable_modern()
274 int virtio_pci_add_shm_cap(VirtIOPCIProxy *proxy, uint8_t bar, uint64_t offset,
/openbmc/qemu/docs/tools/
H A Dvirtfs-proxy-helper.rst1 QEMU 9p virtfs proxy filesystem helper
7 **virtfs-proxy-helper** [*OPTIONS*]
12 NOTE: The 9p 'proxy' backend is deprecated (since QEMU 8.1) and will be
25 type 'proxy' is introduced. Proxy FS uses chroot + socket combination
33 QEMU and proxy helper communicate using this socket. QEMU proxy fs
34 driver sends filesystem request to proxy helper and receives the
37 The proxy helper is designed so that it can drop root privileges except
45 .. program:: virtfs-proxy-helper
53 Path to export for proxy filesystem driver
58 qemu proxy fs drier. Usually a helper like libvirt will create
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/
H A Ddbus-daemon-proxy_git.bb3 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 \
16 …${CC} ${CFLAGS} -o dbus-daemon-proxy dbus-daemon-proxy.c `pkg-config --cflags --libs dbus-glib-1` …
21 install -m 0755 dbus-daemon-proxy ${D}${bindir}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy/
H A D0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch4 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/linux/Documentation/devicetree/bindings/mailbox/
H A Dti,secure-proxy.yaml4 $id: http://devicetree.org/schemas/mailbox/ti,secure-proxy.yaml#
13 The Texas Instruments' secure proxy is a mailbox controller that has
25 const: ti,am654-secure-proxy
30 Contains the secure proxy thread ID used for the specific transfer path.
48 secure proxy thread in the form 'rx_<PID>'.
55 proxy.
71 compatible = "ti,am654-secure-proxy";
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h244 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,
3804 Led *proxy,
[all …]
H A Dopenbmc_intf.c1192 proxy->priv = hwmon_proxy_get_instance_private (proxy); in hwmon_proxy_init()
2543 Fan *proxy, in fan_call_set_cooling_zone() argument
2572 Fan *proxy, in fan_call_set_cooling_zone_finish() argument
2602 Fan *proxy, in fan_call_set_cooling_zone_sync() argument
2640 Fan *proxy, in fan_call_get_speed() argument
2668 Fan *proxy, in fan_call_get_speed_finish() argument
2700 Fan *proxy, in fan_call_get_speed_sync() argument
2739 Fan *proxy, in fan_call_set_speed() argument
2768 Fan *proxy, in fan_call_set_speed_finish() argument
3104 proxy->priv = fan_proxy_get_instance_private (proxy); in fan_proxy_init()
[all …]
/openbmc/qemu/backends/
H A Ddbus-vmstate.c105 g_autoptr(GDBusProxy) proxy = NULL; in dbus_get_proxies()
116 if (!proxy) { in dbus_get_proxies()
128 g_clear_object(&proxy); in dbus_get_proxies()
135 g_clear_object(&proxy); in dbus_get_proxies()
150 proxy = NULL; in dbus_get_proxies()
179 result = g_dbus_proxy_call_sync(proxy, "Load", in dbus_load_state_proxy()
221 GDBusProxy *proxy = NULL; in dbus_vmstate_post_load() local
247 proxy = g_hash_table_lookup(proxies, id); in dbus_vmstate_post_load()
248 if (!proxy) { in dbus_vmstate_post_load()
274 if (dbus_load_state_proxy(proxy, in dbus_vmstate_post_load()
[all …]
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp4080si-post.dtsi218 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";
234 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
239 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
244 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
249 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-dbus-proxy/
H A Dxdg-dbus-proxy_0.1.5.bb1 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 Ddbus.c26 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/qemu/hw/9pfs/
H A D9p-proxy.c344 if (proxy->sockfd == -1) { in v9fs_request()
348 iovec = &proxy->out_iovec; in v9fs_request()
349 reply = &proxy->in_iovec; in v9fs_request()
630 close(proxy->sockfd); in v9fs_request()
631 proxy->sockfd = -1; in v9fs_request()
1206 g_free(proxy); in proxy_init()
1217 ctx->private = proxy; in proxy_init()
1218 proxy->sockfd = sock_id; in proxy_init()
1230 if (!proxy) { in proxy_cleanup()
1237 close(proxy->sockfd); in proxy_cleanup()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/
H A Djsnbd_git.bb21 install -d ${D}${sysconfdir}/nbd-proxy/
22 install -m 0644 ${NBD_PROXY_CONFIG_JSON} ${D}${sysconfdir}/nbd-proxy/config.json
23 install -m 0755 ${WORKDIR}/state_hook ${D}${sysconfdir}/nbd-proxy/state
26 FILES:${PN} += "${sysconfdir}/nbd-proxy/state"
/openbmc/openbmc/poky/meta/recipes-support/nghttp2/
H A Dnghttp2_1.61.0.bb17 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 Djsnbd_git.bbappend3 FILES:${PN} += "${sysconfdir}/nbd-proxy/state"
7 install -d ${D}${sysconfdir}/nbd-proxy/
8 install -m 0755 ${WORKDIR}/state_hook ${D}${sysconfdir}/nbd-proxy/state
/openbmc/linux/security/apparmor/
H A Dlabel.c44 if (proxy) { in free_proxy()
47 memset(proxy, 0, sizeof(*proxy)); in free_proxy()
49 kfree(proxy); in free_proxy()
57 free_proxy(proxy); in aa_proxy_kref()
90 struct aa_proxy *proxy = new->proxy; in __proxy_share() local
92 new->proxy = aa_get_proxy(old->proxy); in __proxy_share()
439 if (!proxy) { in aa_label_alloc()
441 if (!proxy) in aa_label_alloc()
446 new->proxy = proxy; in aa_label_alloc()
802 if (old->proxy != new->proxy) in aa_label_replace()
[all …]

12345678910>>...12