Lines Matching defs:restarter
966 * The restarter's FMRI does not match an existing instance.
971 * The restarter's FMRI is not a valid FMRI.
978 * restarter property is not SCF_TYPE_ASTRING or has more than one value
984 char *restarter = NULL;
1009 /* Assume default restarter. */
1026 restarter = _scf_read_single_astring_from_pg(pg,
1028 /* zero length string is NOT a valid restarter */
1029 if (restarter != NULL && restarter[0] == '\0') {
1030 free(restarter);
1031 restarter = NULL;
1032 } else if (restarter == NULL) {
1054 if (restarter == NULL) {
1055 /* Use default restarter */
1056 restarter = strdup(SCF_SERVICE_STARTD);
1057 if (restarter == NULL) {
1063 if (scf_handle_decode_fmri(h, restarter, NULL, NULL, ri, NULL, NULL,
1080 free(restarter);
1086 free(restarter);
1147 * service's restarter, and the globally defined template instance.
1158 * may silently drop them if the template definition is in the restarter or in
1217 /* Next the restarter. */
1909 * only templates defined by the FMRI in question, not by its restarter
2017 * For each of instance, restarter, global
2120 * restarter, or global. Make sure that if one in the middle
2448 * example, svc:/system/svc/restarter:default, that we
4519 { "Service or instance pg_pattern redefines a global or restarter "
6484 * Checks if instance fmri redefines any pgs defined in restarter or global
6526 /* look for a redefinition of a global/restarter pg_pattern */