/linux-4.4.14/drivers/s390/net/ |
D | netiucv.c | 1466 static int netiucv_check_user(const char *buf, size_t count, char *username, in netiucv_check_user() argument 1483 username[i] = toupper(*p); in netiucv_check_user() 1494 username[i++] = ' '; in netiucv_check_user() 1495 username[8] = '\0'; in netiucv_check_user() 1519 char username[9]; in user_write() local 1525 rc = netiucv_check_user(buf, count, username, userdata); in user_write() 1529 if (memcmp(username, priv->conn->userid, 9) && in user_write() 1537 if (!strncmp(username, cp->userid, 9) && in user_write() 1546 memcpy(priv->conn->userid, username, 9); in user_write() 1883 char *username, in netiucv_new_connection() argument [all …]
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 1633 vol->username = NULL; in cifs_parse_mount_options() 1646 kfree(vol->username); in cifs_parse_mount_options() 1647 vol->username = kstrdup(string, GFP_KERNEL); in cifs_parse_mount_options() 1648 if (!vol->username) in cifs_parse_mount_options() 2281 vol->username ? vol->username : "", in match_session() 2284 if ((vol->username && strlen(vol->username) != 0) && in match_session() 2436 vol->username = kstrndup(payload, len, GFP_KERNEL); in cifs_set_cifscreds() 2437 if (!vol->username) { in cifs_set_cifscreds() 2443 cifs_dbg(FYI, "%s: username=%s\n", __func__, vol->username); in cifs_set_cifscreds() 2449 kfree(vol->username); in cifs_set_cifscreds() [all …]
|
D | cifsglob.h | 446 char *username; member
|
/linux-4.4.14/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, 170 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, 269 int qla4xxx_get_uni_chap_at_index(struct scsi_qla_host *ha, char *username,
|
D | ql4_mbx.c | 1581 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_get_chap() argument 1624 strlcpy(username, chap_table->name, QL4_CHAP_MAX_NAME_LEN); in qla4xxx_get_chap() 1644 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_set_chap() argument 1667 strncpy(chap_table->name, username, MAX_CHAP_NAME_LEN - 1); in qla4xxx_set_chap() 1701 int qla4xxx_get_uni_chap_at_index(struct scsi_qla_host *ha, char *username, in qla4xxx_get_uni_chap_at_index() argument 1714 if (!username || !password) { in qla4xxx_get_uni_chap_at_index() 1746 strlcpy(username, chap_table->name, MAX_CHAP_NAME_LEN); in qla4xxx_get_uni_chap_at_index() 1768 int qla4xxx_get_chap_index(struct scsi_qla_host *ha, char *username, in qla4xxx_get_chap_index() argument 1788 if (!username || !password) { in qla4xxx_get_chap_index() 1811 !strncmp(chap_table->name, username, in qla4xxx_get_chap_index() [all …]
|
D | ql4_os.c | 753 strlcpy(chap_rec->username, chap_table->name, in qla4xxx_get_chap_list() 937 size = min_t(size_t, sizeof(chap_rec.username), in qla4xxx_set_chap_entry() 939 memcpy(chap_rec.username, param_info->value, size); in qla4xxx_set_chap_entry() 1001 rc = qla4xxx_set_chap(ha, chap_rec.username, chap_rec.password, in qla4xxx_set_chap_entry() 2833 rval = qla4xxx_get_chap_index(ha, sess->username, in qla4xxx_session_get_param() 2850 !sess->username && !sess->password) { in qla4xxx_session_get_param() 5994 static int qla4xxx_get_bidi_chap(struct scsi_qla_host *ha, char *username, in qla4xxx_get_bidi_chap() argument 6027 strlcpy(username, chap_table->name, QL4_CHAP_MAX_NAME_LEN); in qla4xxx_get_bidi_chap()
|
/linux-4.4.14/security/selinux/include/ |
D | security.h | 177 int security_get_user_sids(u32 callsid, char *username,
|
/linux-4.4.14/include/scsi/ |
D | libiscsi.h | 306 char *username; member
|
D | scsi_transport_iscsi.h | 374 char *username; member
|
D | iscsi_if.h | 849 char username[ISCSI_CHAP_AUTH_NAME_MAX_LEN]; member
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 202 set smtp_url = "smtp://username@smtp.gmail.com:587/" 213 set from = "username@gmail.com"
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 91 //server/usersharename /mnt/username cifs user 0 0 202 user=<username> 225 username=someuser 264 username during CIFS session establishment 360 this might be useful when comma is contained within username
|
D | CHANGES | 189 mount override username (so that null user connection is attempted) 231 Allow null user to be specified on mount ("username="). Do not return 881 Fix oops when username not passed in on mount. Extensive fixes and improvements
|
/linux-4.4.14/Documentation/filesystems/ |
D | afs.txt | 203 Currently the username, realm, password and proposed ticket lifetime are
|
/linux-4.4.14/drivers/scsi/ |
D | libiscsi.c | 2848 kfree(session->username); in iscsi_session_teardown() 3259 return iscsi_switch_str_param(&session->username, buf); in iscsi_set_param() 3363 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); 3969 iscsi_session_attr(username, ISCSI_PARAM_USERNAME, 1);
|
/linux-4.4.14/security/selinux/ss/ |
D | services.c | 2356 char *username, in security_get_user_sids() argument 2384 user = hashtab_search(policydb.p_users.table, username); in security_get_user_sids()
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1291 where uid is the user id or username that UML will be run as. This
|