Home
last modified time | relevance | path

Searched refs:client (Results 3051 – 3075 of 3322) sorted by relevance

1...<<121122123124125126127128129130>>...133

/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu1215 client = gateway + 1
1219 netconf = netconf.replace('@CLIENT@', str(client))
1224 mac = "%s%02x" % (self.mac_tap, client)
/openbmc/openbmc/poky/scripts/
H A Drunqemu1215 client = gateway + 1
1219 netconf = netconf.replace('@CLIENT@', str(client))
1224 mac = "%s%02x" % (self.mac_tap, client)
/openbmc/linux/drivers/md/
H A Ddm-writecache.c529 req.client = wc->dm_io; in ssd_commit_flushed()
567 req.client = wc->dm_io; in ssd_commit_superblock()
596 req.client = wc->dm_io; in writecache_disk_flush()
990 req.client = wc->dm_io; in writecache_read_metadata()
/openbmc/linux/net/wireless/
H A DKconfig153 scenarios, this relaxation is not allowed in cases where the BSS client
/openbmc/linux/Documentation/networking/device_drivers/hamradio/
H A Dbaycom.rst168 to arbitrate the ports between different client drivers.
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md83 │ ║ │ Request TLS client authentication │ ║
H A Dgpio-based-cable-presence.md117 During the fetch operation, once the ipmi daemon receives the client request. It
H A Dfirmware-update-via-blobs.md75 likewise if a client has a data blob open, the verification blob cannot be
83 identify the mechanism selected by the client-side. The stat command will return
/openbmc/qemu/net/
H A Dvmnet-common.m2 * vmnet-common.m - network client wrapper for Apple vmnet.framework
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/
H A Dinetutils_2.5.bb191 RCONFLICTS:${PN}-rsh += "netkit-rsh-client"
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h626 __le64 client; /* which client holds the lock */ member
/openbmc/linux/net/caif/
H A Dcfctrl.c309 struct cflayer *client) in cfctrl_linkdown_req() argument
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c84 &rule->re_arg.count.client); in prestera_flower_parse_actions()
/openbmc/linux/drivers/net/ppp/
H A DKconfig172 This driver requires pppd plugin to work in client mode or
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n950-n9.dtsi453 modem: hsi-client {
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-lg-common.dtsi113 qcom,client-id = <1>;
H A Dsdm845-xiaomi-beryllium-common.dtsi113 qcom,client-id = <1>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.98.bb4 security-enabled client and server applications. \
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/
H A Dopenssh_9.7p1.bb2 the SSH protocol including the ssh client and sshd server"
/openbmc/linux/drivers/ntb/test/
H A Dntb_perf.c1484 static int perf_probe(struct ntb_client *client, struct ntb_dev *ntb) in perf_probe() argument
1512 static void perf_remove(struct ntb_client *client, struct ntb_dev *ntb) in perf_remove() argument
/openbmc/linux/drivers/media/platform/renesas/
H A Dsh_vou.c1353 struct i2c_client *client = v4l2_get_subdevdata(sd); in sh_vou_remove() local
1357 i2c_put_adapter(client->adapter); in sh_vou_remove()
/openbmc/linux/sound/soc/codecs/
H A Dcs35l36.c1913 static void cs35l36_i2c_remove(struct i2c_client *client) in cs35l36_i2c_remove() argument
1915 struct cs35l36_private *cs35l36 = i2c_get_clientdata(client); in cs35l36_i2c_remove()
/openbmc/linux/drivers/edac/
H A DKconfig275 tristate "Intel client SoC Integrated MC"
280 client SoC Integrated Memory Controller using In-Band ECC IP.
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c52 static struct hnae3_client client; variable
5974 client.type = HNAE3_CLIENT_KNIC; in hns3_init_module()
5975 snprintf(client.name, HNAE3_CLIENT_NAME_LENGTH, "%s", in hns3_init_module()
5978 client.ops = &client_ops; in hns3_init_module()
5980 INIT_LIST_HEAD(&client.node); in hns3_init_module()
5984 ret = hnae3_register_client(&client); in hns3_init_module()
5995 hnae3_unregister_client(&client); in hns3_init_module()
6009 hnae3_unregister_client(&client); in hns3_exit_module()
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst474 v4l2_i2c_subdev_init(&state->sd, client, subdev_ops);
494 struct i2c_client *client = v4l2_get_subdevdata(sd);
500 struct v4l2_subdev *sd = i2c_get_clientdata(client);

1...<<121122123124125126127128129130>>...133