Searched refs:select (Results 101 - 125 of 188) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDateTimeDialog.java413 month.select(calendar.get(Calendar.MONTH));
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DRoot.java265 ((RootObserver)e.nextElement()).select(mgr);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h513 # define select PerlSock_select macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs15 # include <sys/select.h>
455 select(0, (Select_fd_set_t)NULL, (Select_fd_set_t)NULL,
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c610 r = select(0, NULL, NULL, NULL, &sm_io_to);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drds.c327 if ((ret = select(1, &readfs, NULL, NULL, &timev)) == 0) {
336 log_msg("select() interrupted\n");
343 log_msg("select() error = %d\n", errno);
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_time.c714 select(width,(void *)&readfds,NULL,NULL,NULL);
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Denv.c112 ret = select(fileno(stdin) + 1, &readfds, NULL, NULL, &timeval);
/opensolaris-onvv-gate/usr/src/lib/libnsl/dial/
H A Dconn.c916 /* This version uses the select system call */
928 (void) select(32, 0, 0, 0, &tv);
/opensolaris-onvv-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c422 switch (select(__rpc_dtbsize(),
H A Dclnt_udp.c294 switch (select(__rpc_dtbsize(), &readfds, NULL,
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3282 * Description: This routine attempts to select descriptor sense format
3288 * presumably the mode select will fail. Everything will
3373 "sd_enable_descr_sense: mode select ctrl page failed\n");
9377 * we get all of the mode sense data otherwise, the mode select
9439 * Construct select buffer length based on the
9466 /* Clear reserved bits before mode select. */
9470 * Clear out mode header for mode select.
9485 /* Issue mode select to change the cache settings */
9532 * do mode select to clear wce
9539 * do mode select t
26792 uchar_t *select = NULL; local
26979 uchar_t *select = NULL; local
28332 uchar_t *select; local
28918 uchar_t *select; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c94 #include <sys/select.h>
1371 #define FIFOREADTIMEOUT (60) /* read timeout on select */
1406 while (select(fd + 1, &readfds, (fd_set *) 0,
H A Drlogin.c54 #include <sys/select.h>
1112 ret = select(rem+1, NULL, NULL, &exceptfds, &tv);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c1007 * way to the kernel (thus the select).
1020 (void) select(tout+1, NULL, &o, NULL, NULL);
1029 (void) select(tout+1, NULL, &o, NULL, NULL);
H A Dsys_bsd.c781 if ((c = select(16, &ibits, &obits, &xbits,
793 (void) printf("sleep(5) from telnet, after select\r\n");
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c979 while (select(connection_in + 1, setp, NULL, NULL, NULL) == -1 &&
1569 while (select(connection_out + 1, NULL, setp, NULL, NULL) == -1 &&
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dserverloop.c106 * the race between select() and child_terminated
247 * Sleep in select() until we can do something. This will initialize the
248 * select masks. Upon return, the masks will indicate which descriptors
274 /* Allocate and update select() masks for channel descriptors. */
342 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
348 error("select: %.100s", strerror(errno));
650 /* Sleep in select() until we can do something. */
764 * simple: select() on the read side of the pipe, and if there's packets
794 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, NULL);
800 error("select
[all...]
/opensolaris-onvv-gate/usr/src/lib/libipmi/common/
H A Dipmi_lan.c204 ret = select(ilp->il_sd + 1, &read_set, NULL, &err_set, &tmout);
232 ret = select(ilp->il_sd + 1, &read_set, NULL, &err_set, &tmout);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java814 ((TextField)gui.LoginName.getBody()).select(0, 0);
1145 list.select(pos);
1263 list.select(curPrListPos);
1857 * If we have edited a principal, select their policy by default
1992 list.select(pos);
2042 list.select(curPoListPos);
2788 tf.select(0, 0);
2821 tf.select(0, 0);
2835 tf.select(0, 0);
5177 c.select(
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c164 err = select(fd + 1, &mask, NULL, NULL, &tv);
725 return (select(nfds, mask, NULL, NULL, &t));
987 (void) select(nfds + 1, &mask, NULL, NULL, NULL);
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/test/
H A Dmadman_api_test.c907 count = select(numfds, &fdset, 0, 0, &timeout);
927 fprintf(stderr, "select() failed %s\n",
H A Dmadman_api_test_2.c892 count = select(numfds, &fdset, 0, 0, &timeout);
912 fprintf(stderr, "select() failed %s\n",
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c439 cc = select(soc+1, &bits, 0, 0, &delay);
484 perror("rtquery: select");
/opensolaris-onvv-gate/usr/src/cmd/fps/fptest/
H A Dlinpack.c253 (void) select(1, NULL, NULL, NULL, &timeout);

Completed in 482 milliseconds

12345678