Symbol: TIMESPEC_TO_TIMEVAL
bin/mv/mv.c
332
TIMESPEC_TO_TIMEVAL(&tval[0], &sbp->st_atimespec);
bin/mv/mv.c
333
TIMESPEC_TO_TIMEVAL(&tval[1], &sbp->st_mtimespec);
bin/pax/file_subs.c
838
TIMESPEC_TO_TIMEVAL(&tv[0], &sb.st_atimespec);
bin/pax/file_subs.c
840
TIMESPEC_TO_TIMEVAL(&tv[1], &sb.st_mtimespec);
lib/libpuffs/null.c
74
TIMESPEC_TO_TIMEVAL(&tv[0], &va->va_atime);
lib/libpuffs/null.c
75
TIMESPEC_TO_TIMEVAL(&tv[1], &va->va_mtime);
sbin/init/init.c
1189
TIMESPEC_TO_TIMEVAL(&down_time,
sys/arch/arm/imx/imxuart.c
966
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/arch/arm/imx/imxuart.c
969
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/arch/arm/xilinx/zynq_uart.c
962
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/arch/arm/xilinx/zynq_uart.c
965
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/arch/evbarm/dev/plcom.c
1230
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/arch/evbarm/dev/plcom.c
1235
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/arch/sh3/dev/sci.c
1177
TIMESPEC_TO_TIMEVAL(&tv, &sc->ppsinfo.assert_timestamp);
sys/arch/sh3/dev/sci.c
1198
TIMESPEC_TO_TIMEVAL(&tv, &sc->ppsinfo.clear_timestamp);
sys/arch/sh3/dev/scif.c
1306
TIMESPEC_TO_TIMEVAL(&tv, &sc->ppsinfo.assert_timestamp);
sys/arch/sh3/dev/scif.c
1327
TIMESPEC_TO_TIMEVAL(&tv, &sc->ppsinfo.clear_timestamp);
sys/arch/xen/xen/xen_clock.c
1068
TIMESPEC_TO_TIMEVAL(tvp, &ts);
sys/compat/common/kern_time_30.c
77
TIMESPEC_TO_TIMEVAL(&tv, &ntv.time);
sys/compat/common/rtsock_14.c
131
TIMESPEC_TO_TIMEVAL(&tv, &ifi.ifi_lastchange);
sys/compat/common/rtsock_14.c
170
TIMESPEC_TO_TIMEVAL(&tv, &ifi.ifi_lastchange);
sys/compat/common/rtsock_50.c
109
TIMESPEC_TO_TIMEVAL(&oifm.ifm_data.ifi_lastchange,
sys/compat/common/rtsock_50.c
148
TIMESPEC_TO_TIMEVAL(&ifm->ifm_data.ifi_lastchange,
sys/dev/fss.c
759
TIMESPEC_TO_TIMEVAL(&sc->sc_time, &ts);
sys/dev/ic/com.c
1469
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/dev/ic/com.c
1472
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/dev/ic/z8530tty.c
856
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/dev/ic/z8530tty.c
859
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/dev/marvell/gtmpsc.c
713
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/dev/marvell/gtmpsc.c
716
TIMESPEC_TO_TIMEVAL((struct timeval *)data,
sys/dev/pci/if_mcx.c
8685
TIMESPEC_TO_TIMEVAL(&updated, &ks->ks_updated);
sys/kern/init_main.c
717
TIMESPEC_TO_TIMEVAL(&p->p_stats->p_start, &time);
sys/kern/kern_time.c
1604
TIMESPEC_TO_TIMEVAL(&itvp->it_value, &its.it_value);
sys/kern/kern_time.c
1605
TIMESPEC_TO_TIMEVAL(&itvp->it_interval, &its.it_interval);
tests/lib/libc/gen/t_sleep.c
113
TIMESPEC_TO_TIMEVAL(&tv, delay);
tests/lib/libc/gen/t_sleep.c
127
TIMESPEC_TO_TIMEVAL(&tv, delay);
tests/lib/libc/gen/t_sleep.c
140
TIMESPEC_TO_TIMEVAL(&tv, delay);
usr.bin/compress/compress.c
393
TIMESPEC_TO_TIMEVAL(&tv[0], &fs->st_atimespec);
usr.bin/compress/compress.c
394
TIMESPEC_TO_TIMEVAL(&tv[1], &fs->st_mtimespec);
usr.bin/gzip/gzip.c
1148
TIMESPEC_TO_TIMEVAL(&times[0], &sb.st_atimespec);
usr.bin/gzip/gzip.c
1149
TIMESPEC_TO_TIMEVAL(&times[1], &sb.st_mtimespec);
usr.bin/mail/support.c
403
TIMESPEC_TO_TIMEVAL(&tv[1], &sb.st_mtimespec);
usr.bin/systat/ifstat.c
282
TIMESPEC_TO_TIMEVAL(&ifp->tv_lastchanged, &ifp->if_mib.ifdr_data.ifi_lastchange);
usr.bin/xinstall/xinstall.c
690
TIMESPEC_TO_TIMEVAL(&tv[0], &from_sb.st_atimespec);
usr.bin/xinstall/xinstall.c
691
TIMESPEC_TO_TIMEVAL(&tv[1], &from_sb.st_mtimespec);
usr.sbin/mtree/compare.c
336
TIMESPEC_TO_TIMEVAL(&tv[0], &s->st_mtimespec);
usr.sbin/mtree/compare.c
337
TIMESPEC_TO_TIMEVAL(&tv[1], &ps->st_mtimespec);