Symbol: timespecsub
bin/sh/miscbltin.c
245
timespecsub(&tend, &tnow, &tresid);
crypto/openssh/defines.h
560
#ifndef timespecsub
crypto/openssh/misc.c
3015
timespecsub(when, &now, &t);
crypto/openssh/ssh-keyscan.c
578
timespecsub(&c->c_ts, &now, &seltime);
sbin/dhclient/dispatch.c
196
timespecsub(&timeouts->when, &time_now, &howlong);
sbin/fsck_ffs/fsutil.c
411
timespecsub(&finish, &start, &finish);
sbin/fsck_ffs/fsutil.c
837
timespecsub(&finishpass, &startpass, &finishpass);
sbin/nvmecontrol/devlist.c
178
timespecsub(&now, &last_disconnect, &delta);
sbin/ping/ping.c
1165
timespecsub(tv, &tv1, tv);
sbin/ping/ping.c
908
timespecsub(&timeout, &now, &timeout);
sbin/ping/ping6.c
1161
timespecsub(&timeout, &now, &timeout);
sbin/ping/ping6.c
1587
timespecsub(&tv, &tp, &tv);
sys/compat/linux/linux_misc.c
2240
timespecsub(&ts1, &ts0, &ts1);
sys/compat/linux/linux_misc.c
2241
timespecsub(tsp, &ts1, tsp);
sys/compat/linux/linux_socket.c
2015
timespecsub(&ts, tts, &ts);
sys/compat/linuxkpi/common/include/linux/time.h
83
timespecsub(&lhs, &rhs, &ts);
sys/dev/acpica/acpi_cmbat.c
231
timespecsub(&curtime, lastupdated, &curtime);
sys/dev/acpica/acpi_smbat.c
173
timespecsub(&curtime, lastupdated, &curtime);
sys/dev/acpica/acpi_thermal.c
540
timespecsub(&curtime, &sc->tz_cooling_started, &curtime);
sys/dev/isp/isp_freebsd.c
3263
timespecsub(b, a, &x);
sys/kern/kern_time.c
1604
timespecsub(&ovalue->it_value, &cts, &ovalue->it_value);
sys/kern/kern_time.c
1652
timespecsub(&ts, &cts, &ts);
sys/kern/kern_time.c
1754
timespecsub(&it->it_time.it_value, &cts, &ts);
sys/kern/kern_time.c
1776
timespecsub(&ts, &cts, &ts);
sys/kern/kern_time.c
578
timespecsub(&ts, &now, &ts);
sys/kern/kern_umtx.c
3759
timespecsub(&timo.end, &timo.cur,
sys/kern/kern_umtx.c
796
timespecsub(&timo->end, &timo->cur, &tts);
sys/kern/sys_timerfd.c
170
timespecsub(&boottime,
sys/kern/sys_timerfd.c
172
timespecsub(&tfd->tfd_time.it_value,
sys/kern/sys_timerfd.c
397
timespecsub(&tfd->tfd_time.it_value, &curr_value,
sys/kern/sys_timerfd.c
560
timespecsub(&tfd->tfd_time.it_value, &tfd->tfd_boottim,
sys/kern/uipc_mqueue.c
1737
timespecsub(abs_timeout, &ts, &ts2);
sys/kern/uipc_mqueue.c
1888
timespecsub(abs_timeout, &ts, &ts2);
sys/kern/uipc_sem.c
845
timespecsub(&ts1, &ts2, &ts1);
sys/netsmb/smb_iod.c
555
timespecsub(&ts, &tstimeout, &ts);
sys/netsmb/smb_iod.c
624
timespecsub(&tsnow, &iod->iod_pingtimo, &tsnow);
sys/netsmb/smb_trantcp.c
540
timespecsub(&ts2, &ts1, &ts2);
sys/ufs/ffs/ffs_snapshot.c
737
timespecsub(&endtime, &starttime, &endtime);
tests/sys/audit/utils.c
157
timespecsub(&endtime, &currtime, &timeout);
tests/sys/kern/ptrace_test.c
4504
timespecsub(&wake, &now, &shm->sleep_time);
tests/sys/kern/timerfd.c
101
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
131
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
170
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
224
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
269
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
396
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
537
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
547
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
588
timespecsub(&e, &b, &e);
tests/sys/kern/timerfd.c
820
timespecsub(&e, &b, &diff);
tests/sys/kern/timerfd.c
866
timespecsub(&e, &b, &diff);
tests/sys/kern/unix_stream.c
510
timespecsub(&tp2, &tp1, &rtp);
tools/regression/posixsem/posixsem.c
776
timespecsub(&end, &start, &end);
tools/regression/posixsem/posixsem.c
915
timespecsub(&end, &start, &end);
tools/regression/sockets/udp_pingpong/udp_pingpong.c
511
timespecsub(&tpp->tss[1].recvd, &tpp->tss[0].sent, &rttp->a2b);
tools/regression/sockets/udp_pingpong/udp_pingpong.c
512
timespecsub(&tpp->tss[0].recvd, &tpp->tss[1].sent, &rttp->b2a);
tools/regression/sockets/udp_pingpong/udp_pingpong.c
514
timespecsub(&tpp->tss[0].recvd, &tpp->tss[0].sent, &rttp->e2e);
tools/regression/sockets/unix_cmsg/uc_check_time.c
66
timespecsub(&ct, bt, &ct);
tools/regression/sockets/unix_cmsg/uc_check_time.c
80
timespecsub(&ct, bt, &ct);
tools/test/gpioevents/gpioevents.c
161
timespecsub(&utctime, &monotime, &utc_offset);
tools/tools/netrate/juggle/juggle.c
265
timespecsub(&tfinish, &tstart, &tfinish);
tools/tools/netrate/juggle/juggle.c
361
timespecsub(&tfinish, &tstart, &tfinish);
tools/tools/netrate/juggle/juggle.c
446
timespecsub(&tfinish, &tstart, &tfinish);
tools/tools/netrate/tcpp/tcpp_client.c
327
timespecsub(&ts_finish, &ts_start, &ts_finish);
tools/tools/syscall_timing/syscall_timing.c
1139
timespecsub(&ts_end, &ts_start, &ts_end);
usr.bin/kdump/kdump.c
650
timespecsub(&kth->ktr_time, &prevtime_e, &temp);
usr.bin/kdump/kdump.c
658
timespecsub(&prevtime, &kth->ktr_time, &temp);
usr.bin/kdump/kdump.c
661
timespecsub(&kth->ktr_time, &prevtime, &temp);
usr.bin/truss/setup.c
609
timespecsub(&t->after, &info->start_time, &timediff);
usr.bin/truss/setup.c
614
timespecsub(&t->after, &t->before, &timediff);
usr.bin/truss/syscalls.c
2834
timespecsub(&t->after, &t->before, &timediff);
usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.c
124
timespecsub(&to, &now, &remains);
usr.sbin/bluetooth/rtlbtfw/rtlbt_hw.c
77
timespecsub(&to, &now, &remains);
usr.sbin/camdd/camdd.c
3174
timespecsub(&done_time, start_time, &done_time);
usr.sbin/moused/moused/moused.c
109
#define tssub(tvp, uvp, vvp) timespecsub(tvp, uvp, vvp)
usr.sbin/moused/moused/moused.c
131
timespecsub(tsp, &ret, &ret);