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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c194 static int if_unplumb(ip_cache_t *);
467 if (if_unplumb(node) < 0) {
512 if (if_unplumb(node) < 0) {
1561 * if_unplumb() - Unplumb the interface
1568 if_unplumb(ip_cache_t *node) function
1575 rcm_log_message(RCM_TRACE2, "IP: if_unplumb(%s)\n", node->ip_resource);
1602 rcm_log_message(RCM_TRACE2, "IP: if_unplumb(%s) success\n",

Completed in 50 milliseconds