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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1384 uint_t nactive = 0, nnonstandby = 0; local
1413 nnonstandby++;
1428 if (nactive >= nnonstandby)
1433 if (nactive >= nnonstandby && actstandbypi != NULL)
1457 uint_t nactive = 0, nnonstandby = 0; local
1476 nnonstandby++;
1483 if (nactive == 0 || nactive < nnonstandby)
1485 else if (nactive > nnonstandby)

Completed in 65 milliseconds