Lines Matching defs:offline
401 rcm_log_message(RCM_TRACE1, "IP: offline(%s)\n", rsrc);
431 * still okay to offline it as long as there are higher-level failover
443 "Device consumers prohibit offline");
451 rcm_log_message(RCM_TRACE1, "IP: offline query success(%s)\n",
484 * Request in.mpathd(1M) to offline the physical interface.
487 ip_log_err(node, errorp, "in.mpathd offline failed");
491 * in.mpathd(1M) could not offline the device because it was
493 * that it's still okay to offline it as long as there are
505 "Device consumers prohibit offline");
517 /* Request in.mpathd to undo the offline */
519 ip_log_err(node, errorp, "Undo offline failed");
528 rcm_log_message(RCM_TRACE1, "IP: offline success(%s)\n", rsrc);
534 * ip_undo_offline() - Undo offline of a previously offlined device.
831 boolean_t offline, ipmp;
869 offline = ((node->ip_cachestate & CACHE_IF_OFFLINED) != 0);
871 if (offline) {
894 if (!offline && numup > 0) {
1768 * Attempt to offline ip_cache_t `node'; returns an IPMP error code.
1798 * Attempt to undo the offline ip_cache_t `node'; returns an IPMP error code.