Home
last modified time | relevance | path

Searched refs:user_name (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/plugin/
H A Dnewbb.vim18 let l:user_name = system("git config --get user.name")
22 return substitute(l:user_name, "\n", "", "")
35 let l:user_name = <SID>GetUserName()
38 \ ' ' . l:user_name . ' <' . l:user_email . '>'
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_spnego.c120 if (sesInfo->user_name) in cifs_get_spnego_key()
121 desc_len += USER_KEY_LEN + strlen(sesInfo->user_name); in cifs_get_spnego_key()
163 if (sesInfo->user_name) { in cifs_get_spnego_key()
165 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
H A Dsess.c214 vol.username = ses->user_name; in cifs_ses_add_channel()
419 if (ses->user_name == NULL) { in unicode_ssetup_strings()
424 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings()
445 if (ses->user_name != NULL) { in ascii_ssetup_strings()
446 len = strscpy(bcc_ptr, ses->user_name, CIFS_MAX_USERNAME_LEN); in ascii_ssetup_strings()
663 if (ses->user_name) in size_of_ntlmssp_blob()
664 sz += 2 * strnlen(ses->user_name, CIFS_MAX_USERNAME_LEN); in size_of_ntlmssp_blob()
719 if (ses->user_name != NULL) { in build_ntlmssp_auth_blob()
752 if (ses->user_name == NULL) { in build_ntlmssp_auth_blob()
759 len = cifs_strtoUTF16((__le16 *)tmp, ses->user_name, in build_ntlmssp_auth_blob()
[all …]
H A Dcifsencrypt.c528 len = ses->user_name ? strlen(ses->user_name) : 0; in calc_ntlmv2_hash()
536 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash()
H A Dcifsfs.c407 if (ses->user_name == NULL) in cifs_show_security()
494 else if (tcon->ses->user_name) in cifs_show_options()
495 seq_show_option(s, "username", tcon->ses->user_name); in cifs_show_options()
H A Dmisc.c107 kfree(buf_to_free->user_name); in sesInfoFree()
H A Dconnect.c2700 if (ses->user_name == NULL) { in match_session()
2707 if (strncmp(ses->user_name, in match_session()
3096 ses->user_name = kstrdup(volume_info->username, GFP_KERNEL); in cifs_get_smb_ses()
3097 if (!ses->user_name) in cifs_get_smb_ses()
H A Dcifsglob.h992 char *user_name; /* must not be null except during init of sess member
H A Dsmb2pdu.c1026 if (tcon->ses->user_name == NULL) { in smb3_validate_negotiate()
1773 ((ses->user_name != NULL) || (ses->sectype == Kerberos))) in SMB2_tcon()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhif.h22 int (*get_user_msi_vector)(struct ath11k_base *ab, char *user_name,
75 static inline int ath11k_get_user_msi_vector(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_vector() argument
82 return ab->hif.ops->get_user_msi_vector(ab, user_name, num_vectors, in ath11k_get_user_msi_vector()
H A Dpci.c276 int ath11k_pci_get_user_msi_assignment(struct ath11k_pci *ab_pci, char *user_name, in ath11k_pci_get_user_msi_assignment() argument
284 if (strcmp(user_name, msi_config.users[idx].name) == 0) { in ath11k_pci_get_user_msi_assignment()
291 user_name, *num_vectors, *user_base_data, in ath11k_pci_get_user_msi_assignment()
298 ath11k_err(ab, "Failed to find MSI assignment for %s!\n", user_name); in ath11k_pci_get_user_msi_assignment()
303 static int ath11k_get_user_msi_assignment(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_assignment() argument
309 return ath11k_pci_get_user_msi_assignment(ab_pci, user_name, in ath11k_get_user_msi_assignment()
H A Dpci.h65 int ath11k_pci_get_user_msi_assignment(struct ath11k_pci *ar_pci, char *user_name,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/
H A Dnetkit-rsh-0.17-rexec-ipv6.patch21 - if ( (sock = rexec(&host, port_exec, user_name, passwd, command,
23 + if ( (sock = rexec_af(&host, port_exec, user_name, passwd, command,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_events.h127 const char *user_name,
140 void (API_CALL *on_mk_shell_login)(const char *user_name,
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dsync_file.c133 if (sync_file->user_name[0]) { in sync_file_get_name()
134 strlcpy(buf, sync_file->user_name, len); in sync_file_get_name()
284 strlcpy(sync_file->user_name, name, sizeof(sync_file->user_name)); in sync_file_merge()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsync_file.h44 char user_name[32]; member
H A Dsdb.h127 uint8_t user_name[15]; /* 0x30-0x3e */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/
H A D0002-musl-add-missing-fgetspent_r.patch18 @@ -164,6 +164,26 @@ remove_cache_files (const gchar *user_name)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D999-remove-lImageProcessor.patch23 … sprintf(hpPreProcessedRasterFile, "%s/hp_%s_cups_SwapedPagesXXXXXX",CUPS_TMP_DIR, m_JA.user_name);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch1853 + gchar *user_name = NULL;
1901 + user_name = g_strdup_printf ("%d", (gint) uid);
1909 + user_name = g_strdup (passwd->pw_name);
1938 + set_property_str (cx, "user", user_name);
1950 + g_free (user_name);