Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c219 *action = APPLY_LATE; in mhash_retrieve_entry()
384 if (apply_late == APPLY_LATE) { in mhash_store_entry()
468 case APPLY_LATE: in mhash_store_entry()
668 (action != APPLY_LATE)) { in mhash_test_file()
719 if (action == APPLY_LATE) { in mhash_test_file()
755 if (action == APPLY_LATE) { in mhash_test_file()
H A Dmanifest_hash.h56 APPLY_LATE /* Apply profile in late manifest import. */ enumerator
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c889 apply = (est->sc_in_emi == 1) ? APPLY_LATE : APPLY_NONE; in apply_profile()