Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h271 struct method_context { struct
316 scf_snapshot_t *, const char *, const char *, struct method_context **);
318 int restarter_set_method_context(struct method_context *, const char **);
319 void restarter_free_method_context(struct method_context *);
H A Dlibrestart.c2039 lookup_pwd(struct method_context *mcp) in lookup_pwd()
2097 get_uid(const char *str, struct method_context *ci, uid_t *uidp) in get_uid()
2211 get_projid(const char *str, struct method_context *cip) in get_projid()
2316 get_groups(char *str, struct method_context *ci) in get_groups()
2376 struct method_context *ci, mc_error_t *merr) in get_profile()
2508 scf_property_t *prop, scf_value_t *val, struct method_context *ci, in get_ids()
2685 struct method_context *mcp, scf_property_t *prop, scf_value_t *val) in get_environment()
2792 struct method_context **mcpp) in restarter_get_method_context()
2805 struct method_context *cip; in restarter_get_method_context()
3497 restarter_set_method_context(struct method_context *cip, const char **fp) in restarter_set_method_context()
[all …]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml91 <method_context>
93 </method_context>
101 <method_context>
103 </method_context>
/illumos-gate/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.c97 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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c114 xmlNodePtr method_context; member
9923 elts->method_context = n; in export_method_context()
10690 elts.dependencies == NULL && elts.method_context == NULL && in export_instance()
10713 (void) xmlAddChild(n, elts.method_context); in export_instance()
10830 (void) xmlAddChild(snode, elts.method_context); in export_service()