Home
last modified time | relevance | path

Searched refs:mfstmax (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16946 int mfstcnt, rminstct, instct, mfstmax; in lscf_service_cleanup() local
17017 mfstmax = MFSTFILE_MAX; in lscf_service_cleanup()
17173 if (mfstcnt >= (mfstmax - 1)) { in lscf_service_cleanup()
17176 mfstmax = mfstmax * 2; in lscf_service_cleanup()
17178 sizeof (struct mpg_mfile *) * mfstmax); in lscf_service_cleanup()