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

/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c50 struct stat match_stat; member in struct:__anon861
83 status = stat(path, &info->match_stat);
140 if (sb->vst_dev != info->match_stat.st_dev) {
146 (sb->vst_ino != info->match_stat.st_ino)) {
221 buf_used = proc_pidinfo(pid, PROC_PIDREGIONPATHINFO3, info->match_stat.st_dev, &rwpi, sizeof(rwpi));

Completed in 19 milliseconds