| /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 | tcbshowt7.c | 7 void t7_display_tcb_aux_0 (_TCBVAR *tvp, int aux) in t7_display_tcb_aux_0() 219 void t7_display_tcb_aux_1 (_TCBVAR *tvp, int aux) in t7_display_tcb_aux_1() 231 void t7_display_tcb_aux_2 (_TCBVAR *tvp, int aux) in t7_display_tcb_aux_2() 257 void t7_display_tcb_aux_3 (_TCBVAR *tvp, int aux) in t7_display_tcb_aux_3() 397 void t7_display_tcb_aux_4 (_TCBVAR *tvp, int aux) in t7_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; lu_tcbvar() local 215 _TCBVAR *tvp; val() local 224 _TCBVAR *tvp; val64() local 272 decompress_val(_TCBVAR * tvp,unsigned ulp_type,unsigned tx_max,unsigned rcv_nxt,unsigned rx_frag0_start_idx_raw) decompress_val() argument 321 get_tcb_field(_TCBVAR * tvp,unsigned char * buf) get_tcb_field() argument 421 display_tcb_compressed(_TCBVAR * tvp,int aux) display_tcb_compressed() argument 456 _TCBVAR *tvp=base_tvp; parse_tcb() local 506 _TCBVAR *tvp=base_tvp; parse_scb() local 524 _TCBVAR *tvp=base_tvp; parse_fcb() local 536 _TCBVAR *tvp=base_tvp; display_list_tcb() local 555 display_tcb(_TCBVAR * tvp,unsigned char * buf,int aux) display_tcb() argument 578 _TCBVAR *tvp=g_tcb_info; parse_n_display_tcb() local 588 _TCBVAR *tvp=g_scb_info; parse_n_display_scb() local 606 _TCBVAR *tvp=g_fcb_info; parse_n_display_fcb() 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 | 281 microtime_fromclock(struct timeval *tvp, int whichclock) in microtime_fromclock() 311 getmicrotime_fromclock(struct timeval *tvp, int whichclock) in getmicrotime_fromclock() 341 microuptime_fromclock(struct timeval *tvp, int whichclock) in microuptime_fromclock() 371 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 | 309 fbclock_microuptime(struct timeval *tvp) in fbclock_microuptime() 334 fbclock_microtime(struct timeval *tvp) in fbclock_microtime() 359 fbclock_getmicrouptime(struct timeval *tvp) in fbclock_getmicrouptime() 382 fbclock_getmicrotime(struct timeval *tvp) in fbclock_getmicrotime() 406 microuptime(struct timeval *tvp) in microuptime() 431 microtime(struct timeval *tvp) in microtime() 456 getmicrouptime(struct timeval *tvp) in getmicrouptime() 479 getmicrotime(struct timeval *tvp) in getmicrotime() 936 microuptime(struct timeval *tvp) in microuptime() 957 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 | 1133 struct vnode *tvp; in unionfs_read() local 1154 struct vnode *tvp; in unionfs_write() local 1378 struct vnode *tvp; in unionfs_rename() local 2157 struct vnode *tvp; in unionfs_lock() local 2261 struct vnode *tvp; in unionfs_unlock() local 2459 struct vnode *tvp; in unionfs_openextattr() local 2494 struct vnode *tvp; in unionfs_closeextattr() local 2759 struct vnode *tvp, *vp; in unionfs_add_writecount() local 2789 struct vnode *dvp, *vp, **vpp, *lvp, *uvp, *tvp, *tdvp, *tempvp; in unionfs_vput_pair() local 2899 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/sys/ufs/ufs/ |
| H A D | ufs_vnops.c | 1260 struct vnode *tvp = ap->a_tvp; in ufs_rename() local 1799 ufs_do_posix1e_acl_inheritance_dir(struct vnode *dvp, struct vnode *tvp, in ufs_do_posix1e_acl_inheritance_dir() 1877 ufs_do_posix1e_acl_inheritance_file(struct vnode *dvp, struct vnode *tvp, in ufs_do_posix1e_acl_inheritance_file() 1956 ufs_do_nfs4_acl_inheritance(struct vnode *dvp, struct vnode *tvp, in ufs_do_nfs4_acl_inheritance() 1997 struct vnode *tvp; in ufs_mkdir() local 2774 struct vnode *tvp; in ufs_makeinode() local
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | net_write.c | 55 struct timeval tv, *tvp; in krb5_net_write_block() local
|
| /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()
|