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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c1118 assert(0 <= info->sf_method_type && info->sf_method_type <= 2);
1132 method_names[info->sf_method_type], inst->ri_i.i_fmri);
1167 if (info->sf_method_type == METHOD_START)
1170 r = method_run(&inst, info->sf_method_type, &exit_code);
1183 if (info->sf_method_type == METHOD_STOP &&
1248 if (!method_is_transient(inst, info->sf_method_type) &&
H A Drestarter.c1227 info->sf_method_type = METHOD_STOP;
1554 info->sf_method_type = METHOD_START;
1664 info->sf_method_type = METHOD_STOP;
1737 info->sf_method_type = METHOD_REFRESH;
H A Dstartd.h489 int sf_method_type; member in struct:fork_info

Completed in 53 milliseconds