Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h56 #define SCI_FRESH 0x10 /* Freshly imported service */ macro
H A Dsvccfg_libscf.c6363 if (lcbdata->sc_flags & SCI_FRESH) in lscf_instance_import()
7847 cbdata.sc_flags = lcbdata->sc_flags | (fresh ? SCI_FRESH : 0); in lscf_service_import()