/freebsd/contrib/nvi/common/ |
H A D | util.h | 66 #undef timespecadd 74 #define timespecadd(vvp, uvp) \ macro
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_internal.h | 173 timespecadd(&duration, &now, &timeout_ts); in fuse_validity_2_bintime() 196 timespecadd(&duration, &now, timeout); in fuse_validity_2_timespec()
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | time.h | 35 #define timespecadd(tsp, usp, vsp) \ macro
|
/freebsd/sys/kern/ |
H A D | subr_rtc.c | 145 timespecadd(&ts, &rtc->resadj, &ts); in settime_task_func() 304 timespecadd(ts, &rtc->resadj, ts); in read_clocks()
|
H A D | sys_timerfd.c | 409 timespecadd(&tfd->tfd_time.it_value, in timerfd_expire() 544 timespecadd(&tfd->tfd_time.it_value, &ts, in kern_timerfd_settime()
|
H A D | kern_time.c | 1596 timespecadd(&it->it_time.it_value, &cts, in realtimer_settime() 1673 timespecadd(&it->it_time.it_value, in realtimer_expire_l()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_condwait.c | 98 timespecadd(&t, &td, &twmax); in run()
|
H A D | t_mutex.c | 73 timespecadd(&ts_wait, ts, &ts_wait); in mutex_lock()
|
/freebsd/sys/netsmb/ |
H A D | smb_trantcp.c | 545 timespecadd(&ts2, &ts2, &nbp->nbp_timo); in smb_nbst_connect() 546 timespecadd(&nbp->nbp_timo, &ts2, &nbp->nbp_timo); in smb_nbst_connect() 547 timespecadd(&nbp->nbp_timo, &ts2, &nbp->nbp_timo); /* * 4 */ in smb_nbst_connect()
|
H A D | smb_iod.c | 553 timespecadd(&tstimeout, &tstimeout, &tstimeout); in smb_iod_sendall()
|
/freebsd/sys/dev/efidev/ |
H A D | efirtc.c | 164 timespecadd(ts, &efirtc_resadj, ts); in efirtc_settime()
|
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | rtlbt_hw.c | 74 timespecadd(&to, &now, &to); in rtlbt_hci_command()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 547 #ifndef timespecadd 548 #define timespecadd(tsp, usp, vsp) \ macro
|
/freebsd/sys/x86/x86/ |
H A D | pvclock.c | 274 timespecadd(ts, &system_ts, ts); in pvclock_gettime()
|
/freebsd/sys/dev/xen/timer/ |
H A D | xen_timer.c | 260 timespecadd(ts, &u_ts, ts); in xentimer_gettime()
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsutil.c | 412 timespecadd(&readtime[bp->b_type], &finish, in getblk() 803 timespecadd(&totalreadtime[i], &readtime[i], &totalreadtime[i]); in IOstats() 823 timespecadd(&totalreadtime[i], &readtime[i], &totalreadtime[i]); in finalIOstats()
|
/freebsd/sys/x86/iommu/ |
H A D | intel_dmar.h | 397 timespecadd(&curr, &dmar_hw_timeout, &last); \
|
/freebsd/tests/sys/kern/ |
H A D | sigwait.c | 129 timespecadd(&ts, &timeout, &ts); in test_sigtimedwait_timeout_eagain()
|
/freebsd/tools/test/gpioevents/ |
H A D | gpioevents.c | 175 timespecadd(&utc_offset, &ts, &ts); in print_timestamp()
|
/freebsd/usr.sbin/bluetooth/iwmbtfw/ |
H A D | iwmbt_hw.c | 121 timespecadd(&to, &now, &to); in iwmbt_hci_command()
|
/freebsd/sys/sys/ |
H A D | time.h | 400 #define timespecadd(tsp, usp, vsp) \ macro
|
/freebsd/share/man/man3/ |
H A D | Makefile | 321 timeradd.3 timespecadd.3 \
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 1340 timespecadd(&waituntil, &trylater_delay, in newnfs_request() 1346 timespecadd(&trylater_delay, &trylater_delay, in newnfs_request()
|
/freebsd/tools/regression/sockets/udp_pingpong/ |
H A D | udp_pingpong.c | 513 timespecadd(&rttp->a2b, &rttp->b2a, &rttp->a2b_b2a); in calc_rtt()
|
/freebsd/tools/regression/posixsem/ |
H A D | posixsem.c | 762 timespecadd(&end, &start, &end); in timedwait()
|