Lines Matching refs:methods

64  * Within the state machine a number of methods are run (if provided) as part
66 * supported methods are: offline, online, disable, refresh and start. The
78 * for which the event is for is in the process of executing one of its methods
604 daemon_name = instance->config->methods[
1235 if ((ret[0] = strrchr(cfg->methods[IM_START]->exec_path, '/'))
1239 ret[0] = cfg->methods[IM_START]->exec_path;
1510 /* stop listening for terminated methods */
1616 * - one or both of the start or online methods of the
1628 !method_info_equal(ocfg->methods[IM_ONLINE],
1629 cfg->methods[IM_ONLINE]) ||
1630 !method_info_equal(ocfg->methods[IM_START],
1631 cfg->methods[IM_START])) {
2272 methods[states[inst->cur_istate].method_running].name,
2301 * non-GL-cognizant methods are used - eg. pkill.
2305 methods[states[inst->cur_istate].method_running].name,
2328 methods[states[inst->cur_istate].method_running].dst_state,
2749 methods[method].name, instance->fmri);
2828 error_msg(msg, methods[method].name, instance->fmri);
2863 methods[method].name, instance->fmri, errf,
2885 error_msg(msg, methods[method].name, instance->fmri);
2905 env = set_smf_env(mthd_ctxt, instance, methods[method].name);
2920 methods[method].name, instance->fmri, strerror(errno));
2990 * state to the methods associated next state.
3013 methods[method].dst_state,
3016 if ((mi = cfg->methods[method]) == NULL) {
3071 methods[method].name, mi->exec_path)) == NULL)
3078 if (!passes_basic_exec_checks(instance->fmri, methods[method].name,
3094 methods[method].name, instance->fmri, strerror(serrno));
3123 "%s method of instance %s"), methods[method].name,