Lines Matching refs:PROC_TABLE

312 struct PROC_TABLE {  struct
385 #define NULLPROC ((struct PROC_TABLE *)(0))
386 #define NO_ROOM ((struct PROC_TABLE *)(FAILURE))
447 struct PROC_TABLE ist_proc_table[1];
571 static int account(short, struct PROC_TABLE *, char *);
585 static void spawn(struct PROC_TABLE *, struct CMD_LINE *);
593 static long waitproc(struct PROC_TABLE *);
594 static struct PROC_TABLE *efork(int, struct PROC_TABLE *, int);
595 static struct PROC_TABLE *findpslot(struct CMD_LINE *);
950 struct PROC_TABLE *su_process; in enter_maintenance()
1010 struct PROC_TABLE *process; in remv()
1229 struct PROC_TABLE *pp; in spawn_processes()
1337 spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd) in spawn()
1342 struct PROC_TABLE tmproc, *oprocess; in spawn()
1475 static struct PROC_TABLE *
1478 struct PROC_TABLE *process; in findpslot()
1479 struct PROC_TABLE *empty = NULLPROC; in findpslot()
1906 struct PROC_TABLE *process; in killproc()
2010 struct PROC_TABLE *process, *oprocess; in boot_init()
2233 struct PROC_TABLE *process; in siglvl()
2328 struct PROC_TABLE *process; in childeath_single()
2416 static struct PROC_TABLE *
2417 efork(int action, struct PROC_TABLE *process, int modes) in efork()
2420 struct PROC_TABLE *proc; in efork()
2533 waitproc(struct PROC_TABLE *process) in waitproc()
2623 account(short state, struct PROC_TABLE *process, char *program) in account()
3763 size_t delta = num_proc * sizeof (struct PROC_TABLE); in increase_proc_table_size()
3805 struct PROC_TABLE *ptp; in st_sane()
3814 sizeof (struct PROC_TABLE)) in st_sane()
3938 ((init_num_proc - 1) * sizeof (struct PROC_TABLE)); in st_init()