#include <timers.h>Include dependency graph for mproc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | mproc |
Defines | |
| #define | IN_USE 0x001 |
| #define | WAITING 0x002 |
| #define | ZOMBIE 0x004 |
| #define | PAUSED 0x008 |
| #define | ALARM_ON 0x010 |
| #define | SEPARATE 0x020 |
| #define | TRACED 0x040 |
| #define | STOPPED 0x080 |
| #define | SIGSUSPENDED 0x100 |
| #define | REPLY 0x200 |
| #define | ONSWAP 0x400 |
| #define | SWAPIN 0x800 |
| #define | DONT_SWAP 0x1000 |
| #define | PRIV_PROC 0x2000 |
| #define | NIL_MPROC ((struct mproc *) 0) |
Definition in file mproc.h.
|
|
Definition at line 67 of file mproc.h. Referenced by cause_sigalrm(), flags_str(), pm_exit(), set_alarm(), and sigaction_dmp(). |
|
|
Definition at line 75 of file mproc.h. Referenced by do_fork(), and flags_str(). |
|
|
Definition at line 63 of file mproc.h. Referenced by cause_sigalrm(), check_sig(), do_fork(), do_getprocnr(), do_waitpid(), find_proc(), handle_ksig(), ksig_pending(), main(), pm_exit(), pm_isokendpt(), pstat(), sig_proc(), and tell_fs(). |
|
|
Definition at line 78 of file mproc.h. Referenced by do_trace(), and find_proc(). |
|
|
Definition at line 73 of file mproc.h. Referenced by flags_str(), main(), new_mem(), setreply(), and sig_proc(). |
|
|
Definition at line 66 of file mproc.h. Referenced by do_pause(), flags_str(), prrecv(), pstat(), and unpause(). |
|
|
Definition at line 76 of file mproc.h. Referenced by check_sig(), do_fork(), do_sigaction(), and flags_str(). |
|
|
Definition at line 72 of file mproc.h. Referenced by flags_str(), main(), pm_exit(), and setreply(). |
|
|
Definition at line 68 of file mproc.h. Referenced by adjust(), do_fork(), find_share(), and read_header(). |
|
|
Definition at line 71 of file mproc.h. Referenced by do_sigsuspend(), flags_str(), prrecv(), pstat(), sig_proc(), and unpause(). |
|
|
|
|
|
Definition at line 74 of file mproc.h. Referenced by flags_str(), and new_mem(). |
|
|
Definition at line 69 of file mproc.h. Referenced by do_exec(), do_trace(), flags_str(), and sig_proc(). |
|
|
Definition at line 64 of file mproc.h. Referenced by cleanup(), flags_str(), new_mem(), pm_exit(), prrecv(), pstat(), stop_proc(), and unpause(). |
|
|
Definition at line 65 of file mproc.h. Referenced by cause_sigalrm(), check_sig(), do_waitpid(), flags_str(), handle_ksig(), ksig_pending(), main(), pm_exit(), pstat(), sig_proc(), and tell_fs(). |
1.4.6