Searched refs:GV_INSUBGRAPH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c1161 * GV_INSUBGRAPH in the event that future behavior causes the above
1165 (*vp)->gv_flags |= (should_be_in_subgraph(*vp)? GV_INSUBGRAPH : 0);
1200 tv->gv_flags |= (should_be_in_subgraph(tv) ? GV_INSUBGRAPH : 0);
2859 if (!(dv->gv_flags & GV_INSUBGRAPH))
2908 * Ensures that GV_INSUBGRAPH is set properly for v and its descendents. If
2915 boolean_t old = (v->gv_flags & GV_INSUBGRAPH) != 0;
2931 v->gv_flags = (v->gv_flags & ~GV_INSUBGRAPH) |
2932 (new ? GV_INSUBGRAPH : 0);
3010 * into maintenance. Update GV_INSUBGRAPH flags as necessary. Returns 0 or
3034 * make a list of them now for GV_INSUBGRAPH
[all...]
H A Dstartd.h297 #define GV_INSUBGRAPH 0x08 /* Current milestone depends on service */ macro

Completed in 689 milliseconds