Home
last modified time | relevance | path

Searched refs:graph_vertex_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/svc/startd/
H A Dgraph.c170 #define MILESTONE_NONE ((graph_vertex_t *)1)
222 static graph_vertex_t *milestone = NULL;
296 static graph_vertex_t *up_svcs_p[] = { NULL, NULL, NULL, NULL };
300 static graph_vertex_t *manifest_import_p = NULL;
306 static boolean_t should_be_in_subgraph(graph_vertex_t *v);
308 static boolean_t insubtree_dependents_down(graph_vertex_t *);
320 int lc_id = ((const graph_vertex_t *)lc_arg)->gv_id; in graph_vertex_compare()
339 sizeof (graph_vertex_t), offsetof(graph_vertex_t, gv_link), in graph_init()
354 static graph_vertex_t *
368 static graph_vertex_t *
[all …]
H A Dstartd.h339 } graph_vertex_t; typedef
342 graph_vertex_t *ge_vertex;
344 graph_vertex_t *ge_parent;
601 int file_ready(graph_vertex_t *);
622 void graph_enable_by_vertex(graph_vertex_t *, int, int);
623 int refresh_vertex(graph_vertex_t *, scf_instance_t *);
624 void vertex_send_event(graph_vertex_t *, restarter_event_type_t);
625 void graph_start_if_satisfied(graph_vertex_t *);
626 int vertex_subgraph_dependencies_shutdown(scf_handle_t *, graph_vertex_t *,
630 void graph_transition_propagate(graph_vertex_t *, propagate_event_t,
[all …]
H A Dtransition.c60 gt_enter_uninit(scf_handle_t *h, graph_vertex_t *v, in gt_enter_uninit()
105 gt_enter_maint(scf_handle_t *h, graph_vertex_t *v, in gt_enter_maint()
153 gt_enter_offline(scf_handle_t *h, graph_vertex_t *v, in gt_enter_offline()
221 gt_enter_disabled(scf_handle_t *h, graph_vertex_t *v, in gt_enter_disabled()
282 gt_internal_online_or_degraded(scf_handle_t *h, graph_vertex_t *v, in gt_internal_online_or_degraded()
352 gt_enter_online(scf_handle_t *h, graph_vertex_t *v, in gt_enter_online()
366 gt_enter_degraded(scf_handle_t *h, graph_vertex_t *v, in gt_enter_degraded()
389 gt_transition(scf_handle_t *h, graph_vertex_t *v, restarter_error_t rerr, in gt_transition()
H A Dfile.c52 file_ready(graph_vertex_t *v) in file_ready()
/titanic_41/usr/src/cmd/mdb/common/modules/svc.startd/
H A Dstartd.c256 graph_vertex_t gv; in pr_vertex()
277 if (mdb_vread(&gv, sizeof (graph_vertex_t), addr) == -1) { in pr_vertex()