Lines Matching refs:PROC_TABLE

308 struct PROC_TABLE {  struct
381 #define NULLPROC ((struct PROC_TABLE *)(0))
382 #define NO_ROOM ((struct PROC_TABLE *)(FAILURE))
443 struct PROC_TABLE ist_proc_table[1];
567 static int account(short, struct PROC_TABLE *, char *);
581 static void spawn(struct PROC_TABLE *, struct CMD_LINE *);
589 static long waitproc(struct PROC_TABLE *);
590 static struct PROC_TABLE *efork(int, struct PROC_TABLE *, int);
591 static struct PROC_TABLE *findpslot(struct CMD_LINE *);
938 struct PROC_TABLE *su_process; in enter_maintenance()
998 struct PROC_TABLE *process; in remv()
1217 struct PROC_TABLE *pp; in spawn_processes()
1325 spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd) in spawn()
1330 struct PROC_TABLE tmproc, *oprocess; in spawn()
1463 static struct PROC_TABLE *
1466 struct PROC_TABLE *process; in findpslot()
1467 struct PROC_TABLE *empty = NULLPROC; in findpslot()
1894 struct PROC_TABLE *process; in killproc()
2048 struct PROC_TABLE *process, *oprocess; in boot_init()
2270 struct PROC_TABLE *process; in siglvl()
2365 struct PROC_TABLE *process; in childeath_single()
2453 static struct PROC_TABLE *
2454 efork(int action, struct PROC_TABLE *process, int modes) in efork()
2457 struct PROC_TABLE *proc; in efork()
2570 waitproc(struct PROC_TABLE *process) in waitproc()
2660 account(short state, struct PROC_TABLE *process, char *program) in account()
3800 size_t delta = num_proc * sizeof (struct PROC_TABLE); in increase_proc_table_size()
3842 struct PROC_TABLE *ptp; in st_sane()
3851 sizeof (struct PROC_TABLE)) in st_sane()
3975 ((init_num_proc - 1) * sizeof (struct PROC_TABLE)); in st_init()