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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c335 * TOUCHED Flag used by remv() to determine whether it has looked
352 #define TOUCHED 040 macro
1006 * Clear the TOUCHED flag on all entries so that when we have
1012 process->p_flags &= ~TOUCHED;
1050 process->p_flags |= TOUCHED;
1085 process->p_flags |= TOUCHED;
1151 * NAMED, which don't have an entry in inittab (haven't been TOUCHED
1158 if ((process->p_flags & (LIVING|NAMED|TOUCHED|KILLED|OCCUPIED))
1166 * If this named proc hasn't been TOUCHED, then free the
1171 if ((process->p_flags & TOUCHED)
[all...]

Completed in 61 milliseconds