Searched refs:metafd (Results 1 – 1 of 1) sorted by relevance
1664 int outfd, metafd, maxfd, nfds; in meta_compat_parent() local1672 metafd = Mybm.filemon != NULL ? filemon_readfd(Mybm.filemon) : -1; in meta_compat_parent()1674 metafd = -1; in meta_compat_parent()1679 if (metafd > maxfd) in meta_compat_parent()1680 maxfd = metafd; in meta_compat_parent()1682 while (outfd != -1 || metafd != -1) { in meta_compat_parent()1687 if (metafd != -1) { in meta_compat_parent()1688 FD_SET(metafd, &readfds); in meta_compat_parent()1712 if (metafd != -1 && FD_ISSET(metafd, &readfds) != 0) { in meta_compat_parent()1714 metafd = -1; in meta_compat_parent()