Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c583 void (*gi_post)(graph_vertex_t *, void *); member
640 if (gip->gi_post != NULL) in graph_walk_recurse()
641 (void) gip->gi_post(v, gip->gi_arg); in graph_walk_recurse()
662 gi.gi_post = post; in graph_walk()