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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c216 static boolean_t isgrouped(const char *);
2327 if (isgrouped(cfgfile))
2334 if (!ipmp && isgrouped(cfgfile))
2437 * isgrouped() - Scans the given config file to see if this interface is
2441 isgrouped(const char *cfgfile) function
2448 rcm_log_message(RCM_TRACE1, "IP: isgrouped(%s)\n", cfgfile);
2500 rcm_log_message(RCM_TRACE1, "IP: isgrouped(%s): %d\n", cfgfile,

Completed in 65 milliseconds