Home
last modified time | relevance | path

Searched defs:fproc (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/servers/vfs/
H A Dfproc.h15 EXTERN struct fproc { struct
16 unsigned fp_flags;
18 pid_t fp_pid; /* process id */
19 endpoint_t fp_endpoint; /* kernel endpoint number of this process */
21 struct vnode *fp_wd; /* working directory; NULL during reboot */
22 struct vnode *fp_rd; /* root directory; NULL during reboot */
24 struct filp *fp_filp[OPEN_MAX];/* the file descriptor table (free if NULL) */
25 fd_set fp_cloexec_set; /* bit map for POSIX Table 6-2 FD_CLOEXEC */
27 dev_t fp_tty; /* major/minor of controlling tty */
29 int fp_blocked_on; /* what is it blocked on */
[all …]
/minix3/minix/servers/is/
H A Ddmp_fs.c18 struct fproc fproc[NR_PROCS]; variable
/minix3/usr.bin/pr/
H A Dpr.c820 int fproc; in mulfile() local