Home
last modified time | relevance | path

Searched refs:login (Results 1 – 44 of 44) sorted by relevance

/linux-4.1.27/drivers/target/iscsi/
Discsi_target_nego.c185 struct iscsi_login *login) in iscsi_target_check_login_request() argument
191 login_req = (struct iscsi_login_req *) login->req; in iscsi_target_check_login_request()
217 if (req_csg != login->current_stage) { in iscsi_target_check_login_request()
219 " from %d to %d, login failed.\n", login->current_stage, in iscsi_target_check_login_request()
237 if ((login_req->max_version != login->version_max) || in iscsi_target_check_login_request()
238 (login_req->min_version != login->version_min)) { in iscsi_target_check_login_request()
247 if (memcmp(login_req->isid, login->isid, 6) != 0) { in iscsi_target_check_login_request()
255 if (login_req->itt != login->init_task_tag) { in iscsi_target_check_login_request()
275 struct iscsi_login *login) in iscsi_target_check_first_request() argument
280 login->first_request = 0; in iscsi_target_check_first_request()
[all …]
Discsi_target_login.c43 struct iscsi_login *login; in iscsi_login_init_conn() local
45 login = kzalloc(sizeof(struct iscsi_login), GFP_KERNEL); in iscsi_login_init_conn()
46 if (!login) { in iscsi_login_init_conn()
50 conn->login = login; in iscsi_login_init_conn()
51 login->conn = conn; in iscsi_login_init_conn()
52 login->first_request = 1; in iscsi_login_init_conn()
54 login->req_buf = kzalloc(MAX_KEY_VALUE_PAIRS, GFP_KERNEL); in iscsi_login_init_conn()
55 if (!login->req_buf) { in iscsi_login_init_conn()
60 login->rsp_buf = kzalloc(MAX_KEY_VALUE_PAIRS, GFP_KERNEL); in iscsi_login_init_conn()
61 if (!login->rsp_buf) { in iscsi_login_init_conn()
[all …]
Discsi_target_util.c1290 struct iscsi_login *login = conn->conn_login; in iscsit_tx_login_rsp() local
1292 login->login_failed = 1; in iscsit_tx_login_rsp()
1295 memset(&login->rsp[0], 0, ISCSI_HDR_LEN); in iscsit_tx_login_rsp()
1297 hdr = (struct iscsi_login_rsp *)&login->rsp[0]; in iscsit_tx_login_rsp()
1303 return conn->conn_transport->iscsit_put_login_tx(conn, login, 0); in iscsit_tx_login_rsp()
/linux-4.1.27/drivers/target/sbp/
Dsbp_target.c114 struct sbp_login_descriptor *login, *found = NULL; in sbp_login_find_by_lun() local
117 list_for_each_entry(login, &session->login_list, link) { in sbp_login_find_by_lun()
118 if (login->lun == lun) in sbp_login_find_by_lun()
119 found = login; in sbp_login_find_by_lun()
133 struct sbp_login_descriptor *login; in sbp_login_count_all_by_lun() local
141 list_for_each_entry(login, &sess->login_list, link) { in sbp_login_count_all_by_lun()
142 if (login->lun != lun) in sbp_login_count_all_by_lun()
145 if (!exclusive || login->exclusive) in sbp_login_count_all_by_lun()
160 struct sbp_login_descriptor *login, *found = NULL; in sbp_login_find_by_id() local
167 list_for_each_entry(login, &sess->login_list, link) { in sbp_login_find_by_id()
[all …]
Dsbp_target.h211 struct sbp_login_descriptor *login; member
219 struct sbp_login_descriptor *login; member
/linux-4.1.27/fs/nfs/objlayout/
Dobjlayout.c595 static int __objlayout_upcall(struct __auto_login *login) in __objlayout_upcall() argument
610 dprintk("%s uri: %s\n", __func__, login->uri); in __objlayout_upcall()
611 dprintk("%s osdname %s\n", __func__, login->osdname); in __objlayout_upcall()
612 dprintk("%s systemid_hex %s\n", __func__, login->systemid_hex); in __objlayout_upcall()
616 argv[2] = login->uri; in __objlayout_upcall()
618 argv[4] = login->osdname; in __objlayout_upcall()
620 argv[6] = login->systemid_hex; in __objlayout_upcall()
685 struct __auto_login login; in objlayout_autologin() local
690 memset(&login, 0, sizeof(login)); in objlayout_autologin()
693 login.uri, sizeof(login.uri), "URI"); in objlayout_autologin()
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-fcoe12 'start' attribute to begin the kernel's discovery and login
30 discovery and login. The FCoE Controller is destroyed by
42 initiated and ultimately a fabric login is attempted.
44 FIP VN2VN discovery and login is performed. A FCoE
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.c1160 isert_put_login_tx(struct iscsi_conn *conn, struct iscsi_login *login, in isert_put_login_tx() argument
1171 memcpy(&tx_desc->iscsi_header, &login->rsp[0], in isert_put_login_tx()
1182 memcpy(isert_conn->login_rsp_buf, login->rsp_buf, length); in isert_put_login_tx()
1192 if (!login->login_failed) { in isert_put_login_tx()
1193 if (login->login_complete) { in isert_put_login_tx()
1237 struct iscsi_login *login = conn->conn_login; in isert_rx_login_req() local
1242 WARN_ON_ONCE(!login); in isert_rx_login_req()
1244 if (login->first_request) { in isert_rx_login_req()
1251 login->leading_connection = (!login_req->tsih) ? 1 : 0; in isert_rx_login_req()
1252 login->current_stage = in isert_rx_login_req()
[all …]
/linux-4.1.27/Documentation/ia64/
Dserial.txt68 root login).
117 Kernel and init script output works fine, but no "login:" prompt:
123 "login:" prompt, but can't login as root:
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1456 struct bnx2i_login_response *login; in bnx2i_process_login_resp() local
1461 login = (struct bnx2i_login_response *) cqe; in bnx2i_process_login_resp()
1464 login->itt & ISCSI_LOGIN_RESPONSE_INDEX); in bnx2i_process_login_resp()
1470 resp_hdr->opcode = login->op_code; in bnx2i_process_login_resp()
1471 resp_hdr->flags = login->response_flags; in bnx2i_process_login_resp()
1472 resp_hdr->max_version = login->version_max; in bnx2i_process_login_resp()
1473 resp_hdr->active_version = login->version_active; in bnx2i_process_login_resp()
1476 hton24(resp_hdr->dlength, login->data_length); in bnx2i_process_login_resp()
1477 memcpy(resp_hdr->isid, &login->isid_lo, 6); in bnx2i_process_login_resp()
1478 resp_hdr->tsih = cpu_to_be16(login->tsih); in bnx2i_process_login_resp()
[all …]
/linux-4.1.27/Documentation/isdn/
DsyncPPP.FAQ15 Q12: How can I reduce login delay?
33 If you login into a remote machine using the
215 Q12: How can I reduce login delay?
217 A: Log a login session ('debug' log) and check which options
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs.txt75 to automatically login to yet undiscovered iscsi/osd devices. For this the
90 The API to the login script is as follows:
/linux-4.1.27/Documentation/arm/SA1100/
Dserial_UART45 in /etc/securetty for root to be allowed to login as well.
DAssabet237 Then, rebooting the Assabet is just a matter of waiting for the login prompt.
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvscsi.c1194 struct srp_login_req *login; in send_srp_login() local
1201 login = &evt_struct->iu.srp.login_req; in send_srp_login()
1202 memset(login, 0, sizeof(*login)); in send_srp_login()
1203 login->opcode = SRP_LOGIN_REQ; in send_srp_login()
1204 login->req_it_iu_len = cpu_to_be32(sizeof(union srp_iu)); in send_srp_login()
1205 login->req_buf_fmt = cpu_to_be16(SRP_BUF_FORMAT_DIRECT | in send_srp_login()
Dibmvfc.h231 struct ibmvfc_npiv_login login; member
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_lnode.h85 uint8_t login:1; member
Dcsio_lnode.c792 fcf_info->login = FW_FCOE_FCF_CMD_LOGIN_GET(rsp->fpma_to_portid); in csio_ln_read_fcf_cbfn()
/linux-4.1.27/Documentation/
DSAK.txt7 masquerading as login applications. Users need to be taught to enter
Dserial-console.txt75 4. Make sure a getty runs on the serial port so that you can login to
Dunshare.txt68 module can easily setup a private namespace for a user at login.
72 can benefit from setting up private namespaces at login and
Dsysrq.txt138 when you would try to login. It will kill all programs on given console,
139 thus letting you make sure that the login prompt you see is actually
Ddevices.txt3335 Pseudoterminals, or PTYs, are used to create login sessions or provide
Dkernel-parameters.txt2268 is used to automatically discover and login into new
/linux-4.1.27/Documentation/scsi/
Dcxgb3i.txt76 * The login would fail for a normal session if MaxRecvDataSegmentLength is
DChangeLog.lpfc420 * Added code in linkdown to unreg if we know login session will be
/linux-4.1.27/Documentation/dvb/
Dcontributors.txt18 (in case you are wondering where CyberLogin is, EON changed its login
/linux-4.1.27/Documentation/s390/
D3270.txt71 3. You should immediately see a Linux login screen.
89 login prompts appear on your 3270s as soon as boot is complete (or
150 3. You should immediately see a login prompt from your
/linux-4.1.27/Documentation/filesystems/
Dexofs.txt46 2. Get the OSD initiator and target set up properly, and login to the target.
100 login into an OSD target.
/linux-4.1.27/Documentation/networking/
DREADME.sb100085 already in there. Then modify ppp@gi-on to set the correct login name,
87 to specify your login name and password and any site-specific information
/linux-4.1.27/drivers/uio/
DKconfig134 driver is available from below SVN repo - you may use anonymous login
/linux-4.1.27/include/target/iscsi/
Discsi_target_core.h571 struct iscsi_login *login; member
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-ib_srp7 a comma-separated list of login parameters to this sysfs
/linux-4.1.27/scripts/
Dspelling.txt572 loggin||login
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt447 The kernel will boot up and present you with a login prompt.
462 and a user account with password 'user'. The login banner will
521 o A login session <http://user-mode-linux.sourceforge.net/login.html>
804 so that when you switch to it, you will see the UML login prompt
805 rather than the host login prompt:
837 terminal program like minicom to it, and you should see the login
/linux-4.1.27/drivers/tty/
DKconfig428 probe which supports it, to get console output and a login prompt via
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio455 port or used as a terminal for login purpose. Note that this is only a
/linux-4.1.27/Documentation/security/
Dkeys.txt272 context of the user if and only if the login programs have been instrumented to
273 properly initialize keycreate during the login process. Otherwise, they will
274 be labeled with the context of the login program itself.
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt455 their own TERM type set when they login.
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt7 available to those with an ARM login due to ARM IP licensing concerns.
/linux-4.1.27/Documentation/sysctl/
Dvm.txt81 sshd or login + bash (or some other shell) + top (or ps, kill, etc.)
/linux-4.1.27/arch/arm/
DKconfig584 the ARM series product line, you can login the following
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c3875 qla2x00_post_async_work(login, QLA_EVT_ASYNC_LOGIN);
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt148 When the boot process is complete, you will arrive at a "login" prompt.