Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/init/
H A Dinit.c352 #define TOUCHED 040 macro
1012 process->p_flags &= ~TOUCHED; in remv()
1050 process->p_flags |= TOUCHED; in remv()
1085 process->p_flags |= TOUCHED; in remv()
1158 if ((process->p_flags & (LIVING|NAMED|TOUCHED|KILLED|OCCUPIED)) in remv()
1171 if ((process->p_flags & TOUCHED) == 0) in remv()