HomeSort by: relevance | last modified time | path
    Searched refs:handle_connection_error (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_rcv.c 88 handle_connection_error(conn, ISCSI_STATUS_SOCKET_ERROR,
218 handle_connection_error(pdu->pdu_connection,
364 handle_connection_error(conn, ISCSI_STATUS_PDUS_LOST,
379 handle_connection_error(conn, ISCSI_STATUS_PDUS_LOST,
417 handle_connection_error(conn,
513 handle_connection_error(conn, ISCSI_STATUS_TARGET_ERROR,
642 handle_connection_error(req_ccb->ccb_connection,
657 handle_connection_error(conn, ISCSI_STATUS_PDUS_LOST,
933 handle_connection_error(conn, ISCSI_STATUS_PROTOCOL_ERROR,
1096 handle_connection_error(conn, ISCSI_STATUS_TARGET_ERROR, NO_LOGOUT)
    [all...]
iscsi_send.c 79 handle_connection_error(conn, ISCSI_STATUS_SOCKET_ERROR, NO_LOGOUT);
917 handle_connection_error(conn, ISCSI_STATUS_PROTOCOL_ERROR,
937 handle_connection_error(conn, rc, LOGOUT_CONNECTION);
1399 handle_connection_error(conn, ISCSI_STATUS_NO_RESOURCES, NO_LOGOUT);
1704 handle_connection_error(conn, ISCSI_STATUS_TIMEOUT, NO_LOGOUT);
1745 handle_connection_error(conn,
iscsi_globals.h 654 void handle_connection_error(connection_t *, uint32_t, int);
iscsi_ioctl.c 1601 * handle_connection_error:
1611 handle_connection_error(connection_t *conn, uint32_t status, int dologout) function in typeref:typename:void

Completed in 16 milliseconds