Searched refs:fds_count (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c46 int fds_count; member in struct:__anon861
80 info->fds_count = 0;
319 info->fds_count = (int)(buf_used / sizeof(struct proc_fdinfo));
324 for (i = 0; i < info->fds_count; i++) {

Completed in 22 milliseconds