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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dtransition.c108 int to_offline = v->gv_flags & GV_TOOFFLINE;
115 * Instances that transition to maintenance and have the GV_TOOFFLINE
122 v->gv_flags &= ~GV_TOOFFLINE;
156 int to_offline = v->gv_flags & GV_TOOFFLINE;
158 v->gv_flags &= ~GV_TOOFFLINE;
163 * If a instance has the GV_TOOFFLINE flag set then it must
181 * Instances that transition to offline and have the GV_TOOFFLINE flag
224 int to_offline = v->gv_flags & GV_TOOFFLINE;
227 v->gv_flags &= ~GV_TOOFFLINE;
323 } else if (v->gv_flags & GV_TOOFFLINE) {
[all...]
H A Dgraph.c97 * vertices by marking those vertices with the GV_TOOFFLINE flag. And we mark
102 * we clear the GV_TOOFFLINE flag and walk the dependencies to offline the new
1340 if (v->gv_flags & GV_TOOFFLINE)
1395 if (v2->gv_flags & GV_TOOFFLINE)
1612 * Any vertex with the GV_TOOFFLINE flag set is guaranteed
1615 if (v->gv_flags & GV_TOOFFLINE)
1953 vertex->gv_flags &= ~GV_TOOFFLINE;
1987 * Set GV_TOOFFLINE for the services we are offlining. We cannot
1988 * clear the GV_TOOFFLINE bits from all the services because
1991 vertex->gv_flags |= GV_TOOFFLINE;
[all...]
H A Dstartd.h299 #define GV_TOOFFLINE 0x20 /* Services in subtree to offline */ macro

Completed in 66 milliseconds