Searched refs:timeout (Results 26 - 50 of 1269) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/timeout/
H A DMakefile5 PROG= timeout
/freebsd-11-stable/stand/usb/test/
H A Dbsd_usbloader_test.c67 pause(const char *what, int timeout) argument
69 if (timeout == 0)
70 timeout = 1;
72 usleep((1000000 / hz) * timeout);
/freebsd-11-stable/usr.sbin/ppp/
H A Dtun.h34 u_int32_t timeout; member in union:tun_data::__anon8898
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfscanf.c27 ** timeout -- time to complete scan
38 sm_io_fscanf(SM_FILE_T *fp, int timeout, char const *fmt, ...) argument
40 sm_io_fscanf(fp, timeout, fmt, va_alist)
42 int timeout;
52 ret = sm_vfscanf(fp, timeout, fmt, ap);
H A Dfpos.c31 ** TELLALRM -- handler when timeout activated for sm_io_tell()
62 ** timeout -- time to complete the tell (milliseconds)
70 sm_io_tell(fp, timeout)
72 int SM_NONVOLATILE timeout;
84 if (timeout == SM_TIME_DEFAULT)
85 timeout = fp->f_timeout;
86 if (timeout == SM_TIME_IMMEDIATE)
102 (void) sm_flush(fp, (int *) &timeout);
104 /* This is where we start the timeout */
105 if (timeout !
[all...]
H A Drefill.c34 ** SM_IO_RD_TIMEOUT -- measured timeout for reads
40 ** BSD-based/like systems the timeout for a select() is updated for the
51 ** to -- struct timeval of the timeout
52 ** timeout -- the original timeout value
59 #define SM_IO_RD_TIMEOUT(fp, fd, to, timeout, sel_ret) \
64 if (timeout == SM_TIME_IMMEDIATE) \
94 /* timeout */ \
110 ** timeout -- original timeout valu
[all...]
H A Dfput.c29 ** timeout -- time to complete the put-string
38 sm_io_fputs(fp, timeout, s)
40 int timeout;
51 return sm_fvwrite(fp, timeout, &uio);
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))
/freebsd-11-stable/contrib/apr/support/unix/
H A Dwaitio.c44 int rc, timeout; local
46 timeout = f ? f->timeout / 1000 : s->timeout / 1000;
51 rc = poll(&pfd, 1, timeout);
69 apr_interval_time_t timeout; local
75 /* TODO - timeout should be less each time through this loop */
88 timeout = f->timeout;
95 timeout
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spi.h86 int (*clock_detect_cb)(int interface, cvmx_spi_mode_t mode, int timeout);
89 int (*training_cb)(int interface, cvmx_spi_mode_t mode, int timeout);
92 int (*calendar_sync_cb)(int interface, cvmx_spi_mode_t mode, int timeout);
121 * @param timeout Timeout to wait for clock synchronization in seconds
126 extern int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, int num_ports);
138 * @param timeout Timeout to wait for clock synchronization in seconds
141 extern int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout);
221 * @param timeout Timeout to wait for clock synchronization in seconds
224 extern int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout);
235 * @param timeout Timeou
[all...]
/freebsd-11-stable/lib/libc/sys/
H A Daio_suspend.c45 const struct timespec *timeout)
50 __libc_interposing[INTERPOS_aio_suspend])(iocbs, niocb, timeout));
44 aio_suspend(const struct aiocb * const iocbs[], int niocb, const struct timespec *timeout) argument
H A Dpoll.c44 poll(struct pollfd pfd[], nfds_t nfds, int timeout) argument
48 __libc_interposing[INTERPOS_poll])(pfd, nfds, timeout));
/freebsd-11-stable/usr.bin/timeout/tests/
H A Dtimeout_test.sh1 # $FreeBSD: stable/11/usr.bin/timeout/tests/timeout_test.sh 315723 2017-03-22 17:53:25Z bdrewery $
6 atf_set "descr" "Basic tests on timeout(1) utility"
15 timeout 5 true
30 timeout 1d true
36 timeout 1h true
42 timeout 1m true
48 timeout 1s true
54 atf_set "descr" "Test disabled timeout"
63 timeout 0 true
78 -x timeout
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Deloop_win.c55 struct dl_list timeout; member in struct:eloop_data
78 dl_list_init(&eloop.timeout);
241 struct eloop_timeout *timeout, *tmp; local
244 timeout = os_zalloc(sizeof(*timeout));
245 if (timeout == NULL)
247 if (os_get_reltime(&timeout->time) < 0) {
248 os_free(timeout);
251 now_sec = timeout->time.sec;
252 timeout
285 eloop_remove_timeout(struct eloop_timeout *timeout) argument
295 struct eloop_timeout *timeout, *prev; local
318 struct eloop_timeout *timeout, *prev; local
542 struct eloop_timeout *timeout; local
652 struct eloop_timeout *timeout, *prev; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d36 timeout = timestamp + 5000000000;
63 /timestamp > timeout/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.argmap.d36 timeout = timestamp + 5000000000;
61 /timestamp > timeout/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d64 timeout = timestamp + 5000000000;
68 /timestamp > timeout/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.d64 timeout = timestamp + 5000000000;
68 /timestamp > timeout/
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_run.c60 struct timeval timeout; local
62 timeout.tv_sec = 30;
63 timeout.tv_usec = 0;
70 switch (_select(svc_maxfd+1, &readfds, NULL, NULL, &timeout)) {
/freebsd-11-stable/contrib/ntp/util/
H A Dtestrs6000.c15 int timeout();
34 signal(SIGALRM, timeout);
42 timeout( function
48 signal (SIGALRM, timeout);
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dmad_internal.h42 int timeout, retries; member in struct:ibmad_port
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompletion.h54 #define wait_for_completion_timeout(c, timeout) \
55 linux_wait_for_timeout_common((c), (timeout), 0)
56 #define wait_for_completion_interruptible_timeout(c, timeout) \
57 linux_wait_for_timeout_common((c), (timeout), 1)
/freebsd-11-stable/libexec/tftpd/tests/
H A DMakefile8 TEST_METADATA.functional+= timeout=15
/freebsd-11-stable/sbin/devd/tests/
H A DMakefile7 TEST_METADATA.client_test+= timeout=15
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.h64 int ata_do_identify(struct cam_device *device, int retry_count, int timeout,
67 int timeout, int verbosemode);
68 int get_device_type(struct cam_device *dev, int retry_count, int timeout,
75 size_t cdb_storage_len, uint8_t sense_len, uint32_t timeout,
83 int retry_count, int timeout);
85 int task_attr, int retry_count, int timeout, int verbosemode);
87 int retry_count, int timeout, int verbosemode);
89 char *combinedopt, int task_attr, int retry_count, int timeout,
93 int timeout, uint8_t *data, int datalen);
95 int task_attr, int retry_count, int timeout, u_int8_
[all...]

Completed in 126 milliseconds

1234567891011>>