Home
last modified time | relevance | path

Searched refs:PROC_PIDLISTFDS (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c285 buf_used = proc_pidinfo(pid, PROC_PIDLISTFDS, 0, NULL, 0); in check_process_fds()
307 buf_used = proc_pidinfo(pid, PROC_PIDLISTFDS, 0, info->fds, (int)info->fds_size); in check_process_fds()
/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h718 #define PROC_PIDLISTFDS 1 macro
/xnu-11417.140.69/tests/
H A Dproc_info.c1666 …retval = __proc_info(PROC_INFO_CALL_PIDINFO, getpid(), PROC_PIDLISTFDS, (uint32_t)0, (user_ad…
1682 …retval = __proc_info(PROC_INFO_CALL_PIDINFO, getpid(), PROC_PIDLISTFDS, (uint32_t)0, (user_addr_t)…
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c2032 case PROC_PIDLISTFDS: in proc_pidinfo()
2216 case PROC_PIDLISTFDS: { in proc_pidinfo()