Searched defs:fproc (Results 1 – 3 of 3) sorted by relevance
15 EXTERN struct fproc { struct16 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 …]
18 struct fproc fproc[NR_PROCS]; variable
820 int fproc; in mulfile() local