Searched refs:svc_fdset (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_comdata.c46 fd_set svc_fdset; variable
H A Drpc_comdata1.c50 * Definition of alternate fd_set for svc_fdset to be used when
52 * protect against someone doing a svc_fdset = a_larger_fd_set.
54 * then svc_fdset is redefined to be _new_svc_fdset (in <rpc/svc.h>)
63 extern fd_set svc_fdset; /* to avoid "empty translation unit" */
H A Dsvc.c602 FD_SET(fd, &svc_fdset);
633 FD_CLR(fd, &svc_fdset);
662 if (fd < FD_SETSIZE && FD_ISSET(fd, &svc_fdset)) {
663 FD_CLR(fd, &svc_fdset);
682 FD_SET(fd, &svc_fdset);
743 /* VARIABLES PROTECTED BY svc_fd_lock: svc_xports, svc_fdset */
1295 * via someone select()ing from svc_fdset or
1298 * the corresponding bit off in svc_fdset. The
1299 * svc_pollset[] array is derived from svc_fdset

Completed in 23 milliseconds