Home
last modified time | relevance | path

Searched defs:tvp (Results 1 – 25 of 37) sorted by relevance

12

/dflybsd-src/sys/sys/
H A Dtime.h71 #define timespecclear(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) argument
72 #define timespecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec) argument
73 #define timespeccmp(tvp, uvp, cmp) \ argument
98 #define timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
99 #define timevalisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
100 #define timevalcmp(tvp, uvp, cmp) \ argument
109 #define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
110 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
111 #define timercmp(tvp, uvp, cmp) \ argument
115 #define timeradd(tvp, uvp, vvp) \ argument
[all …]
/dflybsd-src/contrib/tcpdump/
H A Dtimeval-operations.h36 #define netdissect_timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
38 #define netdissect_timevalisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
40 #define netdissect_timevalcmp(tvp, uvp, cmp) \ argument
45 #define netdissect_timevaladd(tvp, uvp, vvp, nano_prec) \ argument
62 #define netdissect_timevalsub(tvp, uvp, vvp, nano_prec) \ argument
H A Dutil-print.c278 const struct timeval *tvp) in ts_print()
/dflybsd-src/usr.sbin/dntpd/
H A Dconvert.c40 l_fixedpt_to_tv(struct l_fixedpt *fixed, struct timeval *tvp) in l_fixedpt_to_tv()
50 tv_subtract_micro(struct timeval *tvp, long usec) in tv_subtract_micro()
67 tv_add_micro(struct timeval *tvp, long usec) in tv_add_micro()
84 tv_add_offset(struct timeval *tvp, double offset) in tv_add_offset()
H A Dsystem.c88 sysntp_getbasetime(struct timeval *tvp) in sysntp_getbasetime()
/dflybsd-src/usr.bin/touch/
H A Dtouch.c228 stime_arg1(const char *arg, struct timeval *tvp) in stime_arg1()
292 stime_arg2(const char *arg, int year, struct timeval *tvp) in stime_arg2()
322 stime_darg(const char *arg, struct timeval *tvp) in stime_darg()
396 stime_file(const char *fname, struct timeval *tvp) in stime_file()
/dflybsd-src/contrib/nvi2/common/
H A Dutil.h68 #define timespecclear(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) argument
69 #define timespecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec) argument
70 #define timespeccmp(tvp, uvp, cmp) \ argument
/dflybsd-src/lib/libc/gen/
H A Dutime.c40 struct timeval tv[2], *tvp; in utime() local
/dflybsd-src/sys/kern/
H A Dkern_clock.c1369 getmicrouptime(struct timeval *tvp) in getmicrouptime()
1409 microuptime(struct timeval *tvp) in microuptime()
1448 getmicrotime(struct timeval *tvp) in getmicrotime()
1531 microtime(struct timeval *tvp) in microtime()
H A Dvfs_default.c555 struct vnode *tvp; in vop_compat_nlink() local
962 struct vnode *tdvp, *tvp; in vop_compat_nrename() local
/dflybsd-src/libexec/rpc.sprayd/
H A Dsprayd.c47 #define timersub(tvp, uvp, vvp) \ argument
/dflybsd-src/usr.sbin/lpr/lpc/
H A Dmovejobs.c108 struct timeval tvp[2]; in touch_jqe() local
H A Dcmds.c1188 struct timeval tvp[2]; in touch() local
/dflybsd-src/usr.sbin/installer/libaura/
H A Dpopen.c241 struct timeval *tvp; in aura_pgets() local
/dflybsd-src/sys/vfs/ufs/
H A Dufs_vnops.c812 struct vnode *tvp = ap->a_tvp; in ufs_rename() local
1258 struct vnode *tvp; in ufs_mkdir() local
1989 struct vnode *tvp; in ufs_makeinode() local
H A Dufs_lookup.c691 ufs_direnter(struct vnode *dvp, struct vnode *tvp, struct direct *dirp, in ufs_direnter()
/dflybsd-src/sys/vfs/ext2fs/
H A Dext2_vnops.c686 struct vnode *tvp = ap->a_tvp; in ext2_rename() local
1116 struct vnode *tvp; in ext2_mkdir() local
1722 struct vnode *tvp; in ext2_makeinode() local
/dflybsd-src/usr.bin/script/
H A Dscript.c88 struct timeval tv, *tvp; in main() local
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbsd-misc.c110 int utimes(const char *filename, struct timeval *tvp) in utimes()
/dflybsd-src/tools/tools/crypto/
H A Dcryptotest.c433 struct timeval *tvp; in runtests() local
/dflybsd-src/contrib/tnftp/
H A Dtnftp.h469 # define timersub(tvp, uvp, vvp) \ argument
/dflybsd-src/lib/libc/resolv/
H A Dres_send.c1208 struct timeval tv, *tvp; local
/dflybsd-src/sys/vfs/smbfs/
H A Dsmbfs_vnops.c527 struct vnode *tvp = ap->a_tvp; in smbfs_rename() local
/dflybsd-src/sys/vfs/msdosfs/
H A Dmsdosfs_vnops.c921 struct vnode *tvp = ap->a_tvp; in msdosfs_rename() local
/dflybsd-src/sys/net/pf/
H A Dpf_norm.c1742 #define timersub(tvp, uvp, vvp) \ in pf_normalize_tcp_stateful() argument

12