Searched refs:dgraph (Results 1 – 1 of 1) sorted by relevance
| /titanic_53/usr/src/cmd/svc/startd/ |
| H A D | graph.c | 215 static uu_list_t *dgraph; variable 346 dgraph = startd_list_create(graph_vertex_pool, NULL, UU_LIST_SORTED); in graph_init() 347 assert(dgraph != NULL); in graph_init() 366 return (uu_list_find(dgraph, &id, NULL, NULL)); in vertex_get_by_name() 377 return (uu_list_find(dgraph, &id, NULL, NULL)); in vertex_get_by_id() 406 p = uu_list_find(dgraph, &id, NULL, &idx); in graph_add_vertex() 410 uu_list_insert(dgraph, v, idx); in graph_add_vertex() 431 uu_list_remove(dgraph, v); in graph_remove_vertex() 2015 for (v = uu_list_first(dgraph); v != NULL; in graph_enable_by_vertex() 2016 v = uu_list_next(dgraph, v)) { in graph_enable_by_vertex() [all …]
|