Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c1126 assert(0 <= info->sf_method_type && info->sf_method_type <= 2); in method_thread()
1140 method_names[info->sf_method_type], inst->ri_i.i_fmri); in method_thread()
1175 if (info->sf_method_type == METHOD_START) in method_thread()
1178 r = method_run(&inst, info->sf_method_type, &exit_code); in method_thread()
1192 if (info->sf_method_type == METHOD_STOP && in method_thread()
1263 if (!method_is_transient(inst, info->sf_method_type) && in method_thread()
H A Drestarter.c1230 info->sf_method_type = METHOD_STOP; in stop_instance()
1557 info->sf_method_type = METHOD_START; in start_instance()
1667 info->sf_method_type = METHOD_STOP; in maintain_instance()
1740 info->sf_method_type = METHOD_REFRESH; in refresh_instance()
H A Dstartd.h482 int sf_method_type; member