Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c857 apply_profile(manifest_info_t *info, int apply_changes) in apply_profile() argument
866 if (!apply_changes) { /* we don't want to apply, just test */ in apply_profile()
893 engine_apply(const char *file, int apply_changes) in engine_apply() argument
963 if (apply_profile(pfile, apply_changes) == 0) { in engine_apply()