#include <fproc.h>
Collaboration diagram for fproc:

Data Fields | |
| mode_t | fp_umask |
| inode * | fp_workdir |
| inode * | fp_rootdir |
| filp * | fp_filp [OPEN_MAX] |
| fd_set | fp_filp_inuse |
| uid_t | fp_realuid |
| uid_t | fp_effuid |
| gid_t | fp_realgid |
| gid_t | fp_effgid |
| dev_t | fp_tty |
| int | fp_fd |
| char * | fp_buffer |
| int | fp_nbytes |
| int | fp_cum_io_partial |
| char | fp_suspended |
| char | fp_revived |
| int | fp_task |
| char | fp_sesldr |
| char | fp_execced |
| pid_t | fp_pid |
| long | fp_cloexec |
| int | fp_endpoint |
Definition at line 7 of file fproc.h.
|
|
Definition at line 19 of file fproc.h. Referenced by get_work(). |
|
|
|
|
|
|
|
|
Definition at line 16 of file fproc.h. Referenced by do_chdir(), do_set(), and fs_init(). |
|
|
Definition at line 14 of file fproc.h. Referenced by do_chdir(), do_set(), and fs_init(). |
|
|
Definition at line 29 of file fproc.h. Referenced by fs_init(), get_work(), and unsuspend_by_endpt(). |
|
|
|
|
|
Definition at line 18 of file fproc.h. Referenced by do_unpause(), get_work(), and revive(). |
|
|
Definition at line 11 of file fproc.h. Referenced by do_pipe(), and do_unpause(). |
|
|
|
|
|
Definition at line 20 of file fproc.h. Referenced by get_work(), and revive(). |
|
|
Definition at line 27 of file fproc.h. Referenced by do_fork(), fs_init(), get_work(), remove_dir(), tty_opcl(), and unsuspend_by_endpt(). |
|
|
|
|
|
|
|
|
Definition at line 23 of file fproc.h. Referenced by get_work(), and revive(). |
|
|
Definition at line 10 of file fproc.h. Referenced by do_chdir(), fs_init(), and remove_dir(). |
|
|
Definition at line 25 of file fproc.h. Referenced by do_setsid(). |
|
|
Definition at line 22 of file fproc.h. Referenced by do_unpause(), get_work(), revive(), and unsuspend_by_endpt(). |
|
|
Definition at line 24 of file fproc.h. Referenced by do_unpause(), revive(), and unsuspend_by_endpt(). |
|
|
Definition at line 17 of file fproc.h. Referenced by do_setsid(), and tty_opcl(). |
|
|
Definition at line 8 of file fproc.h. Referenced by do_chdir(), and fs_init(). |
|
|
Definition at line 9 of file fproc.h. Referenced by do_chdir(), fs_init(), and remove_dir(). |
1.4.6