HomeSort by: relevance | last modified time | path
    Searched defs:ots (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/kernel/kqueue/
t_timer.c 90 struct timespec ots, ts; local in function:ATF_TC_BODY
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 in function:ATF_TC_BODY
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 in function:do_test_timer_units
    [all...]
  /src/sys/kern/
kern_turnstile.c 373 turnstile_t *ots; local in function:turnstile_block
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 in function:bozo_read_request
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 3905 const char *nts, *ots; local in function:convert_pointer_from_pointer
3907 *(nst == FUNC ? &nts : &ots) = "function pointer";
3908 *(nst == VOID ? &nts : &ots) = "'void *'";
3910 warning(303, ots, nts);

Completed in 33 milliseconds