Home
last modified time | relevance | path

Searched refs:mthd_ctxt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Denv.c97 set_smf_env(struct method_context *mthd_ctxt, instance_t *instance, in set_smf_env() argument
107 nenv_size = mthd_ctxt->env_sz + 3 + 1; in set_smf_env()
150 if (mthd_ctxt->env != NULL) { in set_smf_env()
151 for (p = mthd_ctxt->env; *p != NULL; p++) { in set_smf_env()
H A Dinetd.c2694 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()
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()
[all …]