Home
last modified time | relevance | path

Searched full:proxies (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/qemu/backends/
H A Ddbus-vmstate.c86 g_autoptr(GHashTable) proxies = NULL; in dbus_get_proxies()
93 proxies = g_hash_table_new_full(g_str_hash, g_str_equal, in dbus_get_proxies()
144 if (!g_hash_table_insert(proxies, id, proxy)) { in dbus_get_proxies()
167 return g_steal_pointer(&proxies); in dbus_get_proxies()
198 g_autoptr(GHashTable) proxies = NULL; in dbus_vmstate_post_load()
203 proxies = dbus_get_proxies(self, &err); in dbus_vmstate_post_load()
204 if (!proxies) { in dbus_vmstate_post_load()
205 error_report("%s: Failed to get proxies: %s", __func__, err->message); in dbus_vmstate_post_load()
247 proxy = g_hash_table_lookup(proxies, id); in dbus_vmstate_post_load()
347 g_autoptr(GHashTable) proxies = NULL; in dbus_vmstate_pre_save()
[all …]
/openbmc/linux/net/appletalk/
H A Daarp.c73 static struct aarp_entry *proxies[AARP_HASH_SIZE]; variable
317 __aarp_expire_timer(&proxies[ct]); in aarp_expire_timeout()
342 __aarp_expire_device(&proxies[ct], dev); in aarp_device_event()
371 __aarp_expire_all(&proxies[ct]); in aarp_purge()
418 a = __aarp_find_entry(proxies[hash], dev, sa); in aarp_proxy_remove()
430 struct aarp_entry *a = __aarp_find_entry(proxies[hash], dev, sa); in __aarp_proxy_find()
513 entry->next = proxies[hash]; in aarp_proxy_probe_network()
514 proxies[hash] = entry; in aarp_proxy_probe_network()
766 a = __aarp_find_entry(proxies[hash], dev, &da); in aarp_rcv()
806 * address is one of our proxies before we toss the in aarp_rcv()
[all …]
/openbmc/bmcweb/scripts/
H A Dupdate_schemas.py16 proxies = {"https": os.environ.get("https_proxy", None)} variable
22 proxies=proxies,
H A Dparse_registries.py46 proxies = {"https": os.environ.get("https_proxy", None)} variable
51 dmtf = requests.get(url, proxies=proxies)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.4.rst67 .. _migration-1.4-proxies-and-fetching-source:
69 Proxies and Fetching Source
73 of handling proxies and fetching source from Git. See the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dumb-init/
H A Ddumb-init_1.2.5.bb1 SUMMARY = "Simple wrapper script which proxies signals to a child"
/openbmc/linux/drivers/char/tpm/
H A DKconfig202 This driver proxies for an emulated TPM (vTPM) running in userspace.
211 This driver proxies for firmware TPM running in TEE.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/
H A D0001-setup.py-Use-setuptools-instead-of-distutils.patch32 "slip.dbus.mainloop", "slip.dbus.polkit", "slip.dbus.proxies",
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_dev.h12 * If vf argument is valid, it proxies the devcmd
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/
H A Dtnftp_20230507.bb5 of FTP and HTTP URLs (including via proxies), command-line uploads of \
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dti,secure-proxy.yaml16 called "threads" or "proxies" - each instance is unidirectional and is
H A Dti,message-manager.txt7 "proxies" - each instance is unidirectional and is instantiated at SoC
/openbmc/openbmc/poky/meta/recipes-support/libsoup/
H A Dlibsoup_3.6.1.bb56 # glib-networking is needed for SSL, proxies, etc.
H A Dlibsoup-2.4_2.74.3.bb56 # glib-networking is needed for SSL, proxies, etc.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Dtinyproxy.conf230 # stealth mode. Note that RFC 2616 requires proxies to set the Via
322 # have a chain of reverse proxies, you'll need to put the outermost
/openbmc/openbmc-build-scripts/
H A Drun-unit-test-docker.sh91 # Set up proxies
H A Dbuild-setup.sh289 # Set up proxies
296 # Configure proxies for BitBake
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgomod.py59 about the module cache, module proxies and version control systems.
/openbmc/linux/drivers/mailbox/
H A Dti-msgmgr.c886 /* All proxies may be valid in Secure Proxy instance */ in ti_msgmgr_probe()
897 /* Only Some proxies are valid in Message Manager */ in ti_msgmgr_probe()
/openbmc/openbmc/poky/documentation/
H A Dwhat-i-wish-id-known.rst166 * deal with corporate proxies
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddcsr.txt350 the Core Service Bridge Proxies.
/openbmc/openbmc/poky/bitbake/
H A DChangeLog169 proxies to work better. (from Poky)
/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/
H A Dindex.rst173 set up for proxies, you could encounter problems with the build
/openbmc/linux/net/ipv4/
H A Darp.c29 * Niibe Yutaka : Reply for this device or proxies only.
816 * about those for us and those for our proxies. We reply to both, in arp_process()
/openbmc/linux/Documentation/driver-api/usb/
H A Dgadget.rst44 Linux "USB device drivers", which are host side proxies for the real USB

12