Searched refs:LIVE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c52 #define LIVE 1 /* not yet printed */ macro
140 x = 0; /* anything LIVE on this sweep? */
142 if (i->live == LIVE) {
179 if (t->pred->live == LIVE)
200 i->live = LIVE;
218 if (i->live == LIVE)
226 j->live = LIVE;
231 * depth-first search of LIVE predecessors
/illumos-gate/usr/src/cmd/bnu/
H A Dpk.h109 #define LIVE 010 macro
H A Dpk1.c57 LIVE, "O.K.",
137 if ((pk->p_state & LIVE) != 0)
283 if ((pk->p_state & LIVE) == LIVE)
329 if (pk->p_state & DRAINO || !(pk->p_state & LIVE)) {
H A Dpk0.c76 if (pk->p_state & LIVE) {
90 pk->p_state = LIVE;
98 if (val==0 && pk->p_state&LIVE) {
328 if (pk->p_state&DOWN || !pk->p_state&LIVE) {
517 while (pk->p_xcount && pk->p_state&LIVE) {

Completed in 46 milliseconds