Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c756 if (type == METHOD_STOP && (!instance_is_transient_style(inst))) { in method_run()
1054 if (type == METHOD_STOP && (!instance_is_transient_style(inst)) && in method_run()
1205 if (info->sf_method_type == METHOD_STOP && in method_thread()
H A Dexpand.c473 case METHOD_STOP: in expand_token()
H A Dstartd.h112 #define METHOD_STOP 1 macro
H A Drestarter.c1232 info->sf_method_type = METHOD_STOP; in stop_instance()
1669 info->sf_method_type = METHOD_STOP; in maintain_instance()
H A Dlibscf.c2890 case METHOD_STOP: in libscf_get_method()