OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wtime
(Results
1 - 6
of
6
) sorted by relevancy
/src/sbin/routed/
main.c
108
struct timeval
wtime
, t2;
local
133
wtime
.tv_sec = 0;
370
|| t2.tv_sec >
wtime
.tv_sec + 5) {
376
dt -=
wtime
.tv_sec;
397
timevalsub(&
wtime
, &ifinit_timer, &now);
398
if (
wtime
.tv_sec <= 0) {
399
wtime
.tv_sec = 0;
415
if (timercmp(&t2, &
wtime
, <))
416
wtime
= t2;
446
if (timercmp(&t2, &
wtime
, <))
[
all
...]
/src/sys/net/npf/
npf_conndb.c
376
int
wtime
= npf->worker_wait_time;
local
377
wtime
= n ? (
wtime
>> 1) : (
wtime
<< 1);
378
return MAX(MIN(
wtime
, params->interval_max), params->interval_min);
/src/sbin/routed/rtquery/
rtquery.c
93
#define
WTIME
15 /* Time to wait for all responses */
116
int
wtime
=
WTIME
;
variable
171
wtime
= (int)strtoul(optarg, &p, 0);
173
||
wtime
<= 0)
318
"usage: rtquery [-np1] [-r tgt_rt] [-w
wtime
]"
501
if (sent.tv_sec +
wtime
<= now.tv_sec)
/src/external/gpl2/gmake/dist/tests/
run_make_tests.pl
266
$
wtime
= $port_type eq 'UNIX' ? 1 : $port_type eq 'OS/2' ? 2 : 4;
/src/external/gpl2/rcs/dist/src/
ci.c
300
time_t mtime,
wtime
;
variable
759
wtime
= (time_t)-1;
761
wtime
= date2time(workdelta->date);
765
: finptr &&
wtime
< RCSstat.st_mtime ? RCSstat.st_mtime
766
:
wtime
777
mtime = mtimeflag ?
wtime
: (time_t)-1;
/src/sys/net/
if_pppoe.c
1936
int
wtime
;
local
1951
wtime
= PPPOE_RECON_FAST * sc->sc_sppp.pp_auth_failures;
1952
if (
wtime
> PPPOE_SLOW_RETRY)
1953
wtime
= PPPOE_SLOW_RETRY;
1955
wtime
= PPPOE_RECON_IMMEDIATE;
1957
callout_schedule(&sc->sc_timeout,
wtime
);
Completed in 232 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026