Home
last modified time | relevance | path

Searched refs:POLLFD_ISSET (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h71 #define POLLFD_ISSET(x, y) ((y)[(x)].fd >= 0) macro
H A Drpc_sel2poll.c91 if (POLLFD_ISSET(n, srcp)) { in __rpc_compress_pollfd()
H A Dsvc.c672 if (fd < svc_pollfd_allocd && POLLFD_ISSET(fd, svc_pollfd)) { in clear_pollfd()