Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libscf/inc/
H A Dlibscf.h257 #define SCF_DEP_RESET_ON_RESTART ((const char *)"restart") macro
/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c812 SCF_PROPERTY_RESTART_ON, SCF_DEP_RESET_ON_RESTART)) in enable_trill()
/titanic_44/usr/src/cmd/svc/startd/
H A Dlibscf.c696 else if (strcmp(restart_on, SCF_DEP_RESET_ON_RESTART) == 0) in depgroup_read_restart()