Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dproc_info.c2643 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()
[all …]
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py2281 fproc = fdptr.fd_ofiles[fd]
2282 if unsigned(fproc) != 0:
2283 fglob = fproc.fp_glob
2287 if (fproc.fp_flags & GetEnumValue('fileproc_flags_t', 'FP_CLOEXEC')):
2289 if (fproc.fp_flags & GetEnumValue('fileproc_flags_t', 'FP_CLOFORK')):