Lines Matching full:failover
84 #define INVAILD_FAILOVER_MODE_STRING "ERROR: Cannot set shared with failover lom same as current sh…
85 #define INVAILD_FAILOVER_MODE_SET "ERROR: Cannot set shared with failover loms when NIC is set to d…
99 "shared with failover lom2",
101 "shared with Failover all loms"
110 "shared with failover lom1",
111 "shared with failover lom2",
112 "shared with failover lom3",
113 "shared with failover lom4",
114 "shared with failover all loms"
2061 int failover = 0; in get_nic_selection_mode_12g() local
2105 && strncmp(argv[current_arg], "failover\0", 9) == 0) { in get_nic_selection_mode_12g()
2106 failover = 1; in get_nic_selection_mode_12g()
2108 if (failover) { in get_nic_selection_mode_12g()
2116 if (failover) { in get_nic_selection_mode_12g()
2135 if (failover) { in get_nic_selection_mode_12g()
2154 if (failover) { in get_nic_selection_mode_12g()
2173 if (failover) { in get_nic_selection_mode_12g()
2187 } else if (failover && argv[current_arg] != NULL in get_nic_selection_mode_12g()
2192 if (failover) { in get_nic_selection_mode_12g()
2199 } else if (failover && argv[current_arg] != NULL in get_nic_selection_mode_12g()
2207 if (failover && argv[current_arg] != NULL in get_nic_selection_mode_12g()
2245 && strncmp(argv[current_arg], "failover\0", 9) == 0) { in get_nic_selection_mode()
2374 printf("Failover LOM : None\n"); in ipmi_lan_get_nic_selection()
2376 printf("Failover LOM : %s\n", in ipmi_lan_get_nic_selection()
2454 * - this ``shared with Failover None).'' seems like a typo in ipmi_lan_usage()
2467 " with lom4,shared with failover lom1,shared with failover lom2,shared"); in ipmi_lan_usage()
2469 " with failover lom3,shared with failover lom4,shared with Failover all"); in ipmi_lan_usage()
2471 " loms, shared with Failover None)."); in ipmi_lan_usage()
2475 " dedicated, shared, shared with failover lom2,"); in ipmi_lan_usage()
2477 " shared with Failover all loms."); in ipmi_lan_usage()
2487 " with lom2, shared with lom3, shared with lom4,shared with failover lom1,"); in ipmi_lan_usage()
2489 " shared with failover lom2,shared with failover lom3,shared with failover"); in ipmi_lan_usage()
2491 " lom4,shared with Failover all loms,shared with Failover None)."); in ipmi_lan_usage()
2495 " dedicated, shared, shared with failover,"); in ipmi_lan_usage()
2497 " lom2, shared with Failover all loms."); in ipmi_lan_usage()