Searched refs:vc_username (Results 1 – 4 of 4) sorted by relevance
138 strcmp(vcp->vc_username, vcspec->username) != 0) in smb_sm_lookupint()446 vcp->vc_username = smb_strdup(vcspec->username); in smb_vc_create()447 if (vcp->vc_username == NULL) in smb_vc_create()500 SMB_STRFREE(vcp->vc_username); in smb_vc_free()714 snprintf(vip->vcname, sizeof(vip->vcname), "%s", vcp->vc_username); in smb_vc_getinfo()
234 char * vc_username; member
383 up = vcp->vc_username; in smb_smb_ssnsetup()
220 pc = strchr(strncpy(pc, vcp->vc_username, pe - pc - 2), 0); in smbfs_mount()