/openbmc/qemu/backends/ |
H A D | dbus-vmstate.c | 86 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 D | aarp.c | 73 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 D | update_schemas.py | 16 proxies = {"https": os.environ.get("https_proxy", None)} variable 22 proxies=proxies,
|
H A D | parse_registries.py | 46 proxies = {"https": os.environ.get("https_proxy", None)} variable 51 dmtf = requests.get(url, proxies=proxies)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-1.4.rst | 67 .. _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 D | dumb-init_1.2.5.bb | 1 SUMMARY = "Simple wrapper script which proxies signals to a child"
|
/openbmc/linux/drivers/char/tpm/ |
H A D | Kconfig | 202 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 D | 0001-setup.py-Use-setuptools-instead-of-distutils.patch | 32 "slip.dbus.mainloop", "slip.dbus.polkit", "slip.dbus.proxies",
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_dev.h | 12 * If vf argument is valid, it proxies the devcmd
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/ |
H A D | tnftp_20230507.bb | 5 of FTP and HTTP URLs (including via proxies), command-line uploads of \
|
/openbmc/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | ti,secure-proxy.yaml | 16 called "threads" or "proxies" - each instance is unidirectional and is
|
H A D | ti,message-manager.txt | 7 "proxies" - each instance is unidirectional and is instantiated at SoC
|
/openbmc/openbmc/poky/meta/recipes-support/libsoup/ |
H A D | libsoup_3.6.1.bb | 56 # glib-networking is needed for SSL, proxies, etc.
|
H A D | libsoup-2.4_2.74.3.bb | 56 # glib-networking is needed for SSL, proxies, etc.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
H A D | tinyproxy.conf | 230 # 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 D | run-unit-test-docker.sh | 91 # Set up proxies
|
H A D | build-setup.sh | 289 # Set up proxies 296 # Configure proxies for BitBake
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gomod.py | 59 about the module cache, module proxies and version control systems.
|
/openbmc/linux/drivers/mailbox/ |
H A D | ti-msgmgr.c | 886 /* 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 D | what-i-wish-id-known.rst | 166 * deal with corporate proxies
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | dcsr.txt | 350 the Core Service Bridge Proxies.
|
/openbmc/openbmc/poky/bitbake/ |
H A D | ChangeLog | 169 proxies to work better. (from Poky)
|
/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/ |
H A D | index.rst | 173 set up for proxies, you could encounter problems with the build
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 29 * 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 D | gadget.rst | 44 Linux "USB device drivers", which are host side proxies for the real USB
|