Home
last modified time | relevance | path

Searched refs:client_name (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c294 struct xdr_netobj client_name = { 0 , NULL }; in gssp_accept_sec_context_upcall() local
322 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall()
346 if (client_name.data) { in gssp_accept_sec_context_upcall()
348 gssp_stringify(&client_name); in gssp_accept_sec_context_upcall()
350 gssp_stringify(&client_name); in gssp_accept_sec_context_upcall()
359 kfree(client_name.data); in gssp_accept_sec_context_upcall()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c300 struct xdr_netobj client_name = { 0 , NULL }; in gssp_accept_sec_context_upcall() local
328 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall()
352 if (client_name.data) { in gssp_accept_sec_context_upcall()
354 gssp_stringify(&client_name); in gssp_accept_sec_context_upcall()
356 gssp_stringify(&client_name); in gssp_accept_sec_context_upcall()
365 kfree(client_name.data); in gssp_accept_sec_context_upcall()
/kernel/linux/linux-5.10/samples/qmi/
H A Dqmi_sample_client.c71 struct test_name_type_v01 client_name; member
100 client_name),
172 struct test_name_type_v01 client_name; member
210 client_name),
/kernel/linux/linux-6.6/samples/qmi/
H A Dqmi_sample_client.c71 struct test_name_type_v01 client_name; member
100 client_name),
172 struct test_name_type_v01 client_name; member
210 client_name),
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlogfile.h279 /* 32*/ ntfschar client_name[64];/* Name of the client in Unicode. Should member
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlogfile.h279 /* 32*/ ntfschar client_name[64];/* Name of the client in Unicode. Should member
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6prm.h94 const char *client_name, uint32_t *client_handle);
H A Dq6afe.h239 const char *client_name, uint32_t *client_handle);
H A Dq6afe.c556 char client_name[8]; member
1691 const char *client_name, uint32_t *client_handle) in q6afe_vote_lpass_core_hw()
1717 strscpy(vote_cfg->client_name, client_name, in q6afe_vote_lpass_core_hw()
1718 sizeof(vote_cfg->client_name)); in q6afe_vote_lpass_core_hw()
1690 q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, const char *client_name, uint32_t *client_handle) q6afe_vote_lpass_core_hw() argument
H A Dq6prm.c99 const char *client_name, uint32_t *client_handle) in q6prm_vote_lpass_core_hw()
98 q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, const char *client_name, uint32_t *client_handle) q6prm_vote_lpass_core_hw() argument
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Ddevice.c1801 static int __ib_get_global_client_nl_info(const char *client_name, in __ib_get_global_client_nl_info() argument
1810 if (strcmp(client->name, client_name) != 0) in __ib_get_global_client_nl_info()
1828 const char *client_name, in __ib_get_client_nl_info()
1840 if (!client || strcmp(client->name, client_name) != 0) in __ib_get_client_nl_info()
1867 * @client_name - Name of the client
1870 int ib_get_client_nl_info(struct ib_device *ibdev, const char *client_name, in ib_get_client_nl_info() argument
1876 ret = __ib_get_client_nl_info(ibdev, client_name, res); in ib_get_client_nl_info()
1878 ret = __ib_get_global_client_nl_info(client_name, res); in ib_get_client_nl_info()
1881 request_module("rdma-client-%s", client_name); in ib_get_client_nl_info()
1883 ret = __ib_get_client_nl_info(ibdev, client_name, re in ib_get_client_nl_info()
1827 __ib_get_client_nl_info(struct ib_device *ibdev, const char *client_name, struct ib_client_nl_info *res) __ib_get_client_nl_info() argument
[all...]
H A Dcore_priv.h119 int ib_get_client_nl_info(struct ib_device *ibdev, const char *client_name,
H A Dnldev.c1595 char client_name[RDMA_NLDEV_ATTR_CHARDEV_TYPE_SIZE]; in nldev_get_chardev() local
1607 nla_strlcpy(client_name, tb[RDMA_NLDEV_ATTR_CHARDEV_TYPE], in nldev_get_chardev()
1608 sizeof(client_name)); in nldev_get_chardev()
1640 err = ib_get_client_nl_info(ibdev, client_name, &data); in nldev_get_chardev()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Ddevice.c1852 static int __ib_get_global_client_nl_info(const char *client_name, in __ib_get_global_client_nl_info() argument
1861 if (strcmp(client->name, client_name) != 0) in __ib_get_global_client_nl_info()
1879 const char *client_name, in __ib_get_client_nl_info()
1891 if (!client || strcmp(client->name, client_name) != 0) in __ib_get_client_nl_info()
1918 * @client_name: Name of the client
1921 int ib_get_client_nl_info(struct ib_device *ibdev, const char *client_name, in ib_get_client_nl_info() argument
1927 ret = __ib_get_client_nl_info(ibdev, client_name, res); in ib_get_client_nl_info()
1929 ret = __ib_get_global_client_nl_info(client_name, res); in ib_get_client_nl_info()
1932 request_module("rdma-client-%s", client_name); in ib_get_client_nl_info()
1934 ret = __ib_get_client_nl_info(ibdev, client_name, re in ib_get_client_nl_info()
1878 __ib_get_client_nl_info(struct ib_device *ibdev, const char *client_name, struct ib_client_nl_info *res) __ib_get_client_nl_info() argument
[all...]
H A Dcore_priv.h117 int ib_get_client_nl_info(struct ib_device *ibdev, const char *client_name,
H A Dnldev.c1769 char client_name[RDMA_NLDEV_ATTR_CHARDEV_TYPE_SIZE]; in nldev_get_chardev() local
1781 nla_strscpy(client_name, tb[RDMA_NLDEV_ATTR_CHARDEV_TYPE], in nldev_get_chardev()
1782 sizeof(client_name)); in nldev_get_chardev()
1818 err = ib_get_client_nl_info(ibdev, client_name, &data); in nldev_get_chardev()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm78.c576 const char *client_name; in lm78_i2c_detect() local
604 client_name = "lm78"; in lm78_i2c_detect()
606 client_name = "lm79"; in lm78_i2c_detect()
620 strlcpy(info->type, client_name, I2C_NAME_SIZE); in lm78_i2c_detect()
H A Dw83781d.c1090 const char *client_name; in w83781d_detect() local
1154 client_name = "w83781d"; in w83781d_detect()
1156 client_name = "w83782d"; in w83781d_detect()
1158 client_name = "w83783s"; in w83781d_detect()
1160 client_name = "as99127f"; in w83781d_detect()
1174 strlcpy(info->type, client_name, I2C_NAME_SIZE); in w83781d_detect()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm78.c576 const char *client_name; in lm78_i2c_detect() local
604 client_name = "lm78"; in lm78_i2c_detect()
606 client_name = "lm79"; in lm78_i2c_detect()
620 strscpy(info->type, client_name, I2C_NAME_SIZE); in lm78_i2c_detect()
H A Dw83781d.c1090 const char *client_name; in w83781d_detect() local
1154 client_name = "w83781d"; in w83781d_detect()
1156 client_name = "w83782d"; in w83781d_detect()
1158 client_name = "w83783s"; in w83781d_detect()
1160 client_name = "as99127f"; in w83781d_detect()
1174 strscpy(info->type, client_name, I2C_NAME_SIZE); in w83781d_detect()
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6afe.h239 char *client_name, uint32_t *client_handle);
H A Dq6afe.c554 char client_name[8]; member
1684 char *client_name, uint32_t *client_handle) in q6afe_vote_lpass_core_hw()
1710 strlcpy(vote_cfg->client_name, client_name, in q6afe_vote_lpass_core_hw()
1711 sizeof(vote_cfg->client_name)); in q6afe_vote_lpass_core_hw()
1683 q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, char *client_name, uint32_t *client_handle) q6afe_vote_lpass_core_hw() argument
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dclnt.h135 char *client_name; member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dclnt.h147 char *client_name; member
/kernel/linux/linux-5.10/net/sunrpc/
H A Dclnt.c294 const char *client_name) in rpc_client_register()
298 .target_name = client_name, in rpc_client_register()
429 err = rpc_client_register(clnt, args->authflavor, args->client_name); in rpc_new_client()
292 rpc_client_register(struct rpc_clnt *clnt, rpc_authflavor_t pseudoflavor, const char *client_name) rpc_client_register() argument

Completed in 35 milliseconds

12