Home
last modified time | relevance | path

Searched refs:client_name (Results 1 – 15 of 15) sorted by relevance

/linux/net/sunrpc/auth_gss/
A Dgss_rpc_upcall.c299 struct xdr_netobj client_name = { 0 , NULL }; in gssp_accept_sec_context_upcall() local
327 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall()
351 if (client_name.data) { in gssp_accept_sec_context_upcall()
353 gssp_stringify(&client_name); in gssp_accept_sec_context_upcall()
355 gssp_stringify(&client_name); in gssp_accept_sec_context_upcall()
364 kfree(client_name.data); in gssp_accept_sec_context_upcall()
/linux/samples/qmi/
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),
/linux/sound/soc/qcom/qdsp6/
A Dq6prm.h75 const char *client_name, uint32_t *client_handle);
A Dq6afe.h239 const char *client_name, uint32_t *client_handle);
A Dq6afe.c556 char client_name[8]; member
1691 const char *client_name, uint32_t *client_handle) in q6afe_vote_lpass_core_hw() argument
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()
A Dq6prm.c98 const char *client_name, uint32_t *client_handle) in q6prm_vote_lpass_core_hw() argument
/linux/fs/ntfs/
A Dlogfile.h279 /* 32*/ ntfschar client_name[64];/* Name of the client in Unicode. Should member
/linux/drivers/infiniband/core/
A Ddevice.c1844 static int __ib_get_global_client_nl_info(const char *client_name, in __ib_get_global_client_nl_info() argument
1853 if (strcmp(client->name, client_name) != 0) in __ib_get_global_client_nl_info()
1871 const char *client_name, in __ib_get_client_nl_info() argument
1883 if (!client || strcmp(client->name, client_name) != 0) in __ib_get_client_nl_info()
1913 int ib_get_client_nl_info(struct ib_device *ibdev, const char *client_name, in ib_get_client_nl_info() argument
1919 ret = __ib_get_client_nl_info(ibdev, client_name, res); in ib_get_client_nl_info()
1921 ret = __ib_get_global_client_nl_info(client_name, res); in ib_get_client_nl_info()
1924 request_module("rdma-client-%s", client_name); in ib_get_client_nl_info()
1926 ret = __ib_get_client_nl_info(ibdev, client_name, res); in ib_get_client_nl_info()
1928 ret = __ib_get_global_client_nl_info(client_name, res); in ib_get_client_nl_info()
A Dcore_priv.h117 int ib_get_client_nl_info(struct ib_device *ibdev, const char *client_name,
A Dnldev.c1755 char client_name[RDMA_NLDEV_ATTR_CHARDEV_TYPE_SIZE]; in nldev_get_chardev() local
1767 nla_strscpy(client_name, tb[RDMA_NLDEV_ATTR_CHARDEV_TYPE], in nldev_get_chardev()
1768 sizeof(client_name)); in nldev_get_chardev()
1800 err = ib_get_client_nl_info(ibdev, client_name, &data); in nldev_get_chardev()
/linux/drivers/hwmon/
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()
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()
/linux/include/linux/sunrpc/
A Dclnt.h138 char *client_name; member
/linux/net/sunrpc/
A Dclnt.c292 const char *client_name) in rpc_client_register() argument
296 .target_name = client_name, in rpc_client_register()
430 err = rpc_client_register(clnt, args->authflavor, args->client_name); in rpc_new_client()
/linux/fs/nfsd/
A Dnfs4callback.c912 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()

Completed in 46 milliseconds