Searched refs:nfds (Results 26 - 38 of 38) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h252 LDAP_X_PollFD fds[], int nfds, int timeout /* milliseconds */,
296 typedef int (LDAP_C LDAP_CALLBACK LDAP_IOF_SELECT_CALLBACK)( int nfds,
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c315 LDAP_X_PollFD fds[], int nfds, int timeout,
330 if (fds && nfds > 0) {
331 for(i = 0; i < nfds; i++) {
341 return ( ld->ld_sasl_io_fns.lextiof_poll( fds, nfds, timeout,
314 nsldapi_sasl_poll( LDAP_X_PollFD fds[], int nfds, int timeout, struct lextiof_session_private *arg ) argument
H A Dos-ip.c146 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
147 extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
1537 nsldapi_ext_compat_poll( LDAP_X_PollFD fds[], int nfds, int timeout, argument
1551 for ( i = 0; i < nfds; ++i ) {
1595 for ( i = 0; i < nfds; ++i ) {
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c722 int nfds; local
730 nfds = poll(poll_array, num_fds, INFTIM);
731 switch (nfds) {
764 for (i = 0; i < num_fds && nfds > 0; i++) {
766 nfds--;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c664 int nfds; local
672 nfds = poll(poll_array, num_fds, INFTIM);
673 switch (nfds) {
706 for (i = 0; i < num_fds && nfds > 0; i++) {
708 nfds--;
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c572 int nfds, funix; local
583 nfds = poll(&Pfd, 1, 0);
584 if (nfds <= 0) {
609 int nfds; local
634 nfds = poll(&Pfd, 1, INFTIM);
636 if (nfds == 0)
639 if (nfds < 0) {
787 int nfds, i; local
808 nfds = poll(Nfd, Ninputs, -1);
809 if (nfds
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Ddns-sd.c491 int nfds = dns_sd_fd + 1; local
496 if (dns_sd_fd2 > dns_sd_fd) nfds = dns_sd_fd2 + 1;
513 result = select(nfds, &readfds, (fd_set*)NULL, (fd_set*)NULL, &tv);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c736 pselect(int nfds, void *rfds, void *wfds, void *efds, argument
749 UNUSED(nfds);
763 n = select(nfds, rfds, wfds, efds, tvp);
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dexpound.c2048 show_all_pollfds(private_t *pri, long offset, int nfds) argument
2053 for (; nfds && !interrupt; nfds--, offset += sizeof (struct pollfd)) {
2085 int nfds; local
2092 nfds = pri->sys_args[1];
2095 if (offset != NULL && nfds > 32) {
2100 if (offset != NULL && nfds > 0)
2101 show_all_pollfds(pri, offset, nfds);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c1099 pselect(int nfds, void *rfds, void *wfds, void *efds, argument
1113 n = select(nfds, rfds, wfds, efds, tvp);
/opensolaris-onvv-gate/usr/src/lib/librsm/common/
H A Drsmlib.c2598 rsm_intr_signal_wait_pollfd(struct pollfd fds[], nfds_t nfds, int timeout, argument
2601 return (__rsm_intr_signal_wait_common(fds, NULL, nfds, timeout,
2617 nfds_t nfds, int timeout, int *numfdsp)
2635 numfd = poll(fds, nfds, timeout);
2685 for (i = 0; i < nfds; i++) {
2616 __rsm_intr_signal_wait_common(struct pollfd fds[], minor_t rnums[], nfds_t nfds, int timeout, int *numfdsp) argument
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2645 int n, nfds; local
2738 nfds = (ofd > pty_master? ofd: pty_master) + 1;
2772 if (select(nfds, &ready, &writey, NULL, top) < 0) {
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc828 int pselect(int nfds,
834 int select(int nfds,

Completed in 315 milliseconds

12