Searched refs:metafd (Results 1 – 1 of 1) sorted by relevance
1625 int outfd, metafd, maxfd, nfds; in meta_compat_parent() local1633 metafd = Mybm.filemon != NULL ? filemon_readfd(Mybm.filemon) : -1; in meta_compat_parent()1635 metafd = -1; in meta_compat_parent()1640 if (metafd > maxfd) in meta_compat_parent()1641 maxfd = metafd; in meta_compat_parent()1643 while (outfd != -1 || metafd != -1) { in meta_compat_parent()1648 if (metafd != -1) { in meta_compat_parent()1649 FD_SET(metafd, &readfds); in meta_compat_parent()1673 if (metafd != -1 && FD_ISSET(metafd, &readfds) != 0) { in meta_compat_parent()1675 metafd = -1; in meta_compat_parent()