Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dproc_info.c2591 fproc->fi_openflags = fp->fp_glob->fg_flag; in fill_fileinfo()
2592 fproc->fi_status = 0; in fill_fileinfo()
2593 fproc->fi_offset = fp->fp_glob->fg_offset; in fill_fileinfo()
2594 fproc->fi_type = FILEGLOB_DTYPE(fp->fp_glob); in fill_fileinfo()
2596 fproc->fi_status |= PROC_FP_SHARED; in fill_fileinfo()
2600 fproc->fi_status |= PROC_FP_CLEXEC; in fill_fileinfo()
2603 fproc->fi_status |= PROC_FP_CLFORK; in fill_fileinfo()
2607 fproc->fi_status |= PROC_FP_GUARDED; in fill_fileinfo()
2608 fproc->fi_guardflags = 0; in fill_fileinfo()
2610 fproc->fi_guardflags |= PROC_FI_GUARD_CLOSE; in fill_fileinfo()
[all …]
/xnu-11215/tools/lldbmacros/
H A Dmemory.py2230 fproc = fdptr.fd_ofiles[fd]
2231 if unsigned(fproc) != 0:
2232 fglob = fproc.fp_glob
2236 if (fproc.fp_flags & GetEnumValue('fileproc_flags_t', 'FP_CLOEXEC')):
2238 if (fproc.fp_flags & GetEnumValue('fileproc_flags_t', 'FP_CLOFORK')):