Home
last modified time | relevance | path

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

12345

/netbsd-src/external/bsd/tcpdump/dist/
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
/netbsd-src/sys/arch/vax/vax/
H A Dclock.c161 vax_gettime(todr_chip_handle_t handle, struct timeval *tvp) in vax_gettime()
168 vax_settime(todr_chip_handle_t handle, struct timeval *tvp) in vax_settime()
216 generic_gettime(struct timeval *tvp) in generic_gettime()
239 generic_settime(struct timeval *tvp) in generic_settime()
258 chip_gettime(struct timeval *tvp) in chip_gettime()
295 chip_settime(struct timeval *tvp) in chip_settime()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dutil.h531 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp)) argument
532 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp)) argument
534 #define evutil_timeradd(tvp, uvp, vvp) \ argument
543 #define evutil_timersub(tvp, uvp, vvp) \ argument
555 #define evutil_timerclear(tvp) timerclear(tvp) argument
557 #define evutil_timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument
563 #define evutil_timercmp(tvp, uvp, cmp) \ argument
569 #define evutil_timerisset(tvp) timerisset(tvp) argument
571 #define evutil_timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
/netbsd-src/sys/kern/
H A Dkern_todr.c349 struct timeval *tvp) in todr_debug()
372 #define todr_debug(prefix, rv, dt, tvp) argument
401 todr_gettime(todr_chip_handle_t tch, struct timeval *tvp) in todr_gettime()
459 todr_settime(todr_chip_handle_t tch, struct timeval *tvp) in todr_settime()
/netbsd-src/sys/miscfs/genfs/
H A Dgenfs_rename.c178 struct vnode *tvp = ap->a_tvp; in genfs_insane_rename() local
249 struct vnode *fvp = NULL, *tvp = NULL; in genfs_sane_rename() local
392 struct vnode *tdvp, struct vnode *tvp, nlink_t tvp_new_nlink) in genfs_rename_knote()
444 struct vnode *tdvp, struct vnode *tvp) in genfs_rename_cache_purge()
554 struct vnode *fvp, *tvp; in genfs_rename_enter_common() local
661 struct vnode *fvp, *tvp; in genfs_rename_enter_separate() local
973 struct vnode *tdvp, struct vnode *tvp) in genfs_rename_exit()
1087 struct vnode *tvp, uid_t tuid) in genfs_ufslike_rename_check_permitted()
/netbsd-src/sys/fs/unionfs/
H A Dunionfs_vnops.c810 struct vnode *tvp; in unionfs_read() local
830 struct vnode *tvp; in unionfs_write() local
1021 struct vnode *tvp; in unionfs_rename() local
1731 struct vnode *tvp; in unionfs_kqfilter() local
1744 struct vnode *tvp; in unionfs_bmap() local
1757 struct vnode *tvp; in unionfs_mmap() local
1770 struct vnode *tvp; in unionfs_abortop() local
1783 struct vnode *tvp; in unionfs_islocked() local
1796 struct vnode *tvp; in unionfs_seek() local
1813 struct vnode *vp = ap->a_vp, *tvp; in unionfs_putpages() local
[all …]
/netbsd-src/sys/sys/
H A Dtime.h71 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0L argument
72 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
73 #define timercmp(tvp, uvp, cmp) \ argument
77 timeradd(tvp,uvp,vvp) global() argument
86 timersub(tvp,uvp,vvp) global() argument
[all...]
/netbsd-src/sys/fs/adosfs/
H A Dadutil.c164 dstotv(struct datestamp *dsp, struct timeval *tvp) in dstotv()
172 tvtods(struct timeval *tvp, struct datestamp *dsp) in tvtods()
/netbsd-src/sys/dev/dec/
H A Dmcclock.c152 mcclock_get(todr_chip_handle_t tch, struct timeval *tvp) in mcclock_get()
198 mcclock_set(todr_chip_handle_t tch, struct timeval *tvp) in mcclock_set()
/netbsd-src/sys/arch/amiga/dev/
H A Ddrbbc.c163 dracougettod(todr_chip_handle_t h, struct timeval *tvp) in dracougettod()
194 dracousettod(todr_chip_handle_t h, struct timeval *tvp) in dracousettod()
/netbsd-src/sys/arch/macppc/dev/
H A Dadb.c272 adb_todr_get(todr_chip_handle_t tch, struct timeval *tvp) in adb_todr_get()
284 adb_todr_set(todr_chip_handle_t tch, struct timeval *tvp) in adb_todr_set()
/netbsd-src/sys/arch/next68k/next68k/
H A Drtc.c365 gettime_new(todr_chip_handle_t tch, struct timeval *tvp) in gettime_new()
376 settime_new(todr_chip_handle_t tch, struct timeval *tvp) in settime_new()
/netbsd-src/lib/libc/gen/
H A Dutime.c52 struct timeval tv[2], *tvp; in utime() local
/netbsd-src/external/bsd/libbind/dist/bsd/
H A Dutimes.c33 __utimes(char *filename, struct timeval *tvp) { in __utimes()
H A Dgettimeofday.c49 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { in gettimeofday()
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_utime.c64 struct timeval tv[2], *tvp; in __weak_alias() local
/netbsd-src/sys/arch/arm/imx/
H A Dimxsnvs.c151 imxsnvs_gettime(todr_chip_handle_t tch, struct timeval *tvp) in imxsnvs_gettime()
173 imxsnvs_settime(todr_chip_handle_t tch, struct timeval *tvp) in imxsnvs_settime()
/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_rename.c136 struct vnode *tdvp, struct vnode *tvp) in tmpfs_gro_rename_check_possible()
174 struct vnode *tdvp, struct vnode *tvp) in tmpfs_gro_rename_check_permitted()
267 void *tde, struct vnode *tvp, nlink_t *tvp_nlinkp) in tmpfs_gro_rename()
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_rename.c110 struct vnode *tvp = ap->a_tvp; in msdosfs_rename() local
251 struct vnode *tdvp, struct vnode *tvp) in msdosfs_gro_rename_check_possible()
287 struct vnode *tdvp, struct vnode *tvp) in msdosfs_gro_rename_check_permitted()
373 void *tde, struct vnode *tvp, nlink_t *tvp_nlinkp) in msdosfs_gro_rename()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_rename.c156 struct vnode *tdvp, struct vnode *tvp) in ulfs_gro_rename_check_possible()
194 struct vnode *tdvp, struct vnode *tvp) in ulfs_gro_rename_check_permitted()
732 void *tde, struct vnode *tvp, nlink_t *tvp_nlinkp) in ulfs_gro_rename()
1015 void *tde, struct vnode *tvp, nlink_t *tvp_nlinkp) in lfs_gro_rename()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dclock.c380 mac68k_gettime(todr_chip_handle_t tch, struct timeval *tvp) in mac68k_gettime()
407 mac68k_settime(todr_chip_handle_t tch, struct timeval *tvp) in mac68k_settime()
/netbsd-src/usr.sbin/screenblank/
H A Dscreenblank.c95 struct timespec timo_on, timo_off, *tvp, tv; in main() local
402 cvt_arg(char *arg, struct timespec *tvp) in cvt_arg()
/netbsd-src/usr.bin/rump_dhcpclient/
H A Dcommon.h37 #define timernorm(tvp) \ argument
/netbsd-src/sys/fs/udf/
H A Dudf_rename.c161 struct vnode *tdvp, struct vnode *tvp) in udf_gro_rename_check_possible()
198 struct vnode *tdvp, struct vnode *tvp) in udf_gro_rename_check_permitted()
324 void *tde, struct vnode *tvp, nlink_t *tvp_nlinkp) in udf_gro_rename()
/netbsd-src/games/tetris/
H A Dinput.c75 rwait(struct timeval *tvp) in rwait()

12345