Searched refs:fproc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c919 fill_fileinfo(struct fileproc * fp, int closeonexec, struct proc_fileinfo * fproc) argument
921 fproc->fi_openflags = fp->f_fglob->fg_flag;
922 fproc->fi_status = 0;
923 fproc->fi_offset = fp->f_fglob->fg_offset;
924 fproc->fi_type = fp->f_fglob->fg_type;
926 fproc->fi_status |= PROC_FP_SHARED;
928 fproc->fi_status |= PROC_FP_CLEXEC;

Completed in 35 milliseconds