Lines Matching refs:service

31  *   The graph engine keeps a dependency graph of all service instances on the
33 * be brought up or down based on service states and dependencies and sends
40 * of object it represents: GVT_INST for service instances, GVT_SVC for
41 * service objects (since service instances may depend on another service,
42 * rather than service instance), GVT_FILE for files (which services may
50 * adds a GVT_SVC vertex for the service if one does not already exist, adds
55 * - an edge from the GVT_SVC vertex for the instance's service
73 * there are problems, or if a service is mentioned in a dependency but does
91 * updates the "start" snapshot from the "running" snapshot whenever a service
95 * the dependents first before shutting down the requested service.
112 * When an instance of a service managed by SMF changes state, svc.startd may
117 * SMF repository for the service/instance they refer to. System-wide
124 * dgraph_vertex_t gv_stn_tset for service/instance and in the global
985 case GVT_SVC: /* service dependency */
1020 * - GVT_GROUP - GVT_SVC - GV_INST: service dependency
1354 * The service is enabled, but hasn't
1466 * An exclude_all dependency is unsatisfied if any non-service element is
1467 * satisfied or any service instance which is configured, enabled, and not in
1535 /* v represents a service */
2177 * Add all of the instances of the service named by fmri to the graph.
2180 * ENOENT - service indicated by fmri does not exist
2345 const char *scope, *service, *instance, *pg;
2394 if (scf_parse_svc_fmri(fmri_copy, &scope, &service,
2404 if (service == NULL || pg != NULL) {
2408 "service or instance.\n", info->pg_name,
2415 service, instance ? ":" : "", instance ? instance :
2419 scope, service, instance ? ":" : "", instance ?
2789 * graph_edge_t's which point to the service vertices or the instance
3762 * Deactivate verbose boot once a login service has been
3887 (void) run_sulogin("Console login service(s) cannot run\n");
4099 * update in case we're being restarted and the service is already running.
4182 /* Find the vertex for this service */
4369 * Returns true only if none of this service's dependents are 'up' -- online
4397 * and decide whether to offline the service based
4404 * For dependency groups or service vertices, keep
4416 * Returns true only if none of this service's dependents are 'up' -- online,
4443 * For dependency group or service vertices, keep
4474 "%s. Will stop service anyways. Repository status for the "
4475 "service may be inaccurate.\n";
4862 /* Don't care if the service is in the subgraph. */
4890 /* If this service is a leaf, it should be disabled. */
4909 * If the service just came down, propagate the disable to the newly
4920 * Decide whether to start up an sulogin thread after a service is
4952 * PROPAGATE_SAT should be used whenever a non-running service moves into
5026 * the service as unconfigured and propagate the start event for the
5038 * If there are no (non-service) dependents, the vertex can be
5460 * whether to offline the service based on restart_on attribute.
5611 "because no such service exists.\n", cfmri);
5736 uu_warn("One system service is now being stopped.\n");