Home
last modified time | relevance | path

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

12

/minix3/external/bsd/libevent/dist/include/event2/
H A Dutil.h380 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp)) argument
381 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp)) argument
383 #define evutil_timeradd(tvp, uvp, vvp) \ argument
392 #define evutil_timersub(tvp, uvp, vvp) \ argument
404 #define evutil_timerclear(tvp) timerclear(tvp) argument
406 #define evutil_timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument
412 #define evutil_timercmp(tvp, uvp, cmp) \ argument
418 #define evutil_timerisset(tvp) timerisset(tvp) argument
420 #define evutil_timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
/minix3/lib/libc/gen/
H A Dutime.c52 struct timeval tv[2], *tvp; in utime() local
/minix3/lib/libc/compat/gen/
H A Dcompat_utime.c64 struct timeval tv[2], *tvp; in __weak_alias() local
/minix3/external/bsd/tmux/dist/
H A Dcompat.h145 #define timercmp(tvp, uvp, cmp) \ argument
152 #define timeradd(tvp, uvp, vvp) \ argument
164 #define timersub(tvp, uvp, vvp) \ argument
/minix3/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 #define timeradd(tvp, uvp, vvp) \ argument
86 #define timersub(tvp, uvp, vvp) \ argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-alias.cpp33 tv<int> *tvp; variable
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dnet_write.c57 struct timeval tv, *tvp; in krb5_net_write_block() local
/minix3/games/tetris/
H A Dinput.c75 rwait(struct timeval *tvp) in rwait()
/minix3/sys/ufs/lfs/
H A Dlfs_rename.c161 struct vnode *tdvp, struct vnode *tvp) in ulfs_gro_rename_check_possible()
199 struct vnode *tdvp, struct vnode *tvp) in ulfs_gro_rename_check_permitted()
745 void *tde, struct vnode *tvp) in ulfs_gro_rename()
1032 void *tde, struct vnode *tvp) in lfs_gro_rename()
H A Dlfs_vnops.c846 struct vnode *dvp, *tvp, **vpp; in lfs_mkdir() local
1762 struct timeval *tvp; in lfs_fcntl() local
H A Dulfs_lookup.c758 struct vnode *tvp, in ulfs_direnter()
/minix3/sys/fs/udf/
H A Dudf_rename.c162 struct vnode *tdvp, struct vnode *tvp) in udf_gro_rename_check_possible()
199 struct vnode *tdvp, struct vnode *tvp) in udf_gro_rename_check_permitted()
325 void *tde, struct vnode *tvp) in udf_gro_rename()
/minix3/sys/ufs/ext2fs/
H A Dext2fs_rename.c145 struct vnode *tdvp, struct vnode *tvp) in ext2fs_gro_rename_check_possible()
183 struct vnode *tdvp, struct vnode *tvp) in ext2fs_gro_rename_check_permitted()
274 void *tde, struct vnode *tvp) in ext2fs_gro_rename()
H A Dext2fs_vnops.c661 struct vnode *tvp; in ext2fs_mkdir() local
1033 struct vnode *tvp; in ext2fs_makeinode() local
/minix3/sys/ufs/ufs/
H A Dufs_rename.c147 struct vnode *tdvp, struct vnode *tvp) in ufs_gro_rename_check_possible()
185 struct vnode *tdvp, struct vnode *tvp) in ufs_gro_rename_check_permitted()
285 void *tde, struct vnode *tvp) in ufs_gro_rename()
H A Dufs_vnops.c939 struct vnode *dvp = ap->a_dvp, *tvp; in ufs_mkdir() local
1772 struct vnode *tvp; in ufs_makeinode() local
H A Dufs_lookup.c772 struct vnode *tvp, struct direct *dirp,
/minix3/external/bsd/dhcp/dist/common/
H A Ddispatch.c50 struct timeval *process_outstanding_timeouts (struct timeval *tvp) in process_outstanding_timeouts()
/minix3/external/bsd/bind/dist/lib/isc/pthreads/
H A Dmutex.c39 #define timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
/minix3/tools/compat/
H A Dcompat_defs.h1221 #define timercmp(tvp, uvp, cmp) \ argument
1227 #define timeradd(tvp, uvp, vvp) \ argument
1238 #define timersub(tvp, uvp, vvp) \ argument
/minix3/external/bsd/dhcpcd/dist/
H A Deloop.c114 struct timeval tv, *tvp; in pollts() local
/minix3/external/bsd/bind/dist/lib/isc/unix/
H A Dapp.c457 struct timeval tv, *tvp; in evloop() local
/minix3/lib/libc/resolv/
H A Dres_send.c1207 struct timeval tv, *tvp; in pselect() local
/minix3/external/bsd/tcpdump/dist/
H A Dutil.c198 register const struct timeval *tvp) in ts_print()
/minix3/bin/ksh/
H A Dc_ksh.c796 struct tbl *tvp; local

12