Home
last modified time | relevance | path

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

123

/freebsd-src/usr.sbin/cxgbetool/
H A Dtcbshowt6.c35 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 Dtcbshowt5.c35 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 Dtcbshowt4.c35 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 Dtcb_common.c201 _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-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
/freebsd-src/contrib/sendmail/include/sm/
H A Dtime.h20 # define timersub(tvp, uvp, vvp) \ argument
34 # define timeradd(tvp, uvp, vvp) \ argument
48 # define timercmp(tvp, uvp, cmp) \ argument
/freebsd-src/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h529 #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-src/contrib/libevent/include/event2/
H A Dutil.h529 #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-src/sys/sys/
H A Dtime.h393 #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 timevalclear(tvp) global() argument
426 timevalisset(tvp) global() argument
427 timevalcmp(tvp,uvp,cmp) global() argument
438 timerclear(tvp) global() argument
439 timerisset(tvp) global() argument
440 timercmp(tvp,uvp,cmp) global() argument
444 timeradd(tvp,uvp,vvp) global() argument
453 timersub(tvp,uvp,vvp) global() argument
[all...]
H A Dtimeffc.h279 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-src/usr.bin/touch/
H A Dtouch.c214 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-src/sys/kern/
H A Dkern_ffclock.c262 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 Dkern_tc.c308 fbclock_microuptime(struct timeval *tvp) in fbclock_microuptime() argument
333 fbclock_microtime(struct timeval *tvp) in fbclock_microtime() argument
358 fbclock_getmicrouptime(struct timeval *tvp) in fbclock_getmicrouptime() argument
381 fbclock_getmicrotime(struct timeval *tvp) in fbclock_getmicrotime() argument
405 microuptime(struct timeval *tvp) in microuptime() argument
430 microtime(struct timeval * tvp) microtime() argument
455 getmicrouptime(struct timeval * tvp) getmicrouptime() argument
478 getmicrotime(struct timeval * tvp) getmicrotime() argument
935 microuptime(struct timeval * tvp) microuptime() argument
956 microtime(struct timeval * tvp) microtime() argument
977 getmicrouptime(struct timeval * tvp) getmicrouptime() argument
998 getmicrotime(struct timeval * tvp) getmicrotime() argument
[all...]
/freebsd-src/contrib/ntp/libntp/
H A Dmachines.c118 struct timeval *tvp in gettimeofday()
348 int gettimeofday(struct timeval *tvp) in gettimeofday()
382 int settimeofday(struct timeval *tvp) in settimeofday()
431 struct timeval *tvp, in ntp_set_tod()
/freebsd-src/lib/libc/gen/
H A Dutime.c39 struct timeval tv[2], *tvp; in utime() local
/freebsd-src/contrib/nvi/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
/freebsd-src/sys/fs/unionfs/
H A Dunion_vnops.c909 struct vnode *tvp; unionfs_read() local
930 struct vnode *tvp; unionfs_write() local
1155 struct vnode *tvp; unionfs_rename() local
2340 struct vnode *tvp; unionfs_openextattr() local
2375 struct vnode *tvp; unionfs_closeextattr() local
2638 struct vnode *tvp, *vp; unionfs_add_writecount() local
2789 struct vnode *tvp; unionfs_set_text() local
2808 struct vnode *tvp; unionfs_unset_text() local
2821 struct vnode *tvp; unionfs_unp_bind() local
2834 struct vnode *tvp; unionfs_unp_connect() local
2847 struct vnode *tvp; unionfs_unp_detach() local
[all...]
/freebsd-src/tools/build/
H A Dfutimens.c42 struct timeval now, tv[2], *tvp; in futimens() local
H A Dutimensat.c42 struct timeval now, tv[2], *tvp; in utimensat() local
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dnet_write.c55 struct timeval tv, *tvp; in krb5_net_write_block() local
/freebsd-src/sys/ufs/ufs/
H A Dufs_vnops.c1258 struct vnode *tvp = ap->a_tvp; ufs_rename() local
1809 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
1887 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
1966 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
2007 struct vnode *tvp; ufs_mkdir() local
2778 struct vnode *tvp; ufs_makeinode() local
[all...]
/freebsd-src/libexec/rpc.sprayd/
H A Dsprayd.c44 #define timersub(tvp, uvp, vvp) \ argument
/freebsd-src/sys/fs/ext2fs/
H A Dext2_vnops.c784 struct vnode *tvp = ap->a_tvp; in ext2_rename() local
1153 ext2_do_posix1e_acl_inheritance_dir(struct vnode * dvp,struct vnode * tvp,mode_t dmode,struct ucred * cred,struct thread * td) ext2_do_posix1e_acl_inheritance_dir() argument
1224 ext2_do_posix1e_acl_inheritance_file(struct vnode * dvp,struct vnode * tvp,mode_t mode,struct ucred * cred,struct thread * td) ext2_do_posix1e_acl_inheritance_file() argument
1309 struct vnode *tvp; ext2_mkdir() local
1937 struct vnode *tvp; ext2_makeinode() local
[all...]
/freebsd-src/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c267 tv2msec(struct timeval const *tvp) in tv2msec()
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dbsd-pselect.c160 struct timeval tv, *tvp = NULL; in pselect() local

123