Home
last modified time | relevance | path

Searched refs: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; in engine_import() local
704 total_manifests = 0; in engine_import()
740 total_manifests += count; in engine_import()
744 if (total_manifests == 0) { in engine_import()
759 if (total_manifests > 1) in engine_import()
776 progress_count, total_manifests); in engine_import()
790 if ((total_manifests > 1) && (dont_exit == 0)) in engine_import()
793 if (dirarg && total_manifests > 0) { in engine_import()