OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:returnval
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/rtadvd/
timer.c
124
static struct timespec
returnval
;
local
149
timespecclear(&
returnval
);
151
timespecsub(&tm_max, &now, &
returnval
);
152
return(&
returnval
);
158
static struct timespec
returnval
;
local
167
returnval
.tv_sec = 0;
168
returnval
.tv_nsec = 0;
171
timespecsub(&timer->tm, &now, &
returnval
);
173
return(&
returnval
);
timer.c
124
static struct timespec
returnval
;
local
149
timespecclear(&
returnval
);
151
timespecsub(&tm_max, &now, &
returnval
);
152
return(&
returnval
);
158
static struct timespec
returnval
;
local
167
returnval
.tv_sec = 0;
168
returnval
.tv_nsec = 0;
171
timespecsub(&timer->tm, &now, &
returnval
);
173
return(&
returnval
);
Completed in 37 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026