OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ots
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/kernel/kqueue/
t_timer.c
90
struct timespec
ots
, ts;
local
99
ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &
ots
) == 0);
115
timespecsub(&ts, &
ots
, &ts);
133
timespecsub(&ts, &
ots
, &ts);
147
ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &
ots
) == 0);
152
timespecsub(&ts, &
ots
, &ts);
278
struct timespec ts,
ots
;
local
284
ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &
ots
) == 0);
285
ATF_REQUIRE(
ots
.tv_sec < INTPTR_MAX - TIME1_TOTAL_SEC);
287
seconds =
ots
.tv_sec + TIME1_TOTAL_SEC
313
struct timespec ts,
ots
;
local
[
all
...]
/src/sys/kern/
kern_turnstile.c
373
turnstile_t *
ots
;
local
407
ots
= l->l_ts;
408
KASSERT(
ots
->ts_free == NULL);
409
ots
->ts_free = ts->ts_free;
410
ts->ts_free =
ots
;
/src/libexec/httpd/
bozohttpd.c
621
struct timespec
ots
, ts;
local
692
if (clock_gettime(CLOCK_MONOTONIC, &
ots
) != 0) {
724
if (ts.tv_sec >
ots
.tv_sec &&
726
ts.tv_sec - httpd->request_timeout >
ots
.tv_sec)
/src/usr.bin/xlint/lint1/
tree.c
3967
const char *nts, *
ots
;
local
3969
*(nst == FUNC ? &nts : &
ots
) = "function pointer";
3970
*(nst == VOID ? &nts : &
ots
) = "'void *'";
3972
warning(303,
ots
, nts);
Completed in 45 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026