Home
last modified time | relevance | path

Searched refs:client (Results 2976 – 3000 of 3365) sorted by relevance

1...<<111112113114115116117118119120>>...135

/openbmc/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst21 - mapping from IP address to client name
22 - mapping from client name and filesystem to export options
/openbmc/qemu/qapi/
H A Dchar.json253 # the client's x509 distinguished name will be validated. This
274 # @reconnect: For a client socket, if a socket is disconnected, then
/openbmc/qemu/
H A Dqemu-nbd.c374 static void nbd_client_closed(NBDClient *client, bool negotiated) in nbd_client_closed() argument
381 nbd_client_put(client); in nbd_client_closed()
H A Dqemu-options.hx2322 Allow client connects without authentication.
2325 Disable copy paste between the client and the guest.
2507 The client is specified by the display. For reverse network
3122 server. The TFTP client on the guest must be configured in
3885 against which the client's x509 distinguished name will be
4043 Connect to a spice port, allowing a Spice client to handle the
5492 credentials will be acting as a client or as a server. If
5535 credentials will be acting as a client or as a server. If
5539 with valid client certificates too.
5555 and client-key.pem (only clients).
[all …]
/openbmc/linux/drivers/dma/
H A Dste_dma40.c495 struct list_head client; member
795 if (!list_empty(&d40c->client)) { in d40_desc_get()
799 list_for_each_entry_safe(d, _d, &d40c->client, node) { in d40_desc_get()
1163 if (!list_empty(&d40c->client)) in d40_term_all()
1164 list_for_each_entry_safe(d40d, _d, &d40c->client, node) { in d40_term_all()
1641 list_add_tail(&d40d->node, &d40c->client); in dma_tasklet()
2827 INIT_LIST_HEAD(&d40c->client); in d40_chan_init()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c790 sta_priv->client = true; in iwlagn_mac_sta_add()
1552 WARN_ON(!sta_priv->client); in iwlagn_mac_sta_notify()
1558 WARN_ON(!sta_priv->client); in iwlagn_mac_sta_notify()
/openbmc/linux/fs/nfs/
H A Dfs_context.c1604 ctx->retrans = nfss->client->cl_timeout->to_retries; in nfs_init_fs_context()
1605 ctx->selected_flavor = nfss->client->cl_auth->au_flavor; in nfs_init_fs_context()
1610 ctx->timeo = 10U * nfss->client->cl_timeout->to_initval / HZ; in nfs_init_fs_context()
/openbmc/linux/Documentation/infiniband/
H A Dopa_vnic.rst123 registers itself with IB core as an IB client and interfaces with the
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch33 + output: [ 'server.cpp', 'server.hpp', 'client.hpp', ],
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help149 * cert: server + client certificate (not implemented yet)
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,apq8084-pinctrl.txt55 common pinctrl bindings used by client devices, including the meaning of the
/openbmc/u-boot/doc/SPL/
H A DREADME.am335x-network49 Identifier (VCI) set by BOOTP client (RBL sets VCI to "DM814x ROM v1.0"
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/
H A DCreate.interface.yaml93 ClientAuthentication: The public key is used for TLS WWW client
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dti,pruss-intc.yaml78 that the client is interested in) [cell 1], PRU channel [cell 2] and PRU
/openbmc/linux/drivers/rtc/
H A Drtc-88pm860x.c282 info->i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm860x_rtc_probe()
/openbmc/linux/Documentation/devicetree/bindings/dma/xilinx/
H A Dxilinx_dma.txt114 * DMA client
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra186-pmc.yaml81 the pinctrl client properties. For more information see
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-ntb-howto.rst153 All the existing client side NTB utilities like NTB Transport Client and NTB
H A Dpci-vntb-howto.rst159 All the existing client side NTB utilities like NTB Transport Client and NTB
/openbmc/linux/fs/ceph/
H A Dioctl.c186 &ceph_sb_to_fs_client(inode->i_sb)->client->osdc; in ceph_ioctl_get_dataloc()
/openbmc/qemu/python/
H A Dsetup.cfg69 qemu-ga-client = qemu.utils.qemu_ga_client:main
/openbmc/linux/sound/soc/codecs/
H A Drt5682s.c3270 static void rt5682s_i2c_shutdown(struct i2c_client *client) in rt5682s_i2c_shutdown() argument
3272 struct rt5682s_priv *rt5682s = i2c_get_clientdata(client); in rt5682s_i2c_shutdown()
3274 disable_irq(client->irq); in rt5682s_i2c_shutdown()
3281 static void rt5682s_i2c_remove(struct i2c_client *client) in rt5682s_i2c_remove() argument
3283 rt5682s_i2c_shutdown(client); in rt5682s_i2c_remove()
/openbmc/docs/designs/
H A Dphosphor-audit.md161 - client's layer
170 How the checks will be processed at client's layer:
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/
H A Dparsec-tool-crates.inc88 crate://crates.io/parsec-client/0.16.0 \
270 SRC_URI[parsec-client-0.16.0.sha256sum] = "a36f9d8e27166cf0586913812454174286e094d594cc8b28d8a8d02d…
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py852 ) as client, self.db_engine.connect(self.logger) as db:
860 d = await client.get_taskhash(method, taskhash)

1...<<111112113114115116117118119120>>...135