Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c864 apply_profile(manifest_info_t *info, int apply_changes) in apply_profile() argument
873 if (!apply_changes) { /* we don't want to apply, just test */ in apply_profile()
900 engine_apply(const char *file, int apply_changes) in engine_apply() argument
970 if (apply_profile(pfile, apply_changes) == 0) { in engine_apply()