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

  /src/sys/dev/iscsi/
iscsi_globals.h 680 int send_logout(connection_t *, connection_t *, int, bool);
iscsi_send.c 172 no_tm = send_logout(conn, oldconn, RECOVER_CONNECTION, TRUE);
1227 * send_logout:
1241 send_logout(connection_t *conn, connection_t *refconn, int reason, function in typeref:typename:int
1248 DEBC(conn, 5, ("Send_logout\n"));
iscsi_ioctl.c 558 DEBC(conn, 1, ("Send_logout for reason %d\n", logout));
562 if (!send_logout(conn, conn, logout, FALSE)) {

Completed in 15 milliseconds