HomeSort by: relevance | last modified time | path
    Searched defs:TIMEOUT (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/games/sail/
machdep.h 34 #define TIMEOUT 300 /* Sync() timeout in seconds */
  /src/sys/arch/dreamcast/dev/maple/
maplereg.h 45 #define TIMEOUT(n) ((n)<<16)
  /src/usr.sbin/rpc.bootparamd/
test.c 45 /* Default timeout can be changed using clnt_control() */
46 static struct timeval TIMEOUT = {25, 0};
57 xdr_bp_whoami_res, &res, TIMEOUT)) != RPC_SUCCESS) {
  /src/libexec/rpc.sprayd/
sprayd.c 49 #define TIMEOUT 120
90 alarm(TIMEOUT);
  /src/sys/modules/examples/pollpal/
cmd_pollpal.c 46 #define TIMEOUT 10000
92 ret = poll(&fds, 1, TIMEOUT);
100 printf("%d seconds elapsed \n.TIMEOUT.\n",
101 TIMEOUT / 1000);
  /src/usr.sbin/rpc.statd/
test.c 13 /* Default timeout can be changed using clnt_control() */
14 static struct timeval TIMEOUT = {25, 0};
23 &res, TIMEOUT) != RPC_SUCCESS)
36 &res, TIMEOUT) != RPC_SUCCESS)
49 &res, TIMEOUT) != RPC_SUCCESS)
62 &res, TIMEOUT) != RPC_SUCCESS)
75 &res, TIMEOUT) != RPC_SUCCESS)
  /src/libexec/talkd/
talkd.c 80 #define TIMEOUT 30
83 static void timeout(int);
116 signal(SIGALRM, timeout);
117 alarm(TIMEOUT);
147 timeout(int n) function in typeref:typename:void
153 alarm(TIMEOUT);
  /src/sys/arch/arm/xilinx/
zynq_usb.c 236 aprint_error_dev(sc->sc_hsc.sc_dev, "%s: timeout\n", __func__);
258 aprint_error_dev(sc->sc_hsc.sc_dev, "%s: timeout\n", __func__);
264 #define TIMEOUT 100000
271 ulpi_wakeup(sc, TIMEOUT);
276 data = ulpi_wait(sc, TIMEOUT);
286 ulpi_wakeup(sc, TIMEOUT);
291 ulpi_wait(sc, TIMEOUT);
346 aprint_error_dev(hsc->sc_dev, "reset timeout (%x)\n", reg);
  /src/sys/dev/mvme/
lpt_mvme.c 106 #define TIMEOUT hz*16 /* wait up to 16 seconds for a ready */
198 if (spin >= TIMEOUT) {
280 if (tic > TIMEOUT)
281 tic = TIMEOUT;
  /src/usr.sbin/rpc.lockd/
test.c 19 /* Default timeout can be changed using clnt_control() */
20 static struct timeval TIMEOUT = {0, 0};
30 &res, TIMEOUT);
45 &res, TIMEOUT);
63 &res, TIMEOUT);
79 &res, TIMEOUT);
95 &res, TIMEOUT);
111 &res, TIMEOUT);
127 NULL, TIMEOUT);
144 &res, TIMEOUT);
    [all...]
  /src/usr.sbin/spray/
spray.c 58 static struct timeval TIMEOUT = { 25, 0 };
135 * For some strange reason, RPC 4.0 sets the default timeout,
145 if (clnt_call(cl, SPRAYPROC_CLEAR, xdr_void, NULL, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
165 if (clnt_call(cl, SPRAYPROC_GET, xdr_void, NULL, xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) {
  /src/sys/dev/podulebus/
hcsc.c 226 #define TIMEOUT 1000000
233 for (i = TIMEOUT; i > 0; i--) {
243 printf("%s: ready timeout\n", device_xname(sc->sc_dev));
254 for (timo = TIMEOUT; timo; timo--) {
261 printf("%s: pdma not_req timeout\n", device_xname(sc->sc_dev));
354 for (i = TIMEOUT; i > 0; i--) {
363 printf("%s: timeout waiting for final SCI_DSR_DREQ.\n",
  /src/sys/dev/ic/
lpt.c 78 #define TIMEOUT hz*16 /* wait up to 16 seconds for a ready */
198 if (spin >= TIMEOUT) {
315 if (tic > TIMEOUT)
316 tic = TIMEOUT;
  /src/usr.bin/lock/
lock.c 52 * Timeout interval is by default TIMEOUT, it can be changed with
81 #define TIMEOUT 15
90 static struct timeval timeout; variable in typeref:struct:timeval
93 static int notimeout; /* no timeout at all */
94 static long nexttime; /* keep the timeout time */
122 sectimeout = TIMEOUT;
135 err(1, "illegal timeout value: %s", optarg);
137 errx(1, "illegal timeout value: %s", optarg);
139 errx(1, "too large timeout value: %ld"
    [all...]
  /src/sys/arch/arm/imx/
imxusb.c 273 aprint_error_dev(hsc->sc_dev, "%s: timeout\n", __func__);
295 aprint_error_dev(hsc->sc_dev, "%s: timeout\n", __func__);
300 #define TIMEOUT 100000
307 ulpi_wakeup(sc, TIMEOUT);
312 reg = ulpi_wait(sc, TIMEOUT);
322 ulpi_wakeup(sc, TIMEOUT);
327 ulpi_wait(sc, TIMEOUT);
387 aprint_error_dev(hsc->sc_dev, "reset timeout (%x)\n", reg);
  /src/sbin/efi/
setvar.c 49 #define TIMEOUT "Timeout"
309 set_timeout(int fd, uint16_t timeout)
314 efi_var_init(&ev, TIMEOUT,
320 ev.data = &timeout;
321 ev.datasize = sizeof(timeout);
323 printf("set Timeout = %u seconds\n", timeout);
338 rv = delete_variable(fd, TIMEOUT);
  /src/lib/libradius/
radlib_private.h 49 #define TIMEOUT 3 /* In seconds */
69 int timeout; /* Timeout in seconds */ member in struct:rad_server
  /src/usr.bin/resize/
resize.c 105 #define TIMEOUT 10
283 alarm(TIMEOUT);
286 it.it_value.tv_sec = TIMEOUT;
  /src/sys/arch/atari/dev/
lpt.c 82 #define TIMEOUT hz*16 /* wait up to 16 seconds for a ready */
216 if (spin >= TIMEOUT) {
303 if (tic > TIMEOUT)
304 tic = TIMEOUT;
  /src/tests/lib/libc/sys/
t_clock_gettime.c 82 #define TIMEOUT 5
106 endlimit += TIMEOUT + 1;
161 atf_tc_set_md_var(tc, "timeout", "300");
175 "for %d seconds\n", TIMEOUT);
194 (void)printf("\nChecking %s for %d seconds\n", name, TIMEOUT);
  /src/lib/libc/rpc/
rpc_generic.c 482 struct timeval TIMEOUT = {25, 0};
485 (xdrproc_t) xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
  /src/sys/dev/ppbus/
ppbus_base.h 54 #define TIMEOUT 0x01
121 unsigned int timeout:1; member in struct:ppbus_status
  /src/games/hack/
hack.h 101 #define TIMEOUT 007777 /* mask */
109 void (*p_tofn)(void); /* called after timeout */
131 unsigned utrap:3; /* trap timeout */
  /src/libexec/identd/
identd.c 46 #define TIMEOUT 30 /* seconds */
97 int IPv4or6, ch, error, i, *socks, timeout; local in function:main
112 timeout = TIMEOUT;
203 timeout = (int)strtol(optarg, &p, 0);
204 if (*p != '\0' || timeout < 1)
205 die("Invalid timeout value `%s'", optarg);
304 proxy_addr, timeout);
315 proxy_addr, timeout);
326 const char *user, struct sockaddr *proxy, int timeout)
    [all...]
  /src/usr.bin/tftp/
main.c 71 #define TIMEOUT 5 /* secs between rexmt's */
85 u_int def_rexmtval = TIMEOUT;
86 u_int rexmtval = TIMEOUT;
88 int maxtimeout = 5 * TIMEOUT;
139 static const char tohelp[] = "toggle extended timeout option";
148 static const char xhelp[] = "set per-packet retransmission timeout";
149 static const char ihelp[] = "set total retransmission timeout";
167 { "timeout", ihelp, settimeout },
577 getmore("Rexmt-timeout ", "(value) ");
598 getmore("Maximum-timeout ", "(value) ")
    [all...]

Completed in 19 milliseconds

1 2