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.c99 set_smf_env(struct method_context *mthd_ctxt, instance_t *instance, argument
109 nenv_size = mthd_ctxt->env_sz + 3 + 1;
152 if (mthd_ctxt->env != NULL) {
153 for (p = mthd_ctxt->env; *p != NULL; p++) {
H A Dinetd.c245 struct method_context *mthd_ctxt, const proto_info_t *pi) __NORETURN;
2694 struct method_context *mthd_ctxt, const proto_info_t *pi)
2786 privset = mthd_ctxt->priv_set;
2801 if (privset != NULL && mthd_ctxt->priv_set == NULL)
2809 if ((errno = restarter_set_method_context(mthd_ctxt, &errf)) != 0) {
2889 /* let exec() free mthd_ctxt */
2905 env = set_smf_env(mthd_ctxt, instance, methods[method].name);
2999 struct method_context *mthd_ctxt = NULL; local
3070 if ((mthd_ctxt = read_method_context(instance->fmri,
3099 exec_method(instance, method, mi, mthd_ctxt, start_inf
2693 exec_method(instance_t *instance, instance_method_t method, method_info_t *mi, struct method_context *mthd_ctxt, const proto_info_t *pi) argument
[all...]

Completed in 66 milliseconds