Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h119 #define KILLED(x) (!(x & 0xFF00)? (x & 0x7F) : 0) macro
H A Ddowait.c87 killed = KILLED(ep->status); in dowait()
/titanic_44/usr/src/test/
H A DREADME59 the event that a prerequisite test is marked FAIL, or marked KILLED in the
/titanic_44/usr/src/cmd/init/
H A Dinit.c354 #define KILLED 0200 macro
1052 if ((process->p_flags & KILLED) == 0) { in remv()
1070 process->p_flags |= KILLED; in remv()
1158 if ((process->p_flags & (LIVING|NAMED|TOUCHED|KILLED|OCCUPIED)) in remv()
1161 process->p_flags |= KILLED; in remv()