Searched refs:timeout (Results 126 - 150 of 1172) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dser-unix.c70 static int wait_for (struct serial *scb, int timeout);
71 static int hardwire_readchar (struct serial *scb, int timeout);
72 static int do_hardwire_readchar (struct serial *scb, int timeout);
73 static int generic_readchar (struct serial *scb, int timeout,
75 int timeout));
95 static int do_unix_readchar (struct serial *scb, int timeout);
369 struct timeval timeout; local
376 timeout.tv_sec = 0;
377 timeout.tv_usec = 250000;
378 select (0, 0, 0, 0, &timeout);
441 wait_for(struct serial *scb, int timeout) argument
562 do_hardwire_readchar(struct serial *scb, int timeout) argument
630 hardwire_readchar(struct serial *scb, int timeout) argument
898 ser_unix_wait_for(struct serial *scb, int timeout) argument
943 do_unix_readchar(struct serial *scb, int timeout) argument
1034 generic_readchar(struct serial *scb, int timeout, int (do_readchar) (struct serial *scb, int timeout)) argument
1072 ser_unix_readchar(struct serial *scb, int timeout) argument
[all...]
H A Dremote-utils.h35 unsigned int timeout; member in struct:_sr_settings
50 /* get and set timeout. */
51 #define sr_get_timeout() (sr_settings.timeout)
52 #define sr_set_timeout(newval) (sr_settings.timeout = (newval))
/freebsd-11.0-release/lib/librpcsvc/
H A Dyp_update.c69 struct timeval timeout; local
108 /* Set a timeout for clnt_call(). */
109 timeout.tv_usec = 0;
110 timeout.tv_sec = TIMEOUT;
131 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
148 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
163 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
180 (xdrproc_t)xdr_u_int, &res, timeout)) != RPC_SUCCESS) {
/freebsd-11.0-release/sys/arm/freescale/imx/
H A Dimx_wdog.c110 u_int timeout; local
119 timeout = (u_int)((1ULL << (cmd & WD_INTERVAL)) / 1000000000U);
120 if (timeout > 1 && timeout < 128) {
121 if (timeout != sc->sc_timeout) {
122 sc->sc_timeout = timeout;
125 reg |= (timeout << (WDOG_CR_WT_SHIFT + 1)) &
/freebsd-11.0-release/usr.bin/tip/libacu/
H A Dbiz31.c56 static int timeout = 0; variable
96 if (timeout) {
99 (void)snprintf(line, sizeof line, "%ld second dial timeout",
108 if (timeout)
166 timeout = 1;
177 timeout = 0;
180 printf("\07timeout waiting for reply\n");
191 return (timeout == 0);
209 timeout = 0; /* guard against disconnection */
/freebsd-11.0-release/sbin/camcontrol/
H A Dfwdownload.c105 * FW_TIMEOUT_DEFAULT: Attempt to probe for a WRITE BUFFER timeout
107 * use the Recommended timeout. Otherwise,
110 * FW_TIMEOUT_DEV_REPORTED: The timeout value was probed directly from
114 * timeout value. Use the device-specific
117 * FW_TIMEOUT_USER_SPEC: The user specified a timeout on the command
119 * probe or default timeout.
266 int retry_count, int timeout);
268 int timeout, int fd, char *buf,
271 int timeout, int quiet, const char *fw_img_path,
276 int timeout);
319 fw_get_timeout(struct cam_device *cam_dev, struct fw_vendor *vp, int retry_count, int timeout) argument
445 fw_validate_ibm(struct cam_device *dev, int retry_count, int timeout, int fd, char *buf, const char *fw_img_path, int quiet) argument
564 fw_read_img(struct cam_device *dev, int retry_count, int timeout, int quiet, const char *fw_img_path, struct fw_vendor *vp, int *num_bytes) argument
654 fw_check_device_ready(struct cam_device *dev, camcontrol_devtype devtype, struct fw_vendor *vp, int printerrors, int timeout) argument
767 fw_download_img(struct cam_device *cam_dev, struct fw_vendor *vp, char *buf, int img_size, int sim_mode, int printerrors, int quiet, int retry_count, int timeout, const char *imgname, camcontrol_devtype devtype) argument
921 fwdownload(struct cam_device *device, int argc, char **argv, char *combinedopt, int printerrors, int retry_count, int timeout) argument
[all...]
/freebsd-11.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopstat62 $0 [-d<delay>] [-t<timeout>] [-l <logfile>] [-v] [ntpserver]
84 ($1 ne '') && ($timeout = $1,1) && next;
85 @ARGV || die("$0: timeout value missing after -t\n$usage\n");
86 $timeout = shift;
87 ($timeout > 0) ||
88 die("$0: bad timeout value \"$timeout\"\n$usage");
110 $timeout = 12.0 unless defined($timeout); # wait $timeout second
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dsimple_exec.c58 SE_E_EXECTIMEOUT exec timeout
66 `exec timeout'/-4 from simple_exec
68 0 don't timeout again
69 n seconds to next timeout
83 void *ptr, time_t timeout)
93 oldtime = alarm(timeout);
108 timeout = (*func)(ptr);
109 if (timeout == (time_t)-1) {
112 } else if (timeout == (time_t)-2) {
116 alarm(timeout);
82 wait_for_process_timed(pid_t pid, time_t (*func)(void *), void *ptr, time_t timeout) argument
233 simple_execvp_timed(const char *file, char *const args[], time_t (*func)(void *), void *ptr, time_t timeout) argument
256 simple_execve_timed(const char *file, char *const args[], char *const envp[], time_t (*func)(void *), void *ptr, time_t timeout) argument
[all...]
/freebsd-11.0-release/contrib/sendmail/libmilter/
H A Dcomm.c47 ** timeout -- maximum time to wait
59 mi_rd_cmd(sd, timeout, cmd, rlen, name)
61 struct timeval *timeout;
82 ret = FD_RD_READY(sd, rds, excs, timeout);
155 ret = FD_RD_READY(sd, rds, excs, timeout);
206 /* select returned 0 (timeout) or < 0 (error) */
233 ** timeout -- maximum time to wait
241 retry_writev(fd, iov, iovcnt, timeout)
245 struct timeval *timeout;
263 ** We don't care much about the timeout her
[all...]
/freebsd-11.0-release/contrib/apr/file_io/unix/
H A Dpipe.c108 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_set(apr_file_t *thepipe, apr_interval_time_t timeout)
111 thepipe->timeout = timeout;
112 if (timeout >= 0) {
127 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_get(apr_file_t *thepipe, apr_interval_time_t *timeout)
130 *timeout = thepipe->timeout;
147 (*file)->blocking = BLK_UNKNOWN; /* app needs to make a timeout call */
148 (*file)->timeout = -1;
194 (*in)->timeout
[all...]
/freebsd-11.0-release/usr.bin/rsh/
H A Drsh.c101 int timeout = 0; local
149 timeout = atoi(optarg);
185 if (timeout) {
187 alarm(timeout);
191 if (timeout) {
230 talk(nflag, omask, pid, rem, timeout);
238 talk(int nflag, long omask, pid_t pid, int rem, int timeout) argument
284 tvtimeout.tv_sec = timeout;
296 if (timeout) {
308 errx(1, "timeout reache
[all...]
/freebsd-11.0-release/contrib/ofed/management/libibmad/src/
H A Drpc.c94 madrpc_set_timeout(int timeout) argument
96 def_madrpc_timeout = timeout;
114 int timeout)
120 if (!timeout)
121 timeout = def_madrpc_timeout;
138 ERRS("retry %d (timeout %d ms)", retries, timeout);
142 if (umad_send(port_id, agentid, sndbuf, length, timeout, 0) < 0) {
147 /* Use same timeout on receive side just in case */
150 if (umad_recv(port_id, rcvbuf, &length, timeout) <
113 _do_madrpc(int port_id, void *sndbuf, void *rcvbuf, int agentid, int len, int timeout) argument
395 sa_call(void *rcvbuf, ib_portid_t *portid, ib_sa_call_t *sa, unsigned timeout) argument
[all...]
/freebsd-11.0-release/sys/dev/iicbus/twsi/
H A Dtwsi.c142 * timeout given in us
145 * non-zero on timeout
148 twsi_poll_ctrl(struct twsi_softc *sc, int timeout, uint32_t mask) argument
151 timeout /= 10;
154 if (--timeout < 0)
155 return (timeout);
162 * 'timeout' is given in us. Note also that timeout handling is not exact --
163 * twsi_locked_start() total wait can be more than 2 x timeout
169 u_char slave, int timeout)
168 twsi_locked_start(device_t dev, struct twsi_softc *sc, int32_t mask, u_char slave, int timeout) argument
281 twsi_repeated_start(device_t dev, u_char slave, int timeout) argument
304 twsi_start(device_t dev, u_char slave, int timeout) argument
371 twsi_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
[all...]
/freebsd-11.0-release/lib/libusb/
H A Dlibusb10_io.c105 int timeout; local
135 timeout = -1;
137 timeout = (tv->tv_sec * 1000) + ((tv->tv_usec + 999) / 1000);
140 err = poll(fds, nfds, timeout);
457 uint8_t *data, uint16_t wLength, unsigned int timeout)
478 &actlen, timeout, 0);
511 int *transferred, unsigned int timeout, int type)
533 xfer->timeout = timeout;
581 int *transferred, unsigned int timeout)
455 libusb_control_transfer(libusb_device_handle *devh, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint8_t *data, uint16_t wLength, unsigned int timeout) argument
509 libusb10_do_transfer(libusb_device_handle *devh, uint8_t endpoint, uint8_t *data, int length, int *transferred, unsigned int timeout, int type) argument
579 libusb_bulk_transfer(libusb_device_handle *devh, uint8_t endpoint, uint8_t *data, int length, int *transferred, unsigned int timeout) argument
597 libusb_interrupt_transfer(libusb_device_handle *devh, uint8_t endpoint, uint8_t *data, int length, int *transferred, unsigned int timeout) argument
699 libusb_fill_control_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t *buf, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout) argument
722 libusb_fill_bulk_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout) argument
738 libusb_fill_interrupt_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout) argument
754 libusb_fill_iso_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, int npacket, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout) argument
[all...]
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Deapol_test.py55 def request(self, cmd, timeout=10):
56 return self.ctrl.request(cmd, timeout=timeout)
58 def wait_event(self, events, timeout=10):
68 remaining = start + timeout - now
71 if not self.mon.pending(timeout=remaining):
/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtimer.c61 timerRequest->timeout = 0;
73 bit32 timeout,
80 timerRequest->timeout = timeout;
142 timerRequest_to_process->timeout--;
144 if (timerRequest_to_process->timeout == 0)
70 dmSetTimerRequest( dmRoot_t *dmRoot, dmTimerRequest_t *timerRequest, bit32 timeout, dmTimerCBFunc_t CBFunc, void *timerData1, void *timerData2, void *timerData3 ) argument
/freebsd-11.0-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmtimer.c60 timerRequest->timeout = 0;
72 bit32 timeout,
79 timerRequest->timeout = timeout;
140 timerRequest_to_process->timeout--;
142 if (timerRequest_to_process->timeout == 0)
69 smSetTimerRequest( smRoot_t *smRoot, smTimerRequest_t *timerRequest, bit32 timeout, smTimerCBFunc_t CBFunc, void *timerData1, void *timerData2, void *timerData3 ) argument
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
28 const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout);
31 int timeout);
/freebsd-11.0-release/contrib/apr-util/buckets/
H A Dapr_buckets_pipe.c25 apr_interval_time_t timeout; local
28 apr_file_pipe_timeout_get(p, &timeout);
39 apr_file_pipe_timeout_set(p, timeout);
H A Dapr_buckets_socket.c25 apr_interval_time_t timeout; local
28 apr_socket_timeout_get(p, &timeout);
39 apr_socket_timeout_set(p, timeout);
/freebsd-11.0-release/lib/libc/rpc/
H A Drtime.c71 struct timeval *timeout)
82 if (timeout == NULL) {
111 (fd_set *)NULL, (fd_set *)NULL, timeout);
70 rtime(struct sockaddr_in *addrp, struct timeval *timep, struct timeval *timeout) argument
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h127 schedule_timeout(signed long timeout) argument
129 if (timeout < 0)
132 pause("lstim", timeout);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DListener.h79 WaitForEvent (const TimeValue *timeout,
83 WaitForEventForBroadcaster (const TimeValue *timeout,
88 WaitForEventForBroadcasterWithType (const TimeValue *timeout,
156 WaitForEventsInternal(const TimeValue *timeout,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp99 SBExpressionOptions::SetTimeoutInMicroSeconds (uint32_t timeout) argument
101 m_opaque_ap->SetTimeoutUsec (timeout);
111 SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds (uint32_t timeout) argument
113 m_opaque_ap->SetOneThreadTimeoutUsec (timeout);
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dsetvbuf.c36 ** timeout -- time allowed for completing the function
47 sm_io_setvbuf(fp, timeout, buf, mode, size)
49 int timeout;
81 SM_CONVERT_TIME(fp, fd, timeout, &to);
82 (void) sm_flush(fp, &timeout);

Completed in 272 milliseconds

1234567891011>>