Searched refs:mfstcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16959 int mfstcnt, rminstct, instct, mfstmax; local
17029 mfstcnt = 0;
17180 mpvarry[mfstcnt] = mpntov;
17181 mfstcnt++;
17186 if (mfstcnt >= (mfstmax - 1)) {
17199 mpvarry[mfstcnt] = NULL;
17215 mfstcnt--;
17231 * If mfstcnt is 0, none of the manifests that supported the service
17234 if (mfstcnt == 0) {
17273 if (instct && instct == rminstct && nosvcsupport == mfstcnt) {
[all...]

Completed in 81 milliseconds