/Linux-v4.19/drivers/s390/net/ |
D | netiucv.c | 1428 static int netiucv_check_user(const char *buf, size_t count, char *username, in netiucv_check_user() argument 1445 username[i] = toupper(*p); in netiucv_check_user() 1456 username[i++] = ' '; in netiucv_check_user() 1457 username[8] = '\0'; in netiucv_check_user() 1481 char username[9]; in user_write() local 1487 rc = netiucv_check_user(buf, count, username, userdata); in user_write() 1491 if (memcmp(username, priv->conn->userid, 9) && in user_write() 1499 if (!strncmp(username, cp->userid, 9) && in user_write() 1508 memcpy(priv->conn->userid, username, 9); in user_write() 1845 char *username, in netiucv_new_connection() argument [all …]
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_glbl.h | 84 int qla4xxx_get_chap_index(struct scsi_qla_host *ha, char *username, 86 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, 169 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, 268 int qla4xxx_get_uni_chap_at_index(struct scsi_qla_host *ha, char *username,
|
D | ql4_mbx.c | 1578 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_get_chap() argument 1620 strlcpy(username, chap_table->name, QL4_CHAP_MAX_NAME_LEN); in qla4xxx_get_chap() 1640 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_set_chap() argument 1662 strncpy(chap_table->name, username, MAX_CHAP_NAME_LEN - 1); in qla4xxx_set_chap() 1696 int qla4xxx_get_uni_chap_at_index(struct scsi_qla_host *ha, char *username, in qla4xxx_get_uni_chap_at_index() argument 1709 if (!username || !password) { in qla4xxx_get_uni_chap_at_index() 1741 strlcpy(username, chap_table->name, MAX_CHAP_NAME_LEN); in qla4xxx_get_uni_chap_at_index() 1763 int qla4xxx_get_chap_index(struct scsi_qla_host *ha, char *username, in qla4xxx_get_chap_index() argument 1783 if (!username || !password) { in qla4xxx_get_chap_index() 1806 !strncmp(chap_table->name, username, in qla4xxx_get_chap_index() [all …]
|
D | ql4_os.c | 771 strlcpy(chap_rec->username, chap_table->name, in qla4xxx_get_chap_list() 953 size = min_t(size_t, sizeof(chap_rec.username), in qla4xxx_set_chap_entry() 955 memcpy(chap_rec.username, param_info->value, size); in qla4xxx_set_chap_entry() 1017 rc = qla4xxx_set_chap(ha, chap_rec.username, chap_rec.password, in qla4xxx_set_chap_entry() 2848 rval = qla4xxx_get_chap_index(ha, sess->username, in qla4xxx_session_get_param() 2865 !sess->username && !sess->password) { in qla4xxx_session_get_param() 6008 static int qla4xxx_get_bidi_chap(struct scsi_qla_host *ha, char *username, in qla4xxx_get_bidi_chap() argument 6041 strlcpy(username, chap_table->name, QL4_CHAP_MAX_NAME_LEN); in qla4xxx_get_bidi_chap()
|
/Linux-v4.19/fs/cifs/ |
D | connect.c | 1793 vol->username = NULL; in cifs_parse_mount_options() 1806 kfree(vol->username); in cifs_parse_mount_options() 1807 vol->username = kstrdup(string, GFP_KERNEL); in cifs_parse_mount_options() 1808 if (!vol->username) in cifs_parse_mount_options() 2511 vol->username ? vol->username : "", in match_session() 2514 if ((vol->username && strlen(vol->username) != 0) && in match_session() 2755 vol->username = kstrndup(payload, len, GFP_KERNEL); in cifs_set_cifscreds() 2756 if (!vol->username) { in cifs_set_cifscreds() 2762 cifs_dbg(FYI, "%s: username=%s\n", __func__, vol->username); in cifs_set_cifscreds() 2768 kfree(vol->username); in cifs_set_cifscreds() [all …]
|
D | cifsglob.h | 495 char *username; member
|
/Linux-v4.19/security/selinux/include/ |
D | security.h | 274 u32 callsid, char *username,
|
/Linux-v4.19/include/scsi/ |
D | libiscsi.h | 308 char *username; member
|
D | scsi_transport_iscsi.h | 374 char *username; member
|
D | iscsi_if.h | 851 char username[ISCSI_CHAP_AUTH_NAME_MAX_LEN]; member
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | README | 86 //server/usersharename /mnt/username cifs user 0 0 191 mount -t cifs //9.53.216.11/e$ /mnt -o username=myname,password=mypassword 198 username=<username> 221 username=someuser 254 username The user name to use when trying to establish 263 username during CIFS session establishment 359 this might be useful when comma is contained within username
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_guc_fwif.h | 204 char username[8]; member
|
/Linux-v4.19/Documentation/process/ |
D | email-clients.rst | 226 set smtp_url = "smtp://username@smtp.gmail.com:587/" 237 set from = "username@gmail.com"
|
/Linux-v4.19/Documentation/filesystems/ |
D | afs.txt | 219 Currently the username, realm, password and proposed ticket lifetime are
|
/Linux-v4.19/drivers/scsi/ |
D | libiscsi.c | 2891 kfree(session->username); in iscsi_session_teardown() 3302 return iscsi_switch_str_param(&session->username, buf); in iscsi_set_param() 3406 len = sprintf(buf, "%s\n", session->username); in iscsi_session_get_param()
|
D | scsi_transport_iscsi.c | 864 iscsi_flashnode_sess_attr(fnode, username, ISCSI_FLASHNODE_USERNAME); 3952 iscsi_session_attr(username, ISCSI_PARAM_USERNAME, 1);
|
/Linux-v4.19/security/selinux/ss/ |
D | services.c | 2563 char *username, in security_get_user_sids() argument 2596 user = hashtab_search(policydb->p_users.table, username); in security_get_user_sids()
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1291 where uid is the user id or username that UML will be run as. This
|