HomeSort by: relevance | last modified time | path
    Searched refs:ots (Results 1 - 8 of 8) 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/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c 49 #include <ots$routines.h>
74 /* Declared in lib$ots. */
75 extern void ots$fill (void *addr, size_t len, unsigned char b);
76 extern void ots$move (void *dst, size_t len, const void *src);
77 extern int ots$strcmp_eql (const void *str1, size_t str1len,
573 ots$fill (&serv_addr, sizeof (serv_addr), 0);
650 ots$fill (&cli_addr, sizeof(cli_addr), 0);
812 ots$move (buf, size, addr);
824 ots$move (addr, size, buf);
1344 && ots$strcmp_eql (pkt, XFER_UIB_LEN, xfer_uib, XFER_UIB_LEN)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c 49 #include <ots$routines.h>
74 /* Declared in lib$ots. */
75 extern void ots$fill (void *addr, size_t len, unsigned char b);
76 extern void ots$move (void *dst, size_t len, const void *src);
77 extern int ots$strcmp_eql (const void *str1, size_t str1len,
573 ots$fill (&serv_addr, sizeof (serv_addr), 0);
650 ots$fill (&cli_addr, sizeof(cli_addr), 0);
812 ots$move (buf, size, addr);
824 ots$move (addr, size, buf);
1344 && ots$strcmp_eql (pkt, XFER_UIB_LEN, xfer_uib, XFER_UIB_LEN)
    [all...]
  /src/sys/compat/common/
vfs_syscalls_43.c 96 cvttimespec(struct timespec50 *ots, const struct timespec *ts)
110 ots->tv_sec = INT_MAX;
112 ots->tv_sec = ts->tv_sec;
113 ots->tv_nsec = ts->tv_nsec;
  /src/sys/net/npf/
npf_tableset.c 244 npf_tableset_reload(npf_t *npf, npf_tableset_t *nts, npf_tableset_t *ots)
259 ot = npf_tableset_getbyname(ots, t->t_name);
  /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 4067 const char *nts, *ots; local
4069 *(nst == FUNC ? &nts : &ots) = "function pointer";
4070 *(nst == VOID ? &nts : &ots) = "'void *'";
4072 warning(303, ots, nts);

Completed in 47 milliseconds