Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py58 KILLED = 4 variable in TestResult
109 self.result = TestResult.KILLED
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h119 #define KILLED(x) (!(x & 0xFF00)? (x & 0x7F) : 0) macro
H A Ddowait.c85 killed = KILLED(ep->status); in dowait()
/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME119 PASS, FAIL, SKIP, KILLED, UNKNOWN
/illumos-gate/usr/src/test/
H A DREADME59 the event that a prerequisite test is marked FAIL, or marked KILLED in the
/illumos-gate/usr/src/cmd/init/
H A Dinit.c358 #define KILLED 0200 macro
1064 if ((process->p_flags & KILLED) == 0) { in remv()
1082 process->p_flags |= KILLED; in remv()
1170 if ((process->p_flags & (LIVING|NAMED|TOUCHED|KILLED|OCCUPIED)) in remv()
1173 process->p_flags |= KILLED; in remv()