PROC_TABLE
struct PROC_TABLE *process;
struct PROC_TABLE *pp;
spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd)
struct PROC_TABLE tmproc, *oprocess;
static struct PROC_TABLE *
struct PROC_TABLE *process;
struct PROC_TABLE *empty = NULLPROC;
struct PROC_TABLE *process;
struct PROC_TABLE *process, *oprocess;
struct PROC_TABLE *process;
struct PROC_TABLE *process;
static struct PROC_TABLE *
efork(int action, struct PROC_TABLE *process, int modes)
struct PROC_TABLE *proc;
waitproc(struct PROC_TABLE *process)
account(short state, struct PROC_TABLE *process, char *program)
size_t delta = num_proc * sizeof (struct PROC_TABLE);
struct PROC_TABLE *ptp;
sizeof (struct PROC_TABLE))
#define NULLPROC ((struct PROC_TABLE *)(0))
#define NO_ROOM ((struct PROC_TABLE *)(FAILURE))
((init_num_proc - 1) * sizeof (struct PROC_TABLE));
struct PROC_TABLE ist_proc_table[1];
static int account(short, struct PROC_TABLE *, char *);
static void spawn(struct PROC_TABLE *, struct CMD_LINE *);
static long waitproc(struct PROC_TABLE *);
static struct PROC_TABLE *efork(int, struct PROC_TABLE *, int);
static struct PROC_TABLE *findpslot(struct CMD_LINE *);
struct PROC_TABLE *su_process;