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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c329 * NAMED This process has a name, i.e. came from inittab.
350 #define NAMED 010 macro
1151 * NAMED, which don't have an entry in inittab (haven't been TOUCHED
1153 * those entries marked not LIVING, NAMED. The former procs are killed.
1158 if ((process->p_flags & (LIVING|NAMED|TOUCHED|KILLED|OCCUPIED))
1159 == (LIVING|NAMED|OCCUPIED)) {
1162 } else if ((process->p_flags & (LIVING|NAMED|OCCUPIED)) ==
1163 (NAMED|OCCUPIED)) {
1337 modes = NAMED;
2101 (NAMED|NOCLEANU
[all...]

Completed in 79 milliseconds