Lines Matching refs:NULLPROC
381 #define NULLPROC ((struct PROC_TABLE *)(0)) macro
943 while ((su_process = efork(M_OFF, NULLPROC, NOCLEANUP)) == NO_ROOM) in enter_maintenance()
946 if (su_process == NULLPROC) { in enter_maintenance()
1249 if ((pp = findpslot(&cmd)) == NULLPROC) { in spawn_processes()
1402 if (process == NULLPROC) { in spawn()
1467 struct PROC_TABLE *empty = NULLPROC; in findpslot()
1480 if (empty == NULLPROC && (process->p_flags & OCCUPIED) == 0) { in findpslot()
1897 while ((process = efork(M_OFF, NULLPROC, 0)) == NO_ROOM) in killproc()
1901 if (process == NULLPROC) { in killproc()
2106 if (process == NULLPROC) { in boot_init()
2500 if (process == NULLPROC) { in efork()
2539 process = NULLPROC; in efork()