Searched refs:client_name (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 277 struct xdr_netobj client_name = { 0 , NULL }; in gssp_accept_sec_context_upcall() local 304 client_name = rctxh.src_name.display_name; in gssp_accept_sec_context_upcall() 326 if (data->found_creds && client_name.data != NULL) { in gssp_accept_sec_context_upcall() 329 data->creds.cr_principal = kstrndup(client_name.data, in gssp_accept_sec_context_upcall() 330 client_name.len, GFP_KERNEL); in gssp_accept_sec_context_upcall() 348 kfree(client_name.data); in gssp_accept_sec_context_upcall()
|
/linux-4.4.14/fs/ntfs/ |
D | logfile.h | 293 /* 32*/ ntfschar client_name[64];/* Name of the client in Unicode. Should member
|
/linux-4.4.14/include/linux/sunrpc/ |
D | clnt.h | 122 char *client_name; member
|
/linux-4.4.14/drivers/hwmon/ |
D | lm78.c | 591 const char *client_name; in lm78_i2c_detect() local 619 client_name = "lm78"; in lm78_i2c_detect() 621 client_name = "lm79"; in lm78_i2c_detect() 635 strlcpy(info->type, client_name, I2C_NAME_SIZE); in lm78_i2c_detect()
|
D | w83781d.c | 1105 const char *client_name; in w83781d_detect() local 1169 client_name = "w83781d"; in w83781d_detect() 1171 client_name = "w83782d"; in w83781d_detect() 1173 client_name = "w83783s"; in w83781d_detect() 1175 client_name = "as99127f"; in w83781d_detect() 1189 strlcpy(info->type, client_name, I2C_NAME_SIZE); in w83781d_detect()
|
/linux-4.4.14/net/sunrpc/ |
D | clnt.c | 295 const char *client_name) in rpc_client_register() argument 299 .target_name = client_name, in rpc_client_register() 425 err = rpc_client_register(clnt, args->authflavor, args->client_name); in rpc_new_client()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4callback.c | 754 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()
|