Searched refs:mfstmax (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
17030 mfstmax = MFSTFILE_MAX;
17186 if (mfstcnt >= (mfstmax - 1)) {
17189 mfstmax = mfstmax * 2;
17191 sizeof (struct mpg_mfile *) * mfstmax);

Completed in 81 milliseconds