Home
last modified time | relevance | path

Searched refs:client (Results 3151 – 3175 of 3365) sorted by relevance

1...<<121122123124125126127128129130>>...135

/openbmc/linux/drivers/md/
H A Ddm-integrity.c554 io_req.client = ic->io; in sync_rw_sb()
1081 io_req.client = ic->io; in rw_journal_sectors()
1198 io_req.client = ic->io; in copy_from_journal()
1526 fr.io_req.client = dm_bufio_get_dm_io_client(ic->bufio), in dm_integrity_flush_buffers()
1735 io_req.client = ic->io; in integrity_recheck()
2824 io_req.client = ic->io; in integrity_recalc()
/openbmc/linux/Documentation/filesystems/
H A Dcoda.rst10 Coda -- this document describes the client kernel-Venus interface.
20 To run Coda you need to get a user level cache manager for the client,
22 client needs to have the Coda filesystem selected in the kernel
105 client cache and makes remote procedure calls to Coda file servers and
H A Dfsverity.rst242 and serves it to a client program, such that the client can do its own
244 if the client doesn't trust the server and if the server needs to
245 provide the storage for the client.
/openbmc/linux/sound/soc/codecs/
H A Drt5677.c4977 struct i2c_client *client = context; in rt5677_read() local
4978 struct rt5677_priv *rt5677 = i2c_get_clientdata(client); in rt5677_read()
4999 struct i2c_client *client = context; in rt5677_write() local
5000 struct rt5677_priv *rt5677 = i2c_get_clientdata(client); in rt5677_write()
H A Dwm8900.c1285 static void wm8900_i2c_remove(struct i2c_client *client) in wm8900_i2c_remove() argument
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c1019 struct i2c_client *client; in tuner_attach_tda18212() local
1040 client = dvb_module_probe("tda18212", NULL, adapter, addr, &config); in tuner_attach_tda18212()
1041 if (!client) in tuner_attach_tda18212()
1044 dvb->i2c_client[0] = client; in tuner_attach_tda18212()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch231 --- rdist-6.1.5/src/client.c.cleanup 2003-12-17 11:38:16.000000000 +0100
232 +++ rdist-6.1.5/src/client.c 2003-12-17 11:38:16.000000000 +0100
240 "$Id: client.c,v 6.82 1998/11/10 04:08:47 mcooper Exp $";
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst529 ``cleartool`` remote client, depending on which one is available.
579 The fetcher does not make use of a perforce client, instead it
708 The use of the Python client makes it substantially faster than using command
/openbmc/linux/Documentation/networking/
H A Ddccp.rst107 that the closing server sends a CloseReq, whereupon the client holds timewait
H A Dethtool-netlink.rst81 of the flag should be interpreted the way the client expects. A client must
792 header) informs client about the actual result. ``ETHTOOL_A_FEATURES_WANTED``
793 reports the difference between client request and actual result: mask consists
829 response uses all private flags supported by the device as mask so that client
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.1.rst58 openssh has switched the scp client to use the sftp protocol instead of scp to
/openbmc/docs/
H A DREST-cheatsheet.md3 This document is intended to provide a set of REST client commands for OpenBMC
/openbmc/linux/sound/soc/sof/
H A DKconfig215 This option enables a separate client device for IPC flood test
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c620 ret = nv50_lut_init(disp, &drm->client.mmu, &head->olut); in nv50_head_create()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net120 If a network device has multiple client adapter ports as
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc8180x-primus.dts137 qcom,client-id = <1>;
H A Dsm7225-fairphone-fp4.dts77 qcom,client-id = <1>;
H A Dmsm8996-xiaomi-common.dtsi117 qcom,client-id = <1>;
/openbmc/linux/drivers/mailbox/
H A DKconfig173 Test client to help with testing new Controller driver
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp767 using BMC = sdbusplus::client::xyz::openbmc_project::state::BMC<>; in checkBMCState()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DNPL-1.084 …ape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Co…
99 The Original Code is Mozilla Communicator client code, released March 31, 1998.
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch337 target_link_libraries(${EXEC} ${HELLO_PI_LIBS} -lwayland-client -lwayland-egl)
474 @@ -16,7 +16,7 @@ add_subdirectory(client)
/openbmc/linux/drivers/dma/
H A DKconfig777 tristate "DMA Test client"
781 Simple DMA test client. Say N unless you're debugging a
/openbmc/docs/designs/
H A Duart-mux-support.md172 1. The dropbear/obmc-console-client integration exposing consoles via SSH
378 The mux is switched based on the endpoint of the most recent client connection,
/openbmc/linux/tools/testing/selftests/net/
H A Dfcnal-test.sh1144 do_run_cmd nettest -B -N "${NSA}" -O "${NSB}" -r ${a} --client-dontroute
1162 do_run_cmd nettest -B -N "${NSA}" -O "${NSB}" -c "${NSA_LO_IP}" -r ${a} --client-dontroute
1676 do_run_cmd nettest -B -D -N "${NSA}" -O "${NSB}" -r ${a} --client-dontroute
1682 do_run_cmd nettest -B -D -N "${NSA}" -O "${NSB}" -r ${a} --client-dontroute

1...<<121122123124125126127128129130>>...135