Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dgraph.c577 void (*gi_post)(graph_vertex_t *, void *); member
634 if (gip->gi_post != NULL) in graph_walk_recurse()
635 (void) gip->gi_post(v, gip->gi_arg); in graph_walk_recurse()
656 gi.gi_post = post; in graph_walk()