Searched refs:is_timeout (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/iscsi/
H A Discsi.h75 unsigned int is_timeout; member in struct:iscsi_session
H A Discsi.c347 is->is_timeout = 0;
520 is->is_timeout++;
523 if (is->is_timeout > iscsid_timeout) {
526 is->is_timeout);
533 if (is->is_timeout > login_timeout) {
535 "reconnecting", is->is_timeout);
541 if (is->is_timeout >= ping_timeout) {
555 * (It's 2 - one for one second, and one for incrementing is_timeout
558 if (is->is_timeout < 2)
652 is->is_timeout
[all...]
/freebsd-10.0-release/lib/ncurses/ncurses/
H A DMakefile772 curs_opaque.3 is_timeout.3 \

Completed in 113 milliseconds