POLLPRI          1011 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 		inflags |= POLLPRI;
POLLPRI          1035 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	if (inflags & POLLPRI) {
POLLPRI          1158 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 		if (outflags[i-1] & POLLPRI) {
POLLPRI          1160 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 		if (pfds[i-1].revents & POLLPRI) {
POLLPRI           900 src/ftmod/ftmod_zt/ftmod_zt.c 		inflags |= POLLPRI;
POLLPRI           944 src/ftmod/ftmod_zt/ftmod_zt.c 	if (inflags & POLLPRI) {
POLLPRI           967 src/ftmod/ftmod_zt/ftmod_zt.c 		pfds[j].events = POLLPRI;
POLLPRI           981 src/ftmod/ftmod_zt/ftmod_zt.c 		if (pfds[i-1].revents & POLLPRI) {