Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h256 uint32_t fi_guardflags; member
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c2638 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()