Searched refs:select (Results 126 - 150 of 188) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c154 * Set the default select size to be the maximum FD_SETSIZE, unless
389 switch (select(dtbsize, &readfds,
412 syslog(LOG_ERR, "nfscast: select: %m");
417 } /* end of select results switch */
/opensolaris-onvv-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c858 if (select(gpipe + 1, &read_fd, NULL, NULL, &timeout) > 0) {
/opensolaris-onvv-gate/usr/src/cmd/rexd/
H A Don.c580 nfds = select(FD_SETSIZE, &selmask, (fd_set *) 0, (fd_set *) 0,
586 perror("on: select");
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c694 rs = select(0, NULL, NULL, NULL, &st); \
700 "MI_SLEEP(): select() returned non-zero result %d, errno = %d", \
729 int scnt = 0; /* error count for select() failures */
762 /* select on interface ports */
802 scnt = 0; /* reset error counter for select() */
827 /* check if acceptable for select() */
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c638 while (select(maxfd, r, NULL, e, &seltime) == -1 &&
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dyppush.c57 #include <sys/select.h>
76 #define MIN_GRACE 25 /* select timeout and minimum grace */
824 (void) perror("main loop select");
830 (void) printf("timeout in main loop select.\n");
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1029 if (select (serial_fd + 1, &fds, 0, 0, &to) > 0)
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Drequest.c44 #include <sys/select.h>
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h59 # include <sys/select.h>
H A Dresult.c400 rc = -2; /* select interrupted: loop */
1083 rc = select( tblsize, &readfds, 0, 0, timeout ) );
1135 rc = select( 1, &readfds, 0, 0, timeout ) );
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dnbns_rq.c495 n = select(s + 1, &rd, &wr, &ex, &tv);
/opensolaris-onvv-gate/usr/src/lib/libsocket/inet/
H A Drcmd.c292 while ((selret = select(FD_SETSIZE, &fdset, (fd_set *)0,
/opensolaris-onvv-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c107 ret = select(sockfd + 1, &readfds, NULL, NULL, &tv);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c52 #include <sys/select.h>
950 if (select(FD_SETSIZE, &ready, NULL,
H A Din.tftpd.c329 n = select(reqsock + 1, &readfds, NULL, NULL, &dally);
333 syslog(LOG_ERR, "select: %m");
/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h160 # define FDSET_CAST (int *) /* cast for fd_set parameters to select */
216 # include <sys/select.h>
906 # include <sys/select.h>
2068 # define FDSET_CAST (int *) /* cast for fd_set parameters to select */
2606 # define FDSET_CAST /* (empty) cast for fd_set arg to select */
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_server.c1268 /* Under DOS (non-djgpp) and Windows we can't select on stdin: only
1269 * on sockets. As a workaround we timeout the select every
1275 i=select(width,(void *)&readfds,NULL,NULL,&tv);
1280 i=select(width,(void *)&readfds,NULL,NULL,NULL);
1371 /* should do a select for the write */
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c52 #include <sys/select.h>
551 * select to indicate write capability on UNIX, but only shows up
588 * Call select and return results.
590 * Output: select return value (-1 or num fds ready) and fd_sets
625 *sret = select(out->max, &out->rfds, &out->wfds, &out->xfds, timo);
631 dprint("select returns %d", *sret);
861 dprint("new select vectors: %F\n",
896 /* The select callback will handle flushing any data we
911 select callbacks? */
929 /* Fix up max fd for next select cal
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1144 * If not, check the SSL/TLS buffers and do a select() on the connection...
2101 int nfds; /* Result from select() */
2102 int set_size; /* Size of select set */
2130 * Then try doing a select() to poll the socket...
2137 * Windows has a fixed-size select() structure, different (surprise,
2145 * Allocate the select() input set based upon the max number of file
2171 nfds = select(http->fd + 1, http->input_set, NULL, NULL, &timeout);
2174 nfds = select(http->fd + 1, http->input_set, NULL, NULL, NULL);
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c1260 * we select the right one input for the selector.
3382 * We select the wid which has maxium gain range in
3579 * "select connection"
4015 * by w can be a pin widget or select/mixer widget. If it
4016 * is a pin widget, we already finish "select connection"
4780 * "select connection"
5474 * as the sumwidget. We select the external MIC if it is plugged into the
5479 uint8_t id, int select)
5510 if (select && pin->wid == id &&
5524 } else if (!select
5478 audiohd_select_mic(audiohd_state_t *statep, uint8_t index, uint8_t id, int select) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c45 # include <sys/select.h>
1527 select(1, &readfd, NULL, NULL, &selecttimeout);
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c285 ret = select(FD_SETSIZE, &fds, NULL, NULL, &timeout);
343 * Calls select on the the set of file descriptors from the
380 * If select should be blocked, then we poll every ten seconds.
394 /* Create the fd_sets for select. */
412 n = select(FD_SETSIZE, &rfds, &wfds, &efds, &timeout);
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dconn.c1248 /* This version uses the select system call */
1261 (void) select(32, 0, 0, 0, &tv);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Ddns-sd.c118 // Note: the select() implementation on Windows (Winsock2) fails with any timeout much larger than this
513 result = select(nfds, &readfds, (fd_set*)NULL, (fd_set*)NULL, &tv);
525 printf("select() returned %d errno %d %s\n", result, errno, strerror(errno));
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c578 * Well-known bit of select(3c) silliness inherited
588 n = select(sock_max, &ibits, 0, 0, &select_timeout);
591 BADERR(_B_TRUE, "select");

Completed in 380 milliseconds

12345678