Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/init/
H A Dinit.c350 #define NAMED 010 macro
1158 if ((process->p_flags & (LIVING|NAMED|TOUCHED|KILLED|OCCUPIED)) in remv()
1159 == (LIVING|NAMED|OCCUPIED)) { in remv()
1162 } else if ((process->p_flags & (LIVING|NAMED|OCCUPIED)) == in remv()
1163 (NAMED|OCCUPIED)) { in remv()
1337 modes = NAMED; in spawn()
2101 (NAMED|NOCLEANUP))) == NO_ROOM; in boot_init()
2470 if (proc->p_flags & NAMED) in efork()