Searched refs:timeout (Results 226 - 250 of 853) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c347 struct timeval timeout; local
361 timeout.tv_sec = 30;
362 timeout.tv_usec = 0;
376 timeout);
407 timeout);
415 timeout);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c60 #define USAGE_STR "[-adfginpstvx] [-m mech] [-T timeout] " \
80 timeoutms = timeout = 0;
135 "ftp: bad timeout: \"%s\"\n", optarg);
138 timeout = atoi(optarg);
139 timeoutms = timeout * MILLISEC;
235 (void) printf("Connection timeout\n");
278 if (timeout)
279 alarm(timeout);
285 if (timeout)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c295 struct timeval timeout; local
306 * use a default timeout.
314 timeout = ct->ct_total;
316 shipnow = (xdr_results == (xdrproc_t)0 && timeout.tv_sec == 0 &&
317 timeout.tv_usec == 0) ? FALSE : TRUE;
342 if (timeout.tv_sec == 0 && timeout.tv_usec == 0) {
415 * Do non-blocking reads here until we get some data or timeout
H A Dnfs4ops.c67 struct timeval timeout; local
111 timeout.tv_sec = NFS_REXMIT_MIN;
112 timeout.tv_usec = 0;
118 timeout);
131 timeout.tv_sec = NFS_REXMIT_MIN;
134 if (timeout.tv_sec < NFS_REXMIT_MAX)
135 timeout.tv_sec++;
137 timeout.tv_sec = 0;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_oplock.c248 uint32_t timeout; local
313 timeout = smb_oplock_min_timeout;
315 timeout = smb_oplock_timeout;
319 smb_oplock_wait_ack(node, timeout);
484 smb_oplock_wait_ack(smb_node_t *node, uint32_t timeout) argument
491 time = MSEC_TO_TICK(timeout) + ddi_get_lbolt();
506 * An oplock break has not been acknowledged within timeout
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Demac.c537 int timeout; local
546 timeout = 10;
552 while (timeout) {
556 timeout = 10;
559 --timeout;
573 if (timeout == 0)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c346 long timeout; local
349 timeout = rfc2131_sleep_interval(TIMEOUT, retry);
351 arpreq.tipaddr, timeout)) goto xmit;
500 long timeout; local
503 timeout = rfc2131_sleep_interval(TIMEOUT, retry);
504 if (await_reply(await_rarp, 0, rarpreq.shwaddr, timeout))
598 long timeout; local
604 timeout = rfc2131_sleep_interval(TIMEOUT, retry++);
605 if (await_reply(await_bootp, 0, NULL, timeout)){
699 long timeout; local
881 await_reply(reply_t reply, int ival, void *ptr, long timeout) argument
[all...]
H A Dfsys_tftp.c112 long timeout; local
114 timeout = rfc2131_sleep_interval(block?TFTP_REXMT: TIMEOUT, retry);
116 timeout = rfc2131_sleep_interval(TIMEOUT, retry);
118 if (!await_reply(await_tftp, iport, NULL, timeout))
139 break; /* timeout */
247 long timeout; local
250 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry);
252 timeout = rfc2131_sleep_interval (TIMEOUT, retry);
255 if (! await_reply (await_tftp, iport, NULL, timeout))
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c70 xdrproc_t xres, caddr_t resp, struct timeval timeout)
73 timeout));
69 clnt_call(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp, xdrproc_t xres, caddr_t resp, struct timeval timeout) argument
/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c82 struct timespec *timeout)
90 (uintptr_t)timeout);
81 port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, struct timespec *timeout) argument
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypset.c59 #define TIMEOUT 30 /* Total seconds for timeout */
67 static struct timeval timeout = { variable in typeref:struct:timeval
305 timeout);
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc148 event ereport.asic.zambezi.opu.ors-timeout-read@interconnect
150 event ereport.asic.zambezi.opu.ors-timeout-writeback@interconnect
220 ereport.asic.zambezi.opu.ors-timeout-read@interconnect
222 ereport.asic.zambezi.opu.ors-timeout-writeback@interconnect
272 event ereport.asic.zambezi.lfu.retrain-error-resume-timeout@interconnect
278 event ereport.asic.zambezi.lfu.retrain-failed-resume-timeout@interconnect
486 ereport.asic.zambezi.lfu.retrain-failed-resume-timeout@interconnect
503 ereport.asic.zambezi.lfu.retrain-failed-resume-timeout@interconnect,
516 ereport.asic.zambezi.lfu.retrain-error-resume-timeout@interconnect,
551 event ereport.asic.zambezi.gpd.jtag-mapped-timeout
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_subr.c54 struct timeval timeout = { 5, 0}; local
81 xdr_nlm_res, (caddr_t)&rlm_res, timeout);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c177 sctps->sctps_reclaim_tid = timeout(sctp_reclaim_timer,
250 sctps->sctps_reclaim_tid = timeout(sctp_reclaim_timer,
/illumos-gate/usr/src/uts/sun4v/os/
H A Dwdt.c47 #define WDT_MIN_TIMEOUT (1 * MILLISEC) /* Minimum timeout = 1s */
48 #define WDT_REGULAR_TIMEOUT (10 * MILLISEC) /* Default timeout = 10s */
49 #define WDT_LONG_TIMEOUT (60 * MILLISEC) /* Long timeout = 60s */
72 * the timeout value.
106 * Get the watchdog-max-timeout and watchdog-resolution MD properties.
126 if (md_get_prop_val(mdp, listp[0], "watchdog-max-timeout",
128 cmn_err(CE_WARN, "Invalid watchdog-max-timeout, watchdog "
137 * Make sure that watchdog timeout value is within limits.
168 * round the timeout to the nearest smaller value.
177 * watchdog timeout
244 config_watchdog(uint64_t timeout, int new_state) argument
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c151 * Set the timeout value for this client handle.
169 dgettext(TEXT_DOMAIN, "metad client set timeout")));
252 struct timeval timeout; local
263 timeout.tv_usec = 0;
272 /* Use remaining time as the timeout value. */
273 timeout.tv_sec = tout - (curtime.tv_sec - start.tv_sec);
274 clnt = (*func)(hostname, data, &timeout);
369 * don't want to suffer the 60 second timeout if the services are
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c31 #define TIMESTAMP_TIMEOUT 5 /* default timeout */
175 * timeout= timeout in min, default is 5
187 time_t timeout = 0; local
198 timeout = TIMESTAMP_TIMEOUT;
204 } else if (strncmp(argv[i], "timeout=", 8) == 0) {
207 timeout = tmp;
302 if (time((time_t *)0) - sb.st_mtime > 60 * timeout) {
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dchangepw.c176 struct timeval timeout; local
292 /* XXX need a timeout/retry loop here */
295 timeout.tv_sec = 120;
296 timeout.tv_usec = 0;
297 switch (select(s1 + 1, &fdset, 0, 0, &timeout)) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c304 struct timeval *timeout, LDAPMessage **result)
308 return (ldap_result(ld, msgid, all, timeout, result));
367 struct timeval *timeout, LDAPMessage **res)
372 attrs, attrsonly, timeout, res));
302 _ns_ldap_result(char *service, int flags, int msgid, int all, struct timeval *timeout, LDAPMessage **result) argument
364 _ns_ldap_search_st(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res) argument
/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h128 /* Keep track of desired number of attempts and timeout */
131 time_t timeout; member in struct:__anon3654
/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c108 * Set the timeout delay used to check for quickly arriving
714 struct timeval timeout; /* The timeout */ local
717 timeout.tv_sec = 0;
718 timeout.tv_usec = usec;
719 return select(fd+1, &rfds, NULL, NULL, &timeout) == 1;
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.h117 int timeout);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.c476 struct timeval timeout; local
491 timeout.tv_sec = tsleep / 1000;
492 timeout.tv_usec = (tsleep % 1000) * 1000;
497 if (select(gpipe + 1, &read_fd, NULL, NULL, &timeout) > 0) {
/illumos-gate/usr/src/cmd/tip/
H A Dcu.c17 void timeout(void);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlist.c36 * - enable/disable of timeout feature
37 * - timeout feature, if enabled, will remove each node on the list which
38 * has been on the list for > timeout. The callback provided will be
40 * timer_resolution after the timeout has occurred (i.e. if you set the
41 * timer resolution to 50uS and the timeout to 100uS, you could get the
69 * of the functions. If you do not wish to use the timeout feature, set
170 tlist_handle->tl_timeout_id = timeout(
183 * timeout() because the timer is already on.
283 * update the timeout to a different value. timeout i
289 hci1394_tlist_timeout_update(hci1394_tlist_handle_t tlist_handle, hrtime_t timeout) argument
[all...]

Completed in 117 milliseconds

1234567891011>>