Home
last modified time | relevance | path

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

/freebsd/sys/dev/iscsi/
H A Discsi.h75 unsigned int is_timeout; member
H A Discsi.c461 is->is_timeout = 0; in iscsi_maintenance_thread_reconnect()
604 is->is_timeout++; in iscsi_callout()
607 if (iscsid_timeout > 0 && is->is_timeout > iscsid_timeout) { in iscsi_callout()
610 is->is_timeout); in iscsi_callout()
617 if (is->is_login_timeout > 0 && is->is_timeout > is->is_login_timeout) { in iscsi_callout()
619 "reconnecting", is->is_timeout); in iscsi_callout()
631 is->is_timeout = 0; in iscsi_callout()
635 if (is->is_timeout >= is->is_ping_timeout) { in iscsi_callout()
652 if (is->is_timeout < 2) in iscsi_callout()
756 is->is_timeout = 0; in iscsi_pdu_update_statsn()
[all …]
/freebsd/lib/ncurses/tinfo/
H A DMakefile705 curs_opaque.3 is_timeout.3 \
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.h4633 u8 is_timeout[2]; member
H A Dphy.c3204 dpk->corr_val, dpk->corr_idx, dpk->is_timeout, dpk->rxbb_ov); in rtw89_phy_c2h_rfk_rpt_log()
/freebsd/contrib/ncurses/
H A DNEWS7067 + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not