/freebsd/usr.sbin/cxgbetool/ |
H A D | tcbshowt6.c | 35 void t6_display_tcb_aux_0 (_TCBVAR *tvp, int aux) in t6_display_tcb_aux_0() 248 void t6_display_tcb_aux_1 (_TCBVAR *tvp, int aux) in t6_display_tcb_aux_1() 260 void t6_display_tcb_aux_2 (_TCBVAR *tvp, int aux) in t6_display_tcb_aux_2() 286 void t6_display_tcb_aux_3 (_TCBVAR *tvp, int aux) in t6_display_tcb_aux_3() 426 void t6_display_tcb_aux_4 (_TCBVAR *tvp, int aux) in t6_display_tcb_aux_4()
|
H A D | tcbshowt5.c | 35 void t5_display_tcb_aux_0 (_TCBVAR *tvp, int aux) in t5_display_tcb_aux_0() 247 void t5_display_tcb_aux_1 (_TCBVAR *tvp, int aux) in t5_display_tcb_aux_1() 259 void t5_display_tcb_aux_2 (_TCBVAR *tvp, int aux) in t5_display_tcb_aux_2() 285 void t5_display_tcb_aux_3 (_TCBVAR *tvp, int aux) in t5_display_tcb_aux_3()
|
H A D | tcbshowt4.c | 35 void t4_display_tcb_aux_0 (_TCBVAR *tvp, int aux) in t4_display_tcb_aux_0() 236 void t4_display_tcb_aux_1 (_TCBVAR *tvp, int aux) in t4_display_tcb_aux_1() 248 void t4_display_tcb_aux_2 (_TCBVAR *tvp, int aux) in t4_display_tcb_aux_2() 274 void t4_display_tcb_aux_3 (_TCBVAR *tvp, int aux) in t4_display_tcb_aux_3()
|
H A D | tcb_common.c | 201 _TCBVAR *tvp=g_tcb_info; in lu_tcbvar() local 215 _TCBVAR *tvp; in val() local 224 _TCBVAR *tvp; in val64() local 272 decompress_val(_TCBVAR *tvp,unsigned ulp_type,unsigned tx_max, in decompress_val() 321 get_tcb_field(_TCBVAR *tvp,unsigned char *buf) in get_tcb_field() 421 display_tcb_compressed(_TCBVAR *tvp,int aux) in display_tcb_compressed() 456 _TCBVAR *tvp=base_tvp; in parse_tcb() local 506 _TCBVAR *tvp=base_tvp; in parse_scb() local 524 _TCBVAR *tvp=base_tvp; in parse_fcb() local 536 _TCBVAR *tvp=base_tvp; in display_list_tcb() local [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | timeval-operations.h | 36 #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
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | time.h | 20 # define timersub(tvp, uvp, vvp) \ argument 34 # define timeradd(tvp, uvp, vvp) \ argument 48 # define timercmp(tvp, uvp, cmp) \ argument
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | util.h | 529 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp)) argument 530 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp)) argument 532 #define evutil_timeradd(tvp, uvp, vvp) \ argument 541 #define evutil_timersub(tvp, uvp, vvp) \ argument 553 #define evutil_timerclear(tvp) timerclear(tvp) argument 555 #define evutil_timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument 561 #define evutil_timercmp(tvp, uvp, cmp) \ argument 567 #define evutil_timerisset(tvp) timerisset(tvp) argument 569 #define evutil_timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
|
/freebsd/contrib/libevent/include/event2/ |
H A D | util.h | 529 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp)) argument 530 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp)) argument 532 #define evutil_timeradd(tvp, uvp, vvp) \ argument 541 #define evutil_timersub(tvp, uvp, vvp) \ argument 553 #define evutil_timerclear(tvp) timerclear(tvp) argument 555 #define evutil_timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument 561 #define evutil_timercmp(tvp, uvp, cmp) \ argument 567 #define evutil_timerisset(tvp) timerisset(tvp) argument 569 #define evutil_timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
|
/freebsd/sys/sys/ |
H A D | time.h | 393 #define timespecclear(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) argument 394 #define timespecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec) argument 395 #define timespeccmp(tvp, uvp, cmp) \ argument 425 #define timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument 426 #define timevalisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 427 #define timevalcmp(tvp, uvp, cmp) \ argument 438 #define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument 439 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 440 #define timercmp(tvp, uvp, cmp) \ argument 444 #define timeradd(tvp, uvp, vvp) \ argument [all …]
|
H A D | timeffc.h | 279 microtime_fromclock(struct timeval *tvp, int whichclock) in microtime_fromclock() 309 getmicrotime_fromclock(struct timeval *tvp, int whichclock) in getmicrotime_fromclock() 339 microuptime_fromclock(struct timeval *tvp, int whichclock) in microuptime_fromclock() 369 getmicrouptime_fromclock(struct timeval *tvp, int whichclock) in getmicrouptime_fromclock()
|
/freebsd/sys/kern/ |
H A D | kern_ffclock.c | 262 ffclock_microtime(struct timeval *tvp) in ffclock_microtime() 289 ffclock_getmicrotime(struct timeval *tvp) in ffclock_getmicrotime() 315 ffclock_microuptime(struct timeval *tvp) in ffclock_microuptime() 342 ffclock_getmicrouptime(struct timeval *tvp) in ffclock_getmicrouptime() 368 ffclock_microdifftime(ffcounter ffdelta, struct timeval *tvp) in ffclock_microdifftime()
|
H A D | kern_tc.c | 308 fbclock_microuptime(struct timeval *tvp) in fbclock_microuptime() 333 fbclock_microtime(struct timeval *tvp) in fbclock_microtime() 358 fbclock_getmicrouptime(struct timeval *tvp) in fbclock_getmicrouptime() 381 fbclock_getmicrotime(struct timeval *tvp) in fbclock_getmicrotime() 405 microuptime(struct timeval *tvp) in microuptime() 430 microtime(struct timeval *tvp) in microtime() 455 getmicrouptime(struct timeval *tvp) in getmicrouptime() 478 getmicrotime(struct timeval *tvp) in getmicrotime() 935 microuptime(struct timeval *tvp) in microuptime() 956 microtime(struct timeval *tvp) in microtime() [all …]
|
/freebsd/usr.bin/touch/ |
H A D | touch.c | 214 stime_arg1(const char *arg, struct timespec *tvp) in stime_arg1() 280 stime_arg2(const char *arg, int year, struct timespec *tvp) in stime_arg2() 311 stime_darg(const char *arg, struct timespec *tvp) in stime_darg()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vnops.c | 1112 struct vnode *tvp; in unionfs_read() local 1133 struct vnode *tvp; in unionfs_write() local 1357 struct vnode *tvp; in unionfs_rename() local 2136 struct vnode *tvp; in unionfs_lock() local 2239 struct vnode *tvp; in unionfs_unlock() local 2442 struct vnode *tvp; in unionfs_openextattr() local 2477 struct vnode *tvp; in unionfs_closeextattr() local 2742 struct vnode *tvp, *vp; in unionfs_add_writecount() local 2772 struct vnode *dvp, *vp, **vpp, *lvp, *uvp, *tvp, *tdvp, *tempvp; in unionfs_vput_pair() local 2882 struct vnode *tvp; in unionfs_set_text() local [all …]
|
/freebsd/contrib/ntp/libntp/ |
H A D | machines.c | 119 gettimeofday(struct timeval * tvp) gettimeofday() argument 349 gettimeofday(struct timeval * tvp) gettimeofday() argument 383 settimeofday(struct timeval * tvp) settimeofday() argument 432 ntp_set_tod(struct timeval * tvp,void * tzp) ntp_set_tod() argument [all...] |
/freebsd/lib/libc/gen/ |
H A D | utime.c | 39 struct timeval tv[2], *tvp; in utime() local
|
/freebsd/contrib/nvi/common/ |
H A D | util.h | 68 #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
|
/freebsd/tools/build/ |
H A D | futimens.c | 42 struct timeval now, tv[2], *tvp; in futimens() local
|
H A D | utimensat.c | 42 struct timeval now, tv[2], *tvp; in utimensat() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | net_write.c | 55 struct timeval tv, *tvp; in krb5_net_write_block() local
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 1258 struct vnode *tvp = ap->a_tvp; ufs_rename() local 1810 ufs_do_posix1e_acl_inheritance_dir(struct vnode * dvp,struct vnode * tvp,mode_t dmode,struct ucred * cred,struct thread * td) ufs_do_posix1e_acl_inheritance_dir() argument 1888 ufs_do_posix1e_acl_inheritance_file(struct vnode * dvp,struct vnode * tvp,mode_t mode,struct ucred * cred,struct thread * td) ufs_do_posix1e_acl_inheritance_file() argument 1967 ufs_do_nfs4_acl_inheritance(struct vnode * dvp,struct vnode * tvp,mode_t child_mode,struct ucred * cred,struct thread * td) ufs_do_nfs4_acl_inheritance() argument 2008 struct vnode *tvp; ufs_mkdir() local 2780 struct vnode *tvp; ufs_makeinode() local [all...] |
/freebsd/libexec/rpc.sprayd/ |
H A D | sprayd.c | 44 #define timersub(tvp, uvp, vvp) \ argument
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_vnops.c | 784 struct vnode *tvp = ap->a_tvp; in ext2_rename() local 1153 ext2_do_posix1e_acl_inheritance_dir(struct vnode *dvp, struct vnode *tvp, in ext2_do_posix1e_acl_inheritance_dir() 1224 ext2_do_posix1e_acl_inheritance_file(struct vnode *dvp, struct vnode *tvp, in ext2_do_posix1e_acl_inheritance_file() 1309 struct vnode *tvp; in ext2_mkdir() local 1939 struct vnode *tvp; in ext2_makeinode() local
|
/freebsd/usr.sbin/bluetooth/l2ping/ |
H A D | l2ping.c | 267 tv2msec(struct timeval const *tvp) in tv2msec()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-pselect.c | 160 struct timeval tv, *tvp = NULL; in pselect() local
|