Searched refs:timeout (Results 76 - 100 of 1144) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.weak1.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
79 /timestamp > timeout/
H A Dtst.weak2.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
79 /timestamp > timeout/
/macosx-10.10/postfix-255/postfix/src/util/
H A Dinet_trigger.c9 /* int inet_trigger(service, buf, len, timeout)
13 /* int timeout;
30 /* .IP timeout
81 msg_warn("%s: read timeout for service %s", myname, ip->service);
93 int inet_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
105 if ((fd = inet_connect(service, BLOCKING, timeout)) < 0) {
118 if (write_buf(fd, buf, len, timeout) < 0
119 || write_buf(fd, "", 1, timeout) < 0)
126 if (timeout > 0)
127 event_request_timer(inet_trigger_event, (char *) ip, timeout
[all...]
H A Dstream_trigger.c9 /* int stream_trigger(service, buf, len, timeout)
13 /* int timeout;
29 /* .IP timeout
78 msg_warn("%s: read timeout for service %s", myname, sp->service);
89 int stream_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
101 if ((fd = stream_connect(service, BLOCKING, timeout)) < 0) {
118 if (write_buf(fd, buf, len, timeout) < 0
119 || write_buf(fd, "", 1, timeout) < 0)
126 if (timeout > 0)
127 event_request_timer(stream_trigger_event, (char *) sp, timeout
[all...]
H A Dunix_trigger.c9 /* int unix_trigger(service, buf, len, timeout)
13 /* int timeout;
29 /* .IP timeout
79 msg_warn("%s: read timeout for service %s", myname, up->service);
90 int unix_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
102 if ((fd = unix_connect(service, BLOCKING, timeout)) < 0) {
119 if (write_buf(fd, buf, len, timeout) < 0
120 || write_buf(fd, "", 1, timeout) < 0)
127 if (timeout > 0)
128 event_request_timer(unix_trigger_event, (char *) up, timeout
[all...]
H A Dunix_connect.c9 /* int unix_connect(addr, block_mode, timeout)
12 /* int timeout;
23 /* .IP timeout
59 int unix_connect(const char *addr, int block_mode, int timeout) argument
87 if (timeout > 0) {
89 if (timed_connect(sock, (struct sockaddr *) & sun, sizeof(sun), timeout) < 0) {
H A Dpass_trigger.c9 /* int pass_trigger(service, buf, len, timeout)
13 /* int timeout;
29 /* .IP timeout
81 msg_warn("%s: read timeout for service %s", myname, pp->service);
97 int pass_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
110 if ((connect_fd = LOCAL_CONNECT(service, BLOCKING, timeout)) < 0) {
139 if (write_buf(pass_fd[1], buf, len, timeout) < 0
140 || write_buf(pass_fd[1], "", 1, timeout) < 0)
147 if (timeout > 0)
148 event_request_timer(pass_trigger_event, (char *) pp, timeout
[all...]
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dtimeridconv.rb20 def initialize(timeout=600)
26 @timeout = timeout
77 sleep(@timeout)
83 # Creates a new TimerIdConv which will hold objects for +timeout+ seconds.
84 def initialize(timeout=600)
85 @holder = TimerHolder2.new(timeout)
/macosx-10.10/tcl-105/tcl_ext/expect/expect/testsuite/config/
H A Ddefault.exp71 timeout {
90 timeout {
102 timeout {
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dselect-base.c54 timeout
60 struct timeval tb, *timeout; local
68 timeout = &tb;
70 timeout = intimeout;
78 return __select(nfds, readfds, writefds, exceptfds, timeout);
80 return __select_nocancel(nfds, readfds, writefds, exceptfds, timeout);
/macosx-10.10/uucp-11/uucp/contrib/
H A DLogin.PortSel32 timeout getprtslct 15000
47 timeout noconnect 10000
57 timeout prtwaitbad 70000
78 timeout noportwait 70000
87 timeout noconnect 20000
114 timeout sendbreak 5000
124 timeout nopwd 10000
H A DLogin.LAT41 timeout l0 1000 # Wait and try again
54 timeout badsvrpw 5000 # Die if invalid
67 timeout l1 1000 # Wait and try again
75 timeout deadmux 2000
86 timeout nologin 10000
97 timeout nopasswd 10000
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_prng_egd.c9 /* TLS_PRNG_SRC *tls_prng_egd_open(name, timeout)
11 /* int timeout;
36 /* .IP timeout
86 TLS_PRNG_SRC *tls_prng_egd_open(const char *name, int timeout) argument
95 if ((fd = unix_connect(name, BLOCKING, timeout)) < 0) {
103 egd->timeout = timeout;
124 if (timed_write(egd->fd, buffer, 2, egd->timeout, (void *) 0) != 2) {
128 if (timed_read(egd->fd, buffer, 1, egd->timeout, (void *) 0) != 1) {
139 if (timed_read(egd->fd, buffer, count, egd->timeout, (voi
[all...]
/macosx-10.10/vim-55/src/
H A Dos_beos.c84 struct timeval *timeout)
90 snooze(timeout->tv_sec * 1e6 + timeout->tv_usec);
107 tnew.c_cc[VTIME] = timeout->tv_sec * 10 + timeout->tv_usec / 100000;
140 /* timeout == NULL means "indefinitely" */
141 if (timeout) {
142 tmo = timeout->tv_sec * 1e6 + timeout->tv_usec;
150 if (timeout)
80 beos_select(int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout) argument
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dsidechannel.h120 double timeout) _CUPS_API_1_3;
124 double timeout) _CUPS_API_1_3;
128 double timeout) _CUPS_API_1_3;
132 int *datalen, double timeout)
134 extern cups_sc_status_t cupsSideChannelSNMPWalk(const char *oid, double timeout,
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Drftp21 set file_timeout 3600 ;# timeout (seconds) for retrieving files
22 set timeout 1000000 ;# timeout (seconds) for other ftp dialogue
77 set timeout $file_timeout
79 expect timeout {
99 set timeout $file_timeout
101 expect timeout {
113 } timeout {
123 } timeout {
138 expect timeout {
[all...]
/macosx-10.10/sudo-73/src/auth/
H A Dsia.c61 sudo_collect(timeout, rendition, title, nprompts, prompts)
62 int timeout;
71 if (timeout <= 0 || timeout > def_passwd_timeout * 60)
72 timeout = def_passwd_timeout * 60;
86 return sia_collect_trm(timeout, rendition, title, nprompts, prompts);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/testsuite/expect.tests/
H A Dexpect-tests.exp34 set timeout 20
54 timeout {
99 timeout {
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dwinscard_msg.c86 struct timeval timeout; local
92 timeout.tv_usec = 0;
93 if ((timeout.tv_sec = start + blockAmount - time(0)) < 0)
102 selret = select(filedes + 1, NULL, &write_fd, NULL, &timeout);
150 * timeout
199 struct timeval timeout; local
205 timeout.tv_usec = 0;
206 if ((timeout.tv_sec = start + blockAmount - time(0)) < 0)
215 selret = select(filedes + 1, &read_fd, NULL, NULL, &timeout);
263 * timeout
[all...]
/macosx-10.10/apr-32/apr/apr/network_io/os2/
H A Dsendrecv.c37 rv = select(&fds, 0, 1, 0, sock->timeout >= 0 ? sock->timeout/1000 : -1);
75 if (!sock->nonblock || (err == SOCEWOULDBLOCK && sock->timeout != 0)) {
77 rv = select(&fds, 1, 0, 0, sock->timeout >= 0 ? sock->timeout/1000 : -1);
95 } while (err == SOCEINTR || (err == SOCEWOULDBLOCK && sock->timeout != 0));
128 rv = select(&fds, 0, 1, 0, sock->timeout >= 0 ? sock->timeout/1000 : -1);
/macosx-10.10/bind9-45.101/bind9/contrib/dbus/
H A DGetForwarders31 dbus-send --system --type=method_call --print-reply --reply-timeout=20000 --dest=com.redhat.named /com/redhat/named com.redhat.named.text.GetForwarders $zone;
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dsmtp-multi.c152 struct timeval timeout; local
166 /* Set a suitable timeout to play around with */
167 timeout.tv_sec = 1;
168 timeout.tv_usec = 0;
172 timeout.tv_sec = curl_timeo / 1000;
173 if(timeout.tv_sec > 1)
174 timeout.tv_sec = 1;
176 timeout.tv_usec = (curl_timeo % 1000) * 1000;
187 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
198 case 0: /* timeout */
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib1507.c102 struct timeval timeout; local
116 /* set a suitable timeout to play around with */
117 timeout.tv_sec = 1;
118 timeout.tv_usec = 0;
122 timeout.tv_sec = curl_timeo / 1000;
123 if(timeout.tv_sec > 1)
124 timeout.tv_sec = 1;
126 timeout.tv_usec = (curl_timeo % 1000) * 1000;
138 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
150 case 0: /* timeout */
[all...]
/macosx-10.10/dtrace-147/test/tst/common/predicates/
H A Dtst.argsnotcached.d38 fbt::timeout:entry
/macosx-10.10/postfix-255/postfix/src/global/
H A Dsmtp_stream.h47 #define smtp_timeout_setup(stream, timeout) \
48 smtp_stream_setup((stream), (timeout), 0)

Completed in 223 milliseconds

1234567891011>>