Lines Matching refs:mthd_ctxt
245 struct method_context *mthd_ctxt, const proto_info_t *pi) __NORETURN;
2694 struct method_context *mthd_ctxt, const proto_info_t *pi) in exec_method() argument
2786 privset = mthd_ctxt->priv_set; in exec_method()
2801 if (privset != NULL && mthd_ctxt->priv_set == NULL) in exec_method()
2809 if ((errno = restarter_set_method_context(mthd_ctxt, &errf)) != 0) { in exec_method()
2905 env = set_smf_env(mthd_ctxt, instance, methods[method].name); in exec_method()
2999 struct method_context *mthd_ctxt = NULL; in run_method() local
3070 if ((mthd_ctxt = read_method_context(instance->fmri, in run_method()
3099 exec_method(instance, method, mi, mthd_ctxt, start_info); in run_method()
3102 restarter_free_method_context(mthd_ctxt); in run_method()
3103 mthd_ctxt = NULL; in run_method()
3148 if (mthd_ctxt != NULL) { in run_method()
3149 restarter_free_method_context(mthd_ctxt); in run_method()
3150 mthd_ctxt = NULL; in run_method()