Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c354 #define NAMED 010 macro
1170 if ((process->p_flags & (LIVING|NAMED|TOUCHED|KILLED|OCCUPIED)) in remv()
1171 == (LIVING|NAMED|OCCUPIED)) { in remv()
1174 } else if ((process->p_flags & (LIVING|NAMED|OCCUPIED)) == in remv()
1175 (NAMED|OCCUPIED)) { in remv()
1349 modes = NAMED; in spawn()
2063 (NAMED|NOCLEANUP))) == NO_ROOM; in boot_init()
2433 if (proc->p_flags & NAMED) in efork()