Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c35 int user_failure_detection_time; /* user specified failure detection */ variable
1943 user_failure_detection_time = in main()
1946 if (user_failure_detection_time <= 0) { in main()
1947 user_failure_detection_time = FAILURE_DETECTION_TIME; in main()
1950 user_failure_detection_time); in main()
1952 } else if (user_failure_detection_time < in main()
1954 user_failure_detection_time = in main()
1958 user_failure_detection_time); in main()
1963 user_failure_detection_time = FAILURE_DETECTION_TIME; in main()
1979 user_probe_interval = user_failure_detection_time / in main()
H A Dmpd_defs.h197 extern int user_failure_detection_time; /* User specified fdt */
H A Dmpd_probe.c667 (user_failure_detection_time < pg->pg_fdt) && in incoming_rtt_reply()
676 user_failure_detection_time); in incoming_rtt_reply()
685 if (user_failure_detection_time == pg->pg_fdt) { in incoming_rtt_reply()
916 " is %d ms\n", user_failure_detection_time, in incoming_echo_reply()
922 (user_failure_detection_time < pg->pg_fdt) && in incoming_echo_reply()
931 user_failure_detection_time); in incoming_echo_reply()
939 if (user_failure_detection_time == pg->pg_fdt) { in incoming_echo_reply()
H A Dmpd_tables.c520 pg->pg_fdt = user_failure_detection_time; in phyint_group_create()