Lines Matching refs:fproc
2643 fill_fileinfo(struct fileproc * fp, proc_t proc, struct proc_fileinfo * fproc) in fill_fileinfo() argument
2645 fproc->fi_openflags = fp->fp_glob->fg_flag; in fill_fileinfo()
2646 fproc->fi_status = 0; in fill_fileinfo()
2647 fproc->fi_offset = fp->fp_glob->fg_offset; in fill_fileinfo()
2648 fproc->fi_type = FILEGLOB_DTYPE(fp->fp_glob); in fill_fileinfo()
2650 fproc->fi_status |= PROC_FP_SHARED; in fill_fileinfo()
2654 fproc->fi_status |= PROC_FP_CLEXEC; in fill_fileinfo()
2657 fproc->fi_status |= PROC_FP_CLFORK; in fill_fileinfo()
2661 fproc->fi_status |= PROC_FP_GUARDED; in fill_fileinfo()
2662 fproc->fi_guardflags = 0; in fill_fileinfo()
2664 fproc->fi_guardflags |= PROC_FI_GUARD_CLOSE; in fill_fileinfo()
2667 fproc->fi_guardflags |= PROC_FI_GUARD_DUP; in fill_fileinfo()
2670 fproc->fi_guardflags |= PROC_FI_GUARD_SOCKET_IPC; in fill_fileinfo()
2673 fproc->fi_guardflags |= PROC_FI_GUARD_FILEPORT; in fill_fileinfo()