Searched refs:metafd (Results 1 – 1 of 1) sorted by relevance
1788 int outfd, metafd, maxfd, nfds; in meta_compat_parent() local1796 metafd = Mybm.filemon != NULL ? filemon_readfd(Mybm.filemon) : -1; in meta_compat_parent()1798 metafd = -1; in meta_compat_parent()1803 if (metafd > maxfd) in meta_compat_parent()1804 maxfd = metafd; in meta_compat_parent()1806 while (outfd != -1 || metafd != -1) { in meta_compat_parent()1811 if (metafd != -1) { in meta_compat_parent()1812 FD_SET(metafd, &readfds); in meta_compat_parent()1836 if (metafd != -1 && FD_ISSET(metafd, &readfds) != 0) { in meta_compat_parent()1838 metafd = -1; in meta_compat_parent()