Searched defs:fmri_arg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c2050 * Set the restarter for v to fmri_arg. That is, make sure a vertex for
2051 * fmri_arg exists, make v depend on it, and send _ADD_INSTANCE for v. If
2052 * v is already configured and fmri_arg indicates the current restarter, do
2053 * nothing. If v is configured and fmri_arg is a new restarter, delete v's
2062 graph_change_restarter(graph_vertex_t *v, const char *fmri_arg, scf_handle_t *h, argument
2072 if (fmri_arg[0] != '\0') {
2073 err = fmri_canonify(fmri_arg, &restarter_fmri, B_TRUE);

Completed in 70 milliseconds