Home
last modified time | relevance | path

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

/xnu-11215/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-11215/bsd/sys/
H A Dproc_info.h718 #define PROC_PIDLISTFDS 1 macro
/xnu-11215/tests/
H A Dproc_info.c1596 …retval = __proc_info(PROC_INFO_CALL_PIDINFO, getpid(), PROC_PIDLISTFDS, (uint32_t)0, (user_ad…
1612 …retval = __proc_info(PROC_INFO_CALL_PIDINFO, getpid(), PROC_PIDLISTFDS, (uint32_t)0, (user_addr_t)…
/xnu-11215/bsd/kern/
H A Dproc_info.c2005 case PROC_PIDLISTFDS: in proc_pidinfo()
2189 case PROC_PIDLISTFDS: { in proc_pidinfo()