Searched defs:method_context (Results 1 - 2 of 2) 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 *);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c111 xmlNodePtr method_context; member in struct:entity_elts
9506 * If we're going to have a method_context child, we need to know
9507 * before we iterate through the properties. Since method_context's
9525 ctxt = xmlNewNode(NULL, (xmlChar *)"method_context");
9622 ctxt = xmlNewNode(NULL, (xmlChar *)"method_context");
9818 n = xmlNewNode(NULL, (xmlChar *)"method_context");
9892 /* Can't have generic properties in method_context's */
9905 elts->method_context = n;
10666 elts.dependencies == NULL && elts.method_context == NULL &&
10689 (void) xmlAddChild(n, elts.method_context);
[all...]

Completed in 602 milliseconds