Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/init/
H A Dinit.c308 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()
[all …]