/src/sys/dev/iscsi/ |
iscsi_globals.h | 189 typedef struct connection_s connection_t; typedef in typeref:struct:connection_s 232 connection_t *pdu_connection; 297 connection_t *ccb_connection; /* connection for CCB */ 461 connection_t *s_mru_connection; 651 void kill_connection(connection_t *, uint32_t, int, bool); 654 void handle_connection_error(connection_t *, uint32_t, int); 655 void add_connection_cleanup(connection_t *); 660 connection_t *find_connection(session_t *, uint32_t); 677 connection_t *assign_connection(session_t *session, bool waitok); 679 int send_login(connection_t *); [all...] |
iscsi_rcv.c | 52 my_soo_read(connection_t *conn, struct uio *u, int flags) 106 try_resynch_receive(connection_t *conn) 142 ccb_from_itt(connection_t *conn, uint32_t itt) 196 connection_t *conn = pdu->pdu_connection; 344 check_StatSN(connection_t *conn, uint32_t nw_sn, bool ack) 398 check_CmdSN(connection_t *conn, uint32_t nw_sn) 450 receive_login_pdu(connection_t *conn, pdu_t *pdu, ccb_t *req_ccb) 501 receive_text_response_pdu(connection_t *conn, pdu_t *pdu, ccb_t *req_ccb) 543 receive_logout_pdu(connection_t *conn, pdu_t *pdu, ccb_t *req_ccb) 577 connection_t *refconn = (otherconn) ? req_ccb->ccb_par : conn [all...] |
iscsi_send.c | 54 my_soo_write(connection_t *conn, struct uio *u) 96 connection_t * 99 connection_t *conn, *next; 145 reassign_tasks(connection_t *oldconn) 148 connection_t *conn; 328 connection_t *conn = (connection_t *) par; 483 connection_t *conn = pdu->pdu_connection; 558 connection_t *conn = ccb->ccb_connection; 613 connection_t *conn = pdu->pdu_connection [all...] |
iscsi_utils.c | 200 get_ccb(connection_t *conn, bool waitok) 260 connection_t *conn = ccb->ccb_connection; 370 connection_t *conn; 400 connection_t *conn; 462 get_pdu(connection_t *conn, bool waitok) 507 connection_t *conn = pdu->pdu_connection; 542 create_pdus(connection_t *conn)
|
iscsi_ioctl.c | 413 connection_t * 416 connection_t *conn; 484 kill_connection(connection_t *conn, uint32_t status, int logout, bool recover) 615 connection_t *conn; 720 connection_t *conn; 897 connection_t *conn, struct lwp *l) 1259 connection_t *conn; 1301 connection_t *conn; 1526 connection_t *conn; 1611 handle_connection_error(connection_t *conn, uint32_t status, int dologout [all...] |
iscsi_text.c | 1031 eval_parameter(connection_t *conn, negotiation_state_t *state, 1238 assemble_login_parameters(connection_t *conn, ccb_t *ccb, pdu_t *pdu) 1338 assemble_security_parameters(connection_t *conn, ccb_t *ccb, pdu_t *rx_pdu, 1552 set_first_opnegs(connection_t *conn, negotiation_state_t *state) 1639 assemble_negotiation_parameters(connection_t *conn, ccb_t *ccb, pdu_t *rx_pdu, 1694 init_text_parameters(connection_t *conn, ccb_t *ccb) 1768 connection_t *conn = ccb->ccb_connection;
|
/src/sbin/iscsid/ |
iscsid_lists.c | 57 nosess = verify_connection((connection_t *) curr) == ISCSI_STATUS_INVALID_SESSION_ID; 514 connection_t *conn; 543 conn = (connection_t *)(void *)TAILQ_FIRST(&sess->connections); 581 connection_t *conn; 607 conn = (connection_t *)(void *)curr; 635 connection_t *conn; 648 conn = (connection_t *)(void *)TAILQ_FIRST(&sess->connections); 895 connection_t *conn; 913 while ((conn = (connection_t *)(void *)TAILQ_FIRST(&sess->connections)) != NULL) { 943 connection_t *conn [all...] |
iscsid_globals.h | 314 typedef struct connection_s connection_t; typedef in typeref:struct:connection_s 419 (connection_t *)(void *)find_id(&session->connections, id) 433 (connection_t *)(void *)find_name(&session->connections, name) 445 (connection_t *)(void *)find_sym_id(&session->connections, sid)
|
iscsid_driverif.c | 180 static connection_t * 184 connection_t *conn; 238 conn = (connection_t *)(void *) 514 connection_t *conn; 625 connection_t *conn; 727 connection_t *conn; 778 connection_t *conn; 982 verify_connection(connection_t * conn)
|