Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c130 *action = APPLY_NONE; in mhash_retrieve_entry()
452 case APPLY_NONE: in mhash_store_entry()
656 assert(action == APPLY_NONE); in mhash_test_file()
754 APPLY_NONE, NULL); in mhash_test_file()
786 APPLY_NONE, NULL); in mhash_test_file()
H A Dmanifest_hash.h55 APPLY_NONE, /* No special apply action. */ enumerator
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c579 info->mi_hash, APPLY_NONE, &errstr)) { in import_manifest_file()
889 apply = (est->sc_in_emi == 1) ? APPLY_LATE : APPLY_NONE; in apply_profile()