Searched refs:timeout (Results 51 - 75 of 1541) sorted by relevance

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d64 timeout = timestamp + 5000000000;
68 /timestamp > timeout/
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d36 timeout = timestamp + 5000000000;
63 /timestamp > timeout/
/freebsd-current/contrib/sendmail/libsm/
H A Dwbuf.c32 ** timeout -- time to complete operation (milliseconds)
41 sm_wbuf(fp, timeout, c)
43 int timeout;
72 ** Note for the timeout, only one of the sm_io_flush's will get called.
78 if (sm_io_flush(fp, timeout))
85 if (sm_io_flush(fp, timeout))
H A Dfclose.c33 ** CLOSEALRM -- handler when timeout activated for sm_io_close()
64 ** timeout -- maximum time allowed to perform the close (millisecs)
75 sm_io_close(fp, timeout)
77 int SM_NONVOLATILE timeout;
110 /* Okay, this is where we set the timeout. */
111 if (timeout == SM_TIME_DEFAULT)
112 timeout = fp->f_timeout;
113 if (timeout == SM_TIME_IMMEDIATE)
120 r = fp->f_flags & SMWR ? sm_flush(fp, (int *) &timeout) : 0;
123 if (timeout !
[all...]
H A Dfflush.c37 ** timeout -- time to complete the flush
45 sm_io_flush(fp, timeout)
47 int SM_NONVOLATILE timeout;
65 SM_CONVERT_TIME(fp, fd, timeout, &to);
68 return sm_flush(fp, (int *) &timeout);
78 ** timeout -- max time allowed for flush (milliseconds)
85 ** timeout will get updated with the time remaining (if any)
89 sm_flush(fp, timeout)
91 int *timeout;
140 if (IS_IO_ERROR(fd, t, *timeout))
[all...]
H A Dfopen.c34 ** OPENALRM -- handler when timeout activated for sm_io_open()
60 ** REOPENALRM -- handler when timeout activated for sm_io_reopen()
91 ** timeout -- time to complete the open
107 sm_io_open(type, timeout, info, flags, rpool)
109 int SM_NONVOLATILE timeout; /* this is not the file type timeout */
127 if (timeout == SM_TIME_DEFAULT)
128 timeout = SM_TIME_FOREVER;
129 if (timeout == SM_TIME_IMMEDIATE)
137 /* Okay, this is where we set the timeout
[all...]
/freebsd-current/contrib/ntp/util/
H A Dtestrs6000.c15 int timeout();
34 signal(SIGALRM, timeout);
42 timeout( function
48 signal (SIGALRM, timeout);
/freebsd-current/contrib/ofed/libibmad/
H A Dmad_internal.h42 int timeout, retries; member in struct:ibmad_port
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_no_activity.ksh42 log_must timeout $TIMEOUT_SECS zpool wait -t $activity $TESTPOOL
46 log_must timeout $TIMEOUT_SECS zpool wait -t scrub,initialize $TESTPOOL
47 log_must timeout $TIMEOUT_SECS zpool wait -t free,remove,discard $TESTPOOL
50 log_must timeout $TIMEOUT_SECS zpool wait $TESTPOOL
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dcompletion.h52 #define wait_for_completion_timeout(c, timeout) \
53 linux_wait_for_timeout_common((c), (timeout), 0)
54 #define wait_for_completion_interruptible_timeout(c, timeout) \
55 linux_wait_for_timeout_common((c), (timeout), 1)
/freebsd-current/sbin/devd/tests/
H A DMakefile6 TEST_METADATA.client_test+= timeout=15
/freebsd-current/libexec/tftpd/tests/
H A DMakefile5 TEST_METADATA.functional+= timeout=15
/freebsd-current/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_005_pos.ksh77 for ((timeout=0; $timeout<10; timeout=$timeout+1)); do
H A Dzfsd_hotspare_003_pos.ksh74 for ((timeout=0; $timeout<10; timeout=$timeout+1)); do
H A Dzfsd_hotspare_002_pos.ksh80 for ((timeout=0; $timeout<10; timeout=$timeout+1)); do
H A Dzfsd_hotspare_006_pos.ksh90 for ((timeout=0; $timeout<10; timeout=$timeout+1)); do
108 for ((timeout=0; $timeout<10; timeout=$timeout+1)); do
/freebsd-current/lib/libc/rpc/
H A Dsvc_run.c55 struct timeval timeout; local
57 timeout.tv_sec = 30;
58 timeout.tv_usec = 0;
65 switch (_select(svc_maxfd+1, &readfds, NULL, NULL, &timeout)) {
/freebsd-current/contrib/ldns/ldns/
H A Dnet.h37 * \param[in] timeout the timeout value for the network
42 ldns_status ldns_udp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersize);
50 * \param[in] timeout *unused*, was the timeout value for the network
53 int ldns_udp_bgsend2(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
63 * \param[in] timeout *unused*, was the timeout value for the network
66 int ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
74 * \param[in] timeout th
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events.kshlib21 # or a timeout of $timeout seconds expire, whichever comes first
23 function zpool_events_settle # <eventnum> [timeout]
26 typeset timeout="${2:-3}"
30 while [[ $i -lt $timeout ]]; do
/freebsd-current/tools/test/stress2/misc/
H A Dmaxvnodes2.sh43 timeout 10m ../misc/msdos6.sh
/freebsd-current/tests/sys/aio/
H A DMakefile6 TEST_METADATA.aio_test+= timeout="30"
7 TEST_METADATA.lio_test+= timeout="10"
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
71 /timestamp > timeout/
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/
/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py3 # Will list all devices found/lost within a time frame (timeout)
17 print(" %s -i <interface_name> [-t <timeout>] \ " \
22 print(" -t = timeout = 0s (infinite)")
43 global timeout
53 def __init__(self,interface_name,wpas_dbus_interface,timeout):
55 self.timeout = int(timeout)
111 {'Timeout':int(self.timeout)})
117 # Required for timeout implementation
125 timeout variable
[all...]

Completed in 278 milliseconds

1234567891011>>