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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c607 int total_manifests; local
704 total_manifests = 0;
740 total_manifests += count;
744 if (total_manifests == 0) {
759 if (total_manifests > 1)
776 progress_count, total_manifests);
790 if ((total_manifests > 1) && (dont_exit == 0))
793 if (dirarg && total_manifests > 0) {

Completed in 59 milliseconds