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

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libcurses/
timeout.c 1 /* $NetBSD: timeout.c,v 1.10 2024/12/23 02:58:04 blymn Exp $ */
34 __RCSID("$NetBSD: timeout.c,v 1.10 2024/12/23 02:58:04 blymn Exp $");
43 * timeout --
47 timeout(int delay) function in typeref:typename:void
73 * 2. timeout granularity is ms but VTIME is 0.1s
timeout.c 1 /* $NetBSD: timeout.c,v 1.10 2024/12/23 02:58:04 blymn Exp $ */
34 __RCSID("$NetBSD: timeout.c,v 1.10 2024/12/23 02:58:04 blymn Exp $");
43 * timeout --
47 timeout(int delay) function in typeref:typename:void
73 * 2. timeout granularity is ms but VTIME is 0.1s
  /src/sys/net/agr/
ieee8023ad_lacp_sm_ptx.c 58 LACP_DPRINTF((lp, "partner timeout changed\n"));
65 * let lacp_sm_ptx_tx_schedule to update timeout.
71 * if timeout has been shortened, assert NTT.
82 int timeout; local in function:lacp_sm_ptx_tx_schedule
99 timeout = (lp->lp_partner.lip_state & LACP_STATE_TIMEOUT) ?
102 LACP_TIMER_ARM(lp, LACP_TIMER_PERIODIC, timeout);
ieee8023ad_lacp_sm_ptx.c 58 LACP_DPRINTF((lp, "partner timeout changed\n"));
65 * let lacp_sm_ptx_tx_schedule to update timeout.
71 * if timeout has been shortened, assert NTT.
82 int timeout; local in function:lacp_sm_ptx_tx_schedule
99 timeout = (lp->lp_partner.lip_state & LACP_STATE_TIMEOUT) ?
102 LACP_TIMER_ARM(lp, LACP_TIMER_PERIODIC, timeout);
  /src/games/hack/
hack.timeout.c 1 /* $NetBSD: hack.timeout.c,v 1.9 2011/05/23 22:53:25 joerg Exp $ */
66 __RCSID("$NetBSD: hack.timeout.c,v 1.9 2011/05/23 22:53:25 joerg Exp $");
75 timeout(void) function in typeref:typename:void
81 if ((upp->p_flgs & TIMEOUT) && !--upp->p_flgs) {
128 long i = (Stoned & TIMEOUT);
hack.timeout.c 1 /* $NetBSD: hack.timeout.c,v 1.9 2011/05/23 22:53:25 joerg Exp $ */
66 __RCSID("$NetBSD: hack.timeout.c,v 1.9 2011/05/23 22:53:25 joerg Exp $");
75 timeout(void) function in typeref:typename:void
81 if ((upp->p_flgs & TIMEOUT) && !--upp->p_flgs) {
128 long i = (Stoned & TIMEOUT);
  /src/sys/compat/linux/common/
linux_oldselect.h 46 struct linux_timeval *timeout; member in struct:linux_oldselect
linux_oldselect.h 46 struct linux_timeval *timeout; member in struct:linux_oldselect
  /src/lib/libc/rpc/
pmap_getport.c 69 static const struct timeval timeout = { 5, 0 }; variable in typeref:typename:const struct timeval
99 return clntudp_bufcreate(address, PMAPPROG, PMAPVERS, timeout,
pmap_getport.c 69 static const struct timeval timeout = { 5, 0 }; variable in typeref:typename:const struct timeval
99 return clntudp_bufcreate(address, PMAPPROG, PMAPVERS, timeout,
pmap_rmt.c 80 static const struct timeval timeout = { 3, 0 }; variable in typeref:typename:const struct timeval
104 client = clntudp_create(addr, PMAPPROG, PMAPVERS, timeout, &sock);
  /src/sys/dev/ic/
joyvar.h 47 int timeout[2]; member in struct:joy_softc
joyvar.h 47 int timeout[2]; member in struct:joy_softc
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_common_baco.c 35 u32 timeout = 5000, data; local in function:baco_wait_register
40 timeout--;
41 } while (value != (data & mask) && (timeout != 0));
43 if (timeout == 0)
50 u32 shift, u32 value, u32 timeout)
69 if (timeout)
71 msleep(timeout);
74 if (timeout)
76 udelay(timeout);
99 entry[i].shift, entry[i].val, entry[i].timeout))
    [all...]
amdgpu_common_baco.c 35 u32 timeout = 5000, data; local in function:baco_wait_register
40 timeout--;
41 } while (value != (data & mask) && (timeout != 0));
43 if (timeout == 0)
50 u32 shift, u32 value, u32 timeout)
69 if (timeout)
71 msleep(timeout);
74 if (timeout)
76 udelay(timeout);
99 entry[i].shift, entry[i].val, entry[i].timeout))
    [all...]
  /src/tests/kernel/kqueue/
t_proc3.c 62 struct timespec timeout; local in function:ATF_TC_BODY
80 timeout.tv_sec = 0;
81 timeout.tv_nsec = 0;
86 RL(kevent(kq, NULL, 0, &ke, 1, &timeout));
t_proc3.c 62 struct timespec timeout; local in function:ATF_TC_BODY
80 timeout.tv_sec = 0;
81 timeout.tv_nsec = 0;
86 RL(kevent(kq, NULL, 0, &ke, 1, &timeout));
  /src/tests/lib/libc/kevent_nullmnt/
h_nullmnt.c 34 struct timespec timeout; local in function:main
55 timeout.tv_sec = 5;
56 timeout.tv_nsec = 0;
71 nev = kevent(kq, NULL, 0, &eventlist, 1, &timeout);
h_nullmnt.c 34 struct timespec timeout; local in function:main
55 timeout.tv_sec = 5;
56 timeout.tv_nsec = 0;
71 nev = kevent(kq, NULL, 0, &eventlist, 1, &timeout);
  /src/games/tetris/
input.c 65 * Do a `read wait': poll for reading from stdin, with timeout *tvp.
79 int timeout; local in function:rwait
85 timeout = tvp->tv_sec * 1000 + tvp->tv_usec / 1000;
87 timeout = INFTIM;
91 switch (poll(set, 1, timeout)) {
135 * getchar with timeout.
  /src/regress/sys/kern/kqueue/vnode/
vnode.c 47 struct timespec timeout; local in function:main
90 timeout.tv_sec = 60;
91 timeout.tv_nsec = 0;
97 n = kevent(kq, NULL, 0, event, 1, &timeout);
  /src/sys/arch/acorn32/mainbus/
lpt_pioc.c 72 int timeout; local in function:lpt_port_test
77 timeout = 1000;
81 } while (temp != data && --timeout);
  /src/sys/arch/arc/jazz/
lpt_jazzio.c 93 int timeout; local in function:lpt_port_test
98 timeout = 1000;
102 } while (temp != data && --timeout);
  /src/sys/arch/hpcarm/dev/
j720ssp.c 125 int timeout; local in function:j720ssp_readwrite
130 timeout = 400000;
132 if (--timeout == 0) {
133 DPRINTF(("j720ssp_readwrite: timeout 0\n"));
147 timeout = 100000;
149 if (--timeout == 0) {
150 DPRINTF(("j720ssp_readwrite: timeout 1\n"));
  /src/sys/arch/hppa/gsc/
lpt_gsc.c 99 int timeout; local in function:lpt_port_test
104 timeout = 1000;
108 } while (temp != data && --timeout);
109 LPRINTF(("lpt: port=0x%x out=0x%x in=0x%x timeout=%d\n",
110 (unsigned)(base + off), (unsigned)data, (unsigned)temp, timeout));

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>