| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_glbl.h | 83 int qla4xxx_get_chap_index(struct scsi_qla_host *ha, char *username, 85 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, 167 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, 266 int qla4xxx_get_uni_chap_at_index(struct scsi_qla_host *ha, char *username,
|
| H A D | ql4_mbx.c | 1573 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_get_chap() argument 1615 strscpy(username, chap_table->name, QL4_CHAP_MAX_NAME_LEN); in qla4xxx_get_chap() 1635 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_set_chap() argument 1662 strscpy(chap_table->name, username, sizeof(chap_table->name)); in qla4xxx_set_chap() 1698 int qla4xxx_get_uni_chap_at_index(struct scsi_qla_host *ha, char *username, in qla4xxx_get_uni_chap_at_index() argument 1711 if (!username || !password) { in qla4xxx_get_uni_chap_at_index() 1743 strscpy(username, chap_table->name, MAX_CHAP_NAME_LEN); in qla4xxx_get_uni_chap_at_index() 1765 int qla4xxx_get_chap_index(struct scsi_qla_host *ha, char *username, in qla4xxx_get_chap_index() argument 1785 if (!username || !password) { in qla4xxx_get_chap_index() 1808 !strncmp(chap_table->name, username, in qla4xxx_get_chap_index() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_uc_fw_abi.h | 71 char username[8]; member
|
| /linux/fs/smb/client/ |
| H A D | connect.c | 1958 ctx->username ?: "", in match_session() 1974 ctx->username ? ctx->username : "", in match_session() 1977 if ((ctx->username && strlen(ctx->username) != 0) && in match_session() 2257 ctx->username = kstrndup(payload, len, GFP_KERNEL); in cifs_set_cifscreds() 2258 if (!ctx->username) { in cifs_set_cifscreds() 2264 cifs_dbg(FYI, "%s: username=%s\n", __func__, ctx->username); in cifs_set_cifscreds() 2270 kfree(ctx->username); in cifs_set_cifscreds() 2271 ctx->username = NULL; in cifs_set_cifscreds() 2282 kfree(ctx->username); in cifs_set_cifscreds() 2283 ctx->username = NULL; in cifs_set_cifscreds() [all …]
|
| H A D | trace.h | 1613 TP_PROTO(char *hostname, char *username, __u64 conn_id, 1615 TP_ARGS(hostname, username, conn_id, dst_addr, rc), 1618 __string(username, username) 1631 __assign_str(username); 1635 __get_str(username), 1644 char *username, \ 1648 TP_ARGS(hostname, username, conn_id, addr, rc))
|
| H A D | fs_context.h | 223 char *username; member
|
| /linux/Documentation/hwmon/ |
| H A D | ftsteutates.rst | 39 …ip can be found at the `Kontron FTP Server <http://ftp.kontron.com/>`_ (username = "anonymous", no…
|
| /linux/Documentation/filesystems/smb/ |
| H A D | cifsroot.rst | 102 …-append "root=/dev/cifs rw ip=dhcp cifsroot=//10.0.2.2/linux,username=foo,password=bar console=tty…
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 100 //server/usersharename /mnt/username cifs user 0 0 210 mount -t cifs //9.53.216.11/e$ /mnt -o username=myname,password=mypassword 217 username=<username> 242 username=someuser 280 username 294 username during CIFS session establishment 412 this might be useful when comma is contained within username
|
| /linux/include/scsi/ |
| H A D | iscsi_if.h | 841 char username[ISCSI_CHAP_AUTH_NAME_MAX_LEN]; member
|
| /linux/Documentation/filesystems/ |
| H A D | afs.rst | 213 Currently the username, realm, password and proposed ticket lifetime are
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-issues.rst | 774 …[ 68.387301] RIP: 0010:test_module_init (/home/username/linux-5.10.5/test-module/test-module.c:1…
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | reporting-issues.rst | 773 …[ 68.387301] RIP: 0010:test_module_init (/home/username/linux-5.10.5/test-module/test-module.c:1…
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 864 iscsi_flashnode_sess_attr(fnode, username, ISCSI_FLASHNODE_USERNAME); 4367 iscsi_session_attr(username, ISCSI_PARAM_USERNAME, 1);
|