Searched defs:graph_vertex_t (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/cmd/svc/startd/ |
H A D | graph.c | 522 graph_walk_dependents(graph_vertex_t * v,void (* func)(graph_vertex_t *,void *),void * arg) graph_walk_dependents() argument 535 graph_walk_dependencies(graph_vertex_t * v,void (* func)(graph_vertex_t *,void *),void * arg) graph_walk_dependencies() argument 648 graph_walk(graph_vertex_t * v,graph_walk_dir_t dir,int (* pre)(graph_vertex_t *,void *),void (* post)(graph_vertex_t *,void *),void * arg) graph_walk() argument 649 graph_walk(graph_vertex_t * v,graph_walk_dir_t dir,int (* pre)(graph_vertex_t *,void *),void (* post)(graph_vertex_t *,void *),void * arg) graph_walk() argument [all...] |
H A D | startd.h | 339 } graph_vertex_t; typedef [all...] |