Home
last modified time | relevance | path

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

/openbsd/usr.sbin/iscsid/
H A Dconnection.c49 int c_do_cleanup(struct connection *, enum c_event);
397 { CONN_CLEANUP_WAIT, CONN_EV_CLEANING_UP, c_do_cleanup},/* M2 */
400 { CONN_IN_CLEANUP, CONN_EV_CLEANING_UP, c_do_cleanup},
538 c_do_cleanup(struct connection *c, enum c_event ev) in c_do_cleanup() function