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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c308 struct PROC_TABLE { struct
320 * Flags for the "p_flags" word of a PROC_TABLE entry:
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 *, in
[all...]

Completed in 62 milliseconds