Lines Matching refs:fproc
2619 fill_fileinfo(struct fileproc * fp, proc_t proc, struct proc_fileinfo * fproc) in fill_fileinfo() argument
2621 fproc->fi_openflags = fp->fp_glob->fg_flag; in fill_fileinfo()
2622 fproc->fi_status = 0; in fill_fileinfo()
2623 fproc->fi_offset = fp->fp_glob->fg_offset; in fill_fileinfo()
2624 fproc->fi_type = FILEGLOB_DTYPE(fp->fp_glob); in fill_fileinfo()
2626 fproc->fi_status |= PROC_FP_SHARED; in fill_fileinfo()
2630 fproc->fi_status |= PROC_FP_CLEXEC; in fill_fileinfo()
2633 fproc->fi_status |= PROC_FP_CLFORK; in fill_fileinfo()
2637 fproc->fi_status |= PROC_FP_GUARDED; in fill_fileinfo()
2638 fproc->fi_guardflags = 0; in fill_fileinfo()
2640 fproc->fi_guardflags |= PROC_FI_GUARD_CLOSE; in fill_fileinfo()
2643 fproc->fi_guardflags |= PROC_FI_GUARD_DUP; in fill_fileinfo()
2646 fproc->fi_guardflags |= PROC_FI_GUARD_SOCKET_IPC; in fill_fileinfo()
2649 fproc->fi_guardflags |= PROC_FI_GUARD_FILEPORT; in fill_fileinfo()