Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c52 #define LIVE 1 /* not yet printed */ macro
142 if (i->live == LIVE) { in main()
179 if (t->pred->live == LIVE) in anypred()
200 i->live = LIVE; in index()
218 if (i->live == LIVE) in findloop()
226 j->live = LIVE; in findloop()
/titanic_41/usr/src/cmd/bnu/
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) { in pkclose()
H A Dpk.h109 #define LIVE 010 macro