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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h298 #define GV_DEATHROW 0x10 /* Service is on deathrow */ macro
H A Dgraph.c1601 if (v->gv_flags & GV_DEATHROW) {
1603 * A dependency on an instance with GV_DEATHROW
3170 * GV_DEATHROW flag on the vertex and create and set to true the
3174 if ((v->gv_flags & GV_DEATHROW) ||
3176 if ((v->gv_flags & GV_DEATHROW) == 0) {
3178 * Set flag GV_DEATHROW, create and set to true
3182 v->gv_flags |= GV_DEATHROW;
3220 * of a refresh, GV_DEATHROW may need to be set again.
3240 v->gv_flags |= GV_DEATHROW;
5032 v->gv_flags &= ~GV_DEATHROW;
[all...]

Completed in 90 milliseconds