Home
last modified time | relevance | path

Searched refs:gv_dependencies (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c434 uu_list_destroy(v->gv_dependencies); in graph_remove_vertex()
472 for (e = uu_list_first(v->gv_dependencies); in graph_remove_edge()
474 e = uu_list_next(v->gv_dependencies, e)) { in graph_remove_edge()
476 uu_list_remove(v->gv_dependencies, e); in graph_remove_edge()
546 for (e = uu_list_first(v->gv_dependencies); in graph_walk_dependencies()
625 list = v->gv_dependencies; in graph_walk_recurse()
1066 r = uu_list_walk(v->gv_dependencies, in delete_instance_dependencies()
2780 r = uu_list_walk(v->gv_dependencies, in append_svcs_or_insts()
2965 for (e = uu_list_first(v->gv_dependencies); in eval_subgraph()
3010 err = uu_list_walk(v->gv_dependencies, in refresh_vertex()
[all …]
H A Dstartd.h319 uu_list_t *gv_dependencies; member