Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c2619 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()
[all …]
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py2328 fproc = fdptr.fd_ofiles[fd]
2329 if unsigned(fproc) != 0:
2330 fglob = fproc.fp_glob
2334 if (fproc.fp_flags & GetEnumValue('fileproc_flags_t', 'FP_CLOEXEC')):
2336 if (fproc.fp_flags & GetEnumValue('fileproc_flags_t', 'FP_CLOFORK')):