Searched refs:proc_pidfdinfo (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/ |
| H A D | unp_connect_thread_uaf.c | 131 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 D | libproc.h | 97 int proc_pidfdinfo(int pid, int fd, int flavor, void * buffer, int buffersize) __OSX_AVAILABLE_STAR…
|
| H A D | proc_listpidspath.c | 332 buf_used = proc_pidfdinfo(pid, fdp->proc_fd, PROC_PIDFDVNODEINFO, &vi, sizeof(vi)); in check_process_fds()
|
| H A D | libproc.c | 160 proc_pidfdinfo(int pid, int fd, int flavor, void * buffer, int buffersize) in proc_pidfdinfo() function
|
| /xnu-11215/bsd/kern/ |
| H A D | proc_info.c | 150 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
|