HomeSort by: relevance | last modified time | path
    Searched refs:TIMESPEC_TO_TIMEVAL (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/compat/common/
kern_time_30.c 77 TIMESPEC_TO_TIMEVAL(&tv, &ntv.time);
rtsock_14.c 131 TIMESPEC_TO_TIMEVAL(&tv, &ifi.ifi_lastchange);
170 TIMESPEC_TO_TIMEVAL(&tv, &ifi.ifi_lastchange);
rtsock_50.c 109 TIMESPEC_TO_TIMEVAL(&oifm.ifm_data.ifi_lastchange,
148 TIMESPEC_TO_TIMEVAL(&ifm->ifm_data.ifi_lastchange,
  /src/sys/external/bsd/drm2/include/linux/
time.h 111 TIMESPEC_TO_TIMEVAL(&tv, &ts);
  /src/tests/lib/libc/gen/
t_sleep.c 32 #include <sys/time.h> /* for TIMESPEC_TO_TIMEVAL on FreeBSD */
113 TIMESPEC_TO_TIMEVAL(&tv, delay);
127 TIMESPEC_TO_TIMEVAL(&tv, delay);
140 TIMESPEC_TO_TIMEVAL(&tv, delay);
  /src/sys/kern/
subr_time.c 99 TIMESPEC_TO_TIMEVAL(&tv, ts);
init_main.c 717 TIMESPEC_TO_TIMEVAL(&p->p_stats->p_start, &time);
kern_time.c 1579 TIMESPEC_TO_TIMEVAL(&itvp->it_value, &its.it_value);
1580 TIMESPEC_TO_TIMEVAL(&itvp->it_interval, &its.it_interval);
  /src/bin/mv/
mv.c 332 TIMESPEC_TO_TIMEVAL(&tval[0], &sbp->st_atimespec);
333 TIMESPEC_TO_TIMEVAL(&tval[1], &sbp->st_mtimespec);
  /src/usr.bin/compress/
compress.c 393 TIMESPEC_TO_TIMEVAL(&tv[0], &fs->st_atimespec);
394 TIMESPEC_TO_TIMEVAL(&tv[1], &fs->st_mtimespec);
  /src/lib/libpuffs/
null.c 74 TIMESPEC_TO_TIMEVAL(&tv[0], &va->va_atime);
75 TIMESPEC_TO_TIMEVAL(&tv[1], &va->va_mtime);
  /src/bin/pax/
file_subs.c 838 TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atimespec);
840 TIMESPEC_TO_TIMEVAL(&tv[1], &sb.st_mtimespec);
  /src/usr.sbin/mtree/
compare.c 340 TIMESPEC_TO_TIMEVAL(&tv[0], &s->st_mtimespec);
341 TIMESPEC_TO_TIMEVAL(&tv[1], &ps->st_mtimespec);
  /src/sys/sys/
time.h 56 #define TIMESPEC_TO_TIMEVAL(tv, ts) do { \
  /src/usr.bin/systat/
ifstat.c 282 TIMESPEC_TO_TIMEVAL(&ifp->tv_lastchanged, &ifp->if_mib.ifdr_data.ifi_lastchange);
  /src/usr.bin/mail/
support.c 403 TIMESPEC_TO_TIMEVAL(&tv[1], &sb.st_mtimespec);
  /src/share/man/man3/
Makefile 263 timeval.3 TIMESPEC_TO_TIMEVAL.3
  /src/sys/arch/sh3/dev/
scif.c 1306 TIMESPEC_TO_TIMEVAL(&tv, &sc->ppsinfo.assert_timestamp);
1327 TIMESPEC_TO_TIMEVAL(&tv, &sc->ppsinfo.clear_timestamp);
sci.c 1177 TIMESPEC_TO_TIMEVAL(&tv, &sc->ppsinfo.assert_timestamp);
1198 TIMESPEC_TO_TIMEVAL(&tv, &sc->ppsinfo.clear_timestamp);
  /src/usr.bin/xinstall/
xinstall.c 682 TIMESPEC_TO_TIMEVAL(&tv[0], &from_sb.st_atimespec);
683 TIMESPEC_TO_TIMEVAL(&tv[1], &from_sb.st_mtimespec);
  /src/sys/arch/xen/xen/
xen_clock.c 1068 TIMESPEC_TO_TIMEVAL(tvp, &ts);
  /src/sys/dev/ic/
z8530tty.c 856 TIMESPEC_TO_TIMEVAL((struct timeval *)data,
859 TIMESPEC_TO_TIMEVAL((struct timeval *)data,
  /src/sys/arch/arm/imx/
imxuart.c 966 TIMESPEC_TO_TIMEVAL((struct timeval *)data,
969 TIMESPEC_TO_TIMEVAL((struct timeval *)data,
  /src/sys/arch/arm/xilinx/
zynq_uart.c 962 TIMESPEC_TO_TIMEVAL((struct timeval *)data,
965 TIMESPEC_TO_TIMEVAL((struct timeval *)data,
  /src/usr.bin/gzip/
gzip.c 1130 TIMESPEC_TO_TIMEVAL(&times[0], &sb.st_atimespec);
1131 TIMESPEC_TO_TIMEVAL(&times[1], &sb.st_mtimespec);

Completed in 28 milliseconds

1 2