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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c1106 * Read enabled, enabled_ovr, and restarter_fmri (into an allocated
1111 * On success, restarter_fmri may be NULL. If general/enabled was missing
1116 const char *fmri, int *enabledp, int *enabled_ovrp, char **restarter_fmri)
1227 if (restarter_fmri != NULL)
1228 get_restarter(h, pg, restarter_fmri);
1115 libscf_get_basic_instance_data(scf_handle_t *h, scf_instance_t *inst, const char *fmri, int *enabledp, int *enabled_ovrp, char **restarter_fmri) argument
H A Dgraph.c2059 * restarter_fmri.
2065 char *restarter_fmri = NULL; local
2073 err = fmri_canonify(fmri_arg, &restarter_fmri, B_TRUE);
2080 if (restarter_fmri == NULL ||
2081 strcmp(restarter_fmri, SCF_SERVICE_STARTD) == 0) {
2084 if (restarter_fmri != NULL)
2085 startd_free(restarter_fmri,
2101 id = dict_lookup_byname(restarter_fmri);
2103 startd_free(restarter_fmri, max_scf_fmri_size);
2110 err = graph_insert_vertex_unconfigured(restarter_fmri, GVT_INS
3151 char *restarter_fmri = startd_alloc(max_scf_value_size); local
4176 char *restarter_fmri; local
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2984 char *restarter_fmri; local
2991 restarter_fmri = safe_malloc(max_scf_fmri_length + 1);
2994 SCF_PROPERTY_RESTARTER, SCF_TYPE_ASTRING, restarter_fmri,
2996 (void) strcpy(restarter_fmri, SCF_SERVICE_STARTD);
2998 if (scf_parse_svc_fmri(restarter_fmri, &scope_name, &svc_name,
3000 free(restarter_fmri);
3012 free(restarter_fmri);

Completed in 68 milliseconds