Home
last modified time | relevance | path

Searched refs:CONN_EV_FREE (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/iscsid/
H A Dconnection.c481 { CONN_CLEANUP_WAIT, CONN_EV_FREE, c_do_loggedout }, /* M1 */
482 { CONN_IN_CLEANUP, CONN_EV_FREE, c_do_loggedout }, /* M4 */
487 { CONN_ANYSTATE, CONN_EV_FREE, c_do_fail },
615 if (ev == CONN_EV_FREE || c->state & CONN_NEVER_LOGGED_IN) in c_do_fail()
682 case CONN_EV_FREE: in conn_event()
H A Discsid.h107 CONN_EV_FREE, enumerator
H A Dsession.c384 conn_fsm(c, CONN_EV_FREE); in sess_do_reinstatement()
H A Dinitiator.c614 conn_fsm(tl->c, CONN_EV_FREE); in initiator_logout_cb()