Symbol: TIMEVAL_TO_TIMESPEC
lib/libc/rpc/clnt_dg.c
410
TIMEVAL_TO_TIMESPEC(&tv, &ts);
lib/libc/rpc/clnt_vc.c
703
TIMEVAL_TO_TIMESPEC(&ct->ct_wait, &ts);
lib/libisns/isns_task.c
95
TIMEVAL_TO_TIMESPEC(&tv_now, &ts_abstime);
lib/librumphijack/hijack.c
2124
TIMEVAL_TO_TIMESPEC(timeout, &ts);
lib/librumpuser/rumpuser_port.h
317
#ifndef TIMEVAL_TO_TIMESPEC
sbin/mount_portal/puffs_portal.c
566
TIMEVAL_TO_TIMESPEC(&tv, &ts);
sys/arch/arm/s3c2xx0/sscom.c
1655
TIMEVAL_TO_TIMESPEC(&tv,
sys/arch/arm/s3c2xx0/sscom.c
1673
TIMEVAL_TO_TIMESPEC(&tv,
sys/arch/evbarm/dev/plcom.c
2252
TIMEVAL_TO_TIMESPEC(&tv,
sys/arch/evbarm/dev/plcom.c
2270
TIMEVAL_TO_TIMESPEC(&tv,
sys/arch/sh3/dev/sci.c
1171
TIMEVAL_TO_TIMESPEC(&tv,
sys/arch/sh3/dev/sci.c
1192
TIMEVAL_TO_TIMESPEC(&tv,
sys/arch/sh3/dev/scif.c
1300
TIMEVAL_TO_TIMESPEC(&tv,
sys/arch/sh3/dev/scif.c
1321
TIMEVAL_TO_TIMESPEC(&tv,
sys/compat/netbsd32/netbsd32_compat_50.c
219
TIMEVAL_TO_TIMESPEC(&atv, &ats);
sys/compat/netbsd32/netbsd32_time.c
250
TIMEVAL_TO_TIMESPEC(&atv, &ats);
sys/dev/pci/if_mcx.c
8654
TIMEVAL_TO_TIMESPEC(&mcx_kstat_mtmp_rate, &ks->ks_interval);
sys/dev/pci/if_mcx.c
8711
TIMEVAL_TO_TIMESPEC(&updated, &ks->ks_updated);
sys/dev/usb/usb.c
1305
TIMEVAL_TO_TIMESPEC(&thetime, &ueq->ue.ue_time);
sys/fs/udf/udf_subr.c
1495
TIMEVAL_TO_TIMESPEC(&now_v, &now_s);
sys/kern/kern_time.c
1718
TIMEVAL_TO_TIMESPEC(&itvp->it_value, &it->it_time.it_value);
sys/kern/kern_time.c
1719
TIMEVAL_TO_TIMESPEC(&itvp->it_interval, &it->it_time.it_interval);
sys/kern/kern_time.c
595
TIMEVAL_TO_TIMESPEC(utv, &ts);
sys/kern/subr_time.c
165
TIMEVAL_TO_TIMESPEC(&cputime, ts);
sys/kern/sys_select.c
224
TIMEVAL_TO_TIMESPEC(&atv, &ats);
sys/kern/vfs_subr.c
1392
TIMEVAL_TO_TIMESPEC(&tv, tsp);
sys/kern/vfs_syscalls.c
4158
TIMEVAL_TO_TIMESPEC(&tptr[0], &ts[0]);
sys/kern/vfs_syscalls.c
4168
TIMEVAL_TO_TIMESPEC(&tptr[1], &ts[1]);
sys/miscfs/procfs/procfs_vnops.c
740
TIMEVAL_TO_TIMESPEC(&procp->p_stats->p_start,
sys/ufs/ffs/ffs_snapshot.c
308
TIMEVAL_TO_TIMESPEC(&starttime, &ts);
tests/fs/puffs/h_dtfs/dtfs_subr.c
335
TIMEVAL_TO_TIMESPEC(&tv, &ts);
tests/fs/puffs/h_dtfs/dtfs_subr.c
49
TIMEVAL_TO_TIMESPEC(&tv, &ts);
tests/lib/libpthread/t_cond.c
457
TIMEVAL_TO_TIMESPEC(&tv, &ts);
tests/lib/libpthread/t_cond.c
466
TIMEVAL_TO_TIMESPEC(&tv, &ts);
tests/lib/libpthread/t_cond.c
479
TIMEVAL_TO_TIMESPEC(&tv, &ts);
tests/lib/libpthread/t_cond.c
487
TIMEVAL_TO_TIMESPEC(&tv, &ts);
usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
338
TIMEVAL_TO_TIMESPEC(&tv_now, &fstime);