Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c50 #define LIVE 1 /* not yet printed */ macro
140 if (i->live == LIVE) { in main()
177 if (t->pred->live == LIVE) in anypred()
198 i->live = LIVE; in index()
216 if (i->live == LIVE) in findloop()
224 j->live = LIVE; in findloop()
/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c54 LIVE, "O.K.",
134 if ((pk->p_state & LIVE) != 0)
280 if ((pk->p_state & LIVE) == LIVE)
326 if (pk->p_state & DRAINO || !(pk->p_state & LIVE)) {
H A Dpk0.c73 if (pk->p_state & LIVE) {
87 pk->p_state = LIVE;
95 if (val==0 && pk->p_state&LIVE) {
325 if (pk->p_state&DOWN || !pk->p_state&LIVE) {
514 while (pk->p_xcount && pk->p_state&LIVE) { in pkclose()
H A Dpk.h106 #define LIVE 010 macro