Home
last modified time | relevance | path

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

12

/linux/drivers/target/iscsi/
H A Discsi_target_nego.c161 struct iscsi_login *login) in iscsi_target_check_login_request() argument
167 login_req = (struct iscsi_login_req *) login->req; in iscsi_target_check_login_request()
193 if (req_csg != login->current_stage) { in iscsi_target_check_login_request()
195 " from %d to %d, login failed.\n", login->current_stage, in iscsi_target_check_login_request()
213 if ((login_req->max_version != login->version_max) || in iscsi_target_check_login_request()
214 (login_req->min_version != login->version_min)) { in iscsi_target_check_login_request()
223 if (memcmp(login_req->isid, login->isid, 6) != 0) { in iscsi_target_check_login_request()
231 if (login_req->itt != login->init_task_tag) { in iscsi_target_check_login_request()
252 struct iscsi_login *login) in iscsi_target_check_first_request() argument
257 login->first_request = 0; in iscsi_target_check_first_request()
[all …]
H A Discsi_target_util.c1003 struct iscsi_login *login = conn->login; in iscsit_login_timeout() local
1008 login->login_failed = 1; in iscsit_login_timeout()
1030 struct iscsi_login *login = conn->login; in iscsit_set_login_timer_kworker() local
1034 if (login->login_failed) { in iscsit_set_login_timer_kworker()
1196 struct iscsi_login *login = conn->conn_login; in iscsit_tx_login_rsp() local
1198 login->login_failed = 1; in iscsit_tx_login_rsp()
1201 memset(&login->rsp[0], 0, ISCSI_HDR_LEN); in iscsit_tx_login_rsp()
1203 hdr = (struct iscsi_login_rsp *)&login->rsp[0]; in iscsit_tx_login_rsp()
1209 return conn->conn_transport->iscsit_put_login_tx(conn, login, 0); in iscsit_tx_login_rsp()
/linux/drivers/target/sbp/
H A Dsbp_target.c96 struct sbp_login_descriptor *login, *found = NULL; in sbp_login_find_by_lun() local
99 list_for_each_entry(login, &session->login_list, link) { in sbp_login_find_by_lun()
100 if (login->login_lun == unpacked_lun) in sbp_login_find_by_lun()
101 found = login; in sbp_login_find_by_lun()
115 struct sbp_login_descriptor *login; in sbp_login_count_all_by_lun() local
123 list_for_each_entry(login, &sess->login_list, link) { in sbp_login_count_all_by_lun()
124 if (login->login_lun != unpacked_lun) in sbp_login_count_all_by_lun()
127 if (!exclusive || login->exclusive) in sbp_login_count_all_by_lun()
142 struct sbp_login_descriptor *login, *found = NULL; in sbp_login_find_by_id() local
149 list_for_each_entry(login, &sess->login_list, link) { in sbp_login_find_by_id()
[all …]
H A Dsbp_target.h203 struct sbp_login_descriptor *login; member
211 struct sbp_login_descriptor *login; member
/linux/Documentation/ABI/stable/
H A Dprocfs-audit_loginuid5 Users: audit and login applications
8 read to get the audit login UID of process $pid as a
21 Users: audit and login applications
24 audit login session ID of process $pid as a decimal
26 serially assigned with each new login.
H A Dsysfs-driver-ib_srp7 a comma-separated list of login parameters to this sysfs
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c637 if (conn->login->leading_connection) { in cxgbit_set_iso_npdu()
684 if (conn->login->leading_connection) { in cxgbit_seq_pdu_inorder()
730 if (conn->login->leading_connection) { in cxgbit_set_params()
774 cxgbit_put_login_tx(struct iscsit_conn *conn, struct iscsi_login *login, in cxgbit_put_login_tx() argument
785 skb_store_bits(skb, 0, login->rsp, ISCSI_HDR_LEN); in cxgbit_put_login_tx()
786 skb_store_bits(skb, ISCSI_HDR_LEN, login->rsp_buf, length); in cxgbit_put_login_tx()
792 if (login->login_complete) { in cxgbit_put_login_tx()
804 if ((!login->login_complete) && (!login->login_failed)) in cxgbit_put_login_tx()
1325 struct iscsi_login *login = conn->login; in cxgbit_rx_login_pdu() local
1329 login_req = (struct iscsi_login_req *)login->req; in cxgbit_rx_login_pdu()
[all …]
/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c914 isert_put_login_tx(struct iscsit_conn *conn, struct iscsi_login *login, in isert_put_login_tx() argument
925 memcpy(&tx_desc->iscsi_header, &login->rsp[0], in isert_put_login_tx()
936 memcpy(isert_conn->login_rsp_buf, login->rsp_buf, length); in isert_put_login_tx()
946 if (!login->login_failed) { in isert_put_login_tx()
947 if (login->login_complete) { in isert_put_login_tx()
982 struct iscsi_login *login = conn->conn_login; in isert_rx_login_req() local
987 WARN_ON_ONCE(!login); in isert_rx_login_req()
989 if (login->first_request) { in isert_rx_login_req()
996 login->leading_connection = (!login_req->tsih) ? 1 : 0; in isert_rx_login_req()
997 login->current_stage = ISCSI_LOGIN_CURRENT_STAGE( in isert_rx_login_req()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fcoe14 'start' attribute to begin the kernel's discovery and login
33 discovery and login. The FCoE Controller is destroyed by
47 initiated and ultimately a fabric login is attempted.
49 FIP VN2VN discovery and login is performed. A FCoE
/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1439 struct bnx2i_login_response *login; in bnx2i_process_login_resp() local
1444 login = (struct bnx2i_login_response *) cqe; in bnx2i_process_login_resp()
1447 login->itt & ISCSI_LOGIN_RESPONSE_INDEX); in bnx2i_process_login_resp()
1453 resp_hdr->opcode = login->op_code; in bnx2i_process_login_resp()
1454 resp_hdr->flags = login->response_flags; in bnx2i_process_login_resp()
1455 resp_hdr->max_version = login->version_max; in bnx2i_process_login_resp()
1456 resp_hdr->active_version = login->version_active; in bnx2i_process_login_resp()
1459 hton24(resp_hdr->dlength, login->data_length); in bnx2i_process_login_resp()
1460 memcpy(resp_hdr->isid, &login->isid_lo, 6); in bnx2i_process_login_resp()
1461 resp_hdr->tsih = cpu_to_be16(login->tsih); in bnx2i_process_login_resp()
[all …]
/linux/Documentation/arch/arm/sa1100/
H A Dserial_uart.rst51 in /etc/securetty for root to be allowed to login as well.
H A Dassabet.rst238 Then, rebooting the Assabet is just a matter of waiting for the login prompt.
/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.h72 uint8_t login:1; member
/linux/Documentation/admin-guide/
H A Dserial-console.rst75 defined ``tty1`` as the login console.
113 4. Make sure a getty runs on the serial port so that you can login to
/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1203 struct srp_login_req *login; in send_srp_login() local
1210 login = &evt_struct->iu.srp.login_req; in send_srp_login()
1211 memset(login, 0, sizeof(*login)); in send_srp_login()
1212 login->opcode = SRP_LOGIN_REQ; in send_srp_login()
1213 login->req_it_iu_len = cpu_to_be32(sizeof(union srp_iu)); in send_srp_login()
1214 login->req_buf_fmt = cpu_to_be16(SRP_BUF_FORMAT_DIRECT | in send_srp_login()
H A Dibmvfc.h245 struct ibmvfc_npiv_login login; member
/linux/Documentation/security/
H A Dsak.rst11 masquerading as login applications. Users need to be taught to enter
/linux/Documentation/arch/s390/
H A D3270.rst78 3. You should immediately see a Linux login screen.
97 login prompts appear on your 3270s as soon as boot is complete (or
165 3. You should immediately see a login prompt from your
/linux/Documentation/driver-api/media/drivers/
H A Dcontributors.rst33 (in case you are wondering where CyberLogin is, EON changed its login
/linux/Documentation/scsi/
H A Dcxgb3i.rst82 * The login would fail for a normal session if MaxRecvDataSegmentLength is
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst425 | auid | integer | No | The login user ID …
427 | ses | integer | No | The login session ID …
458 | auid | integer | No | The login user ID …
460 | ses | integer | No | The login session ID …
523 | auid | integer | No | The login user ID …
525 | ses | integer | No | The login session ID …
/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst157 port or used as a terminal for login purpose. Note that this is only a
/linux/Documentation/userspace-api/
H A Dunshare.rst71 module can easily setup a private namespace for a user at login.
75 can benefit from setting up private namespaces at login and
/linux/include/target/iscsi/
H A Discsi_target_core.h565 struct iscsi_login *login; member
/linux/Documentation/filesystems/
H A Didmappings.rst592 different login userspace ids. Most users will have ``u1000`` as the login id
594 owned by ``u1000``. At uni or at work they may have another login id such as
960 are owned by ``u1000`` whereas at uni or work they have login id ``u1125``.

12