Searched defs:failback_enabled (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1912 boolean_t failback_enabled = _B_TRUE; /* failback enabled/disabled */ variable
1981 * Get the user specified value of failback_enabled from
1987 failback_enabled = _B_TRUE;
1989 failback_enabled = _B_FALSE;
1994 failback_enabled = _B_TRUE;

Completed in 64 milliseconds