Searched refs:KILLED (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/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);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c342 * KILLED Flag used by remv() to mark procs that have been sent
354 #define KILLED 0200 macro
1052 if ((process->p_flags & KILLED) == 0) {
1070 process->p_flags |= KILLED;
1158 if ((process->p_flags & (LIVING|NAMED|TOUCHED|KILLED|OCCUPIED))
1161 process->p_flags |= KILLED;

Completed in 81 milliseconds