Home
last modified time | relevance | path

Searched refs:method_context (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/librestart/common/
H A Dlibrestart.h270 struct method_context { struct
313 scf_snapshot_t *, const char *, const char *, struct method_context **);
315 int restarter_set_method_context(struct method_context *, const char **);
316 void restarter_free_method_context(struct method_context *);
H A Dlibrestart.c2038 lookup_pwd(struct method_context *mcp) in lookup_pwd()
2096 get_uid(const char *str, struct method_context *ci, uid_t *uidp) in get_uid()
2210 get_projid(const char *str, struct method_context *cip) in get_projid()
2315 get_groups(char *str, struct method_context *ci) in get_groups()
2375 struct method_context *ci, mc_error_t *merr) in get_profile()
2507 scf_property_t *prop, scf_value_t *val, struct method_context *ci, in get_ids()
2684 struct method_context *mcp, scf_property_t *prop, scf_value_t *val) in get_environment()
2791 struct method_context **mcpp) in restarter_get_method_context()
2804 struct method_context *cip; in restarter_get_method_context()
3414 restarter_set_method_context(struct method_context *cip, const char **fp) in restarter_set_method_context()
[all …]
/titanic_50/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml91 <method_context>
93 </method_context>
101 <method_context>
103 </method_context>
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h302 extern struct method_context *read_method_context(const char *, const char *,
351 char **set_smf_env(struct method_context *, instance_t *, const char *);
H A Denv.c99 set_smf_env(struct method_context *mthd_ctxt, instance_t *instance, in set_smf_env()
H A Dconfig.c634 struct method_context *
638 struct method_context *ret; in read_method_context()
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) in exec_method()
2999 struct method_context *mthd_ctxt = NULL; in run_method()
/titanic_50/usr/src/cmd/svc/startd/
H A Dmethod.c446 struct method_context *mcp, uint8_t need_session) in exec_method()
668 struct method_context *mcp; in method_run()
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c111 xmlNodePtr method_context; member
9892 elts->method_context = n; in export_method_context()
10653 elts.dependencies == NULL && elts.method_context == NULL && in export_instance()
10676 (void) xmlAddChild(n, elts.method_context); in export_instance()
10793 (void) xmlAddChild(snode, elts.method_context); in export_service()