Home
last modified time | relevance | path

Searched refs:proc_pidfdinfo (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/
H A Dunp_connect_thread_uaf.c131 proc_pidfdinfo(getpid(), g_sever1, PROC_PIDFDSOCKETINFO, &si_1, in test_unp_connect_multithread()
134 proc_pidfdinfo(getpid(), g_sever2, PROC_PIDFDSOCKETINFO, &si_2, in test_unp_connect_multithread()
/xnu-11215/libsyscall/wrappers/libproc/
H A Dlibproc.h97 int proc_pidfdinfo(int pid, int fd, int flavor, void * buffer, int buffersize) __OSX_AVAILABLE_STAR…
H A Dproc_listpidspath.c332 buf_used = proc_pidfdinfo(pid, fdp->proc_fd, PROC_PIDFDVNODEINFO, &vi, sizeof(vi)); in check_process_fds()
H A Dlibproc.c160 proc_pidfdinfo(int pid, int fd, int flavor, void * buffer, int buffersize) in proc_pidfdinfo() function
/xnu-11215/bsd/kern/
H A Dproc_info.c150 static int __attribute__ ((noinline)) proc_pidfdinfo(int pid, int flavor, int fd, user_addr_t buffe…
311 return proc_pidfdinfo(pid, flavor, (int)arg, buffer, buffersize, retval); in proc_info_internal()
2782 proc_pidfdinfo(int pid, int flavor, int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retv… in proc_pidfdinfo() function