Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c277 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/
Dlogfile.h293 /* 32*/ ntfschar client_name[64];/* Name of the client in Unicode. Should member
/linux-4.4.14/include/linux/sunrpc/
Dclnt.h122 char *client_name; member
/linux-4.4.14/drivers/hwmon/
Dlm78.c591 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()
Dw83781d.c1105 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/
Dclnt.c295 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/
Dnfs4callback.c754 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()