Searched defs:dgraph (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c37 * The graph is stored in uu_list_t *dgraph and its vertices are
215 static uu_list_t *dgraph; variable
346 dgraph = startd_list_create(graph_vertex_pool, NULL, UU_LIST_SORTED);
347 assert(dgraph != NULL);
366 return (uu_list_find(dgraph, &id, NULL, NULL));
377 return (uu_list_find(dgraph, &id, NULL, NULL));
406 p = uu_list_find(dgraph, &id, NULL, &idx);
410 uu_list_insert(dgraph, v, idx);
431 uu_list_remove(dgraph, v);
942 * dgraph otherwis
[all...]

Completed in 65 milliseconds