Searched refs:GV_TODISABLE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dtransition.c121 v->gv_flags &= ~GV_TODISABLE;
226 v->gv_flags &= ~GV_TODISABLE;
H A Dstartd.h300 #define GV_TODISABLE 0x40 /* Services in subtree to disable */ macro
H A Dgraph.c98 * the vertex to disable with the GV_TODISABLE flag. Once the tree is created,
104 * the GV_TODISABLE flag). If the vertex to disable is also part of a larger
106 * once the first vertex is disabled (GV_TODISABLE flag is removed), we
1954 vertex->gv_flags &= ~GV_TODISABLE;
1994 vertex->gv_flags |= GV_TODISABLE;
4581 if (v->gv_flags & GV_TODISABLE)

Completed in 186 milliseconds