Home
last modified time | relevance | path

Searched defs:tsp (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-12.1/contrib/tcpdump/
H A Dprint-timed.c44 struct tsp { struct
45 uint8_t tsp_type; argument
46 uint8_t tsp_vers; argument
47 uint16_t tsp_seq; argument
49 struct tsp_timeval tspu_time; argument
51 } tsp_u; argument
52 int8_t tsp_name[256]; argument
101 const struct tsp *tsp = (const struct tsp *)bp; in timed_print() local
/freebsd-12.1/include/protocols/
H A Dtimed.h46 struct tsp { struct
47 u_int8_t tsp_type; argument
48 u_int8_t tsp_vers; argument
49 u_int16_t tsp_seq; argument
54 } tspu_time; argument
56 } tsp_u; argument
57 char tsp_name[MAXHOSTNAMELEN]; argument
/freebsd-12.1/sys/fs/smbfs/
H A Dsmbfs_subr.c54 smb_time_local2server(struct timespec *tsp, int tzoff, u_long *seconds) in smb_time_local2server()
61 smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp) in smb_time_server2local()
75 smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp) in smb_time_NT2local()
81 smb_time_local2NT(struct timespec *tsp, int tzoff, int64_t *nsec) in smb_time_local2NT()
90 smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp, in smb_time_unix2dos()
104 struct timespec *tsp) in smb_dos2unixtime()
/freebsd-12.1/usr.sbin/rtadvd/
H A Dtimer_subr.h37 #define TS_CMP(tsp, usp, cmp) \ argument
41 #define TS_ADD(tsp, usp, vsp) \ argument
50 #define TS_SUB(tsp, usp, vsp) \ argument
/freebsd-12.1/sys/kern/
H A Dkern_ffclock.c254 ffclock_nanotime(struct timespec *tsp) in ffclock_nanotime()
280 ffclock_getnanotime(struct timespec *tsp) in ffclock_getnanotime()
307 ffclock_nanouptime(struct timespec *tsp) in ffclock_nanouptime()
333 ffclock_getnanouptime(struct timespec *tsp) in ffclock_getnanouptime()
360 ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp) in ffclock_nanodifftime()
H A Dkern_tc.c221 fbclock_nanouptime(struct timespec *tsp) in fbclock_nanouptime()
254 fbclock_nanotime(struct timespec *tsp) in fbclock_nanotime()
371 nanouptime(struct timespec *tsp) in nanouptime()
404 nanotime(struct timespec *tsp) in nanotime()
436 getnanouptime(struct timespec *tsp) in getnanouptime()
478 getnanotime(struct timespec *tsp) in getnanotime()
956 nanouptime(struct timespec *tsp) in nanouptime()
977 nanotime(struct timespec *tsp) in nanotime()
998 getnanouptime(struct timespec *tsp) in getnanouptime()
1019 getnanotime(struct timespec *tsp) in getnanotime()
[all …]
H A Dsubr_fattime.c140 timespec2fattime(const struct timespec *tsp, int utc, uint16_t *ddp, in timespec2fattime()
222 struct timespec *tsp) in fattime2timespec()
H A Dkern_thr.c496 struct timespec ts, *tsp; in sys_thr_suspend() local
511 kern_thr_suspend(struct thread *td, struct timespec *tsp) in kern_thr_suspend()
H A Dvfs_cache.c323 cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) in cache_out_ts()
1098 struct timespec *tsp, int *ticksp) in cache_lookup_dot()
1134 struct componentname *cnp, struct timespec *tsp, int *ticksp) in cache_lookup_nomakeentry()
1253 struct timespec *tsp, int *ticksp) in cache_lookup()
1627 struct timespec *tsp, struct timespec *dtsp) in cache_enter_time()
/freebsd-12.1/sys/dev/sound/
H A Dclone.c75 struct timespec tsp; member
84 struct timespec tsp; member
112 snd_timestamp(struct timespec *tsp) in snd_timestamp()
299 snd_clone_gettime(struct snd_clone *c, struct timespec *tsp) in snd_clone_gettime()
330 snd_clone_getdevtime(struct cdev *dev, struct timespec *tsp) in snd_clone_getdevtime()
/freebsd-12.1/sys/sys/
H A Dtimeffc.h271 nanotime_fromclock(struct timespec *tsp, int whichclock) in nanotime_fromclock()
301 getnanotime_fromclock(struct timespec *tsp, int whichclock) in getnanotime_fromclock()
331 nanouptime_fromclock(struct timespec *tsp, int whichclock) in nanouptime_fromclock()
361 getnanouptime_fromclock(struct timespec *tsp, int whichclock) in getnanouptime_fromclock()
H A Dtime.h318 #define timespecadd(tsp, usp, vsp) \ argument
327 #define timespecsub(tsp, usp, vsp) \ argument
/freebsd-12.1/usr.sbin/rtsold/
H A Drtsold.h129 #define TS_CMP(tsp, usp, cmp) \ argument
133 #define TS_ADD(tsp, usp, vsp) \ argument
142 #define TS_SUB(tsp, usp, vsp) \ argument
/freebsd-12.1/contrib/nvi/vi/
H A Dvs_split.c300 SCR *tsp; in vs_insert() local
340 SCR *tsp, **lp, *list[100]; in vs_discard() local
457 SCR **lp, *tsp; in vs_join() local
H A Dvs_refresh.c70 SCR *tsp; in vs_refresh() local
/freebsd-12.1/lib/libthr/thread/
H A Dthr_umtx.h227 _thr_rwlock_rdlock(struct urwlock *rwlock, int flags, struct timespec *tsp) in _thr_rwlock_rdlock()
236 _thr_rwlock_wrlock(struct urwlock *rwlock, struct timespec *tsp) in _thr_rwlock_wrlock()
H A Dthr_join.c83 struct timespec ts, ts2, *tsp; in join_common() local
H A Dthr_umtx.c292 const struct timespec *tsp) in __thr_rwlock_rdlock()
312 __thr_rwlock_wrlock(struct urwlock *rwlock, const struct timespec *tsp) in __thr_rwlock_wrlock()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_visual.c39 SCR *tsp; in ex_visual() local
H A Dex_screen.c104 SCR *tsp; in ex_sdisplay() local
/freebsd-12.1/contrib/nvi/cl/
H A Dcl_funcs.c353 SCR* tsp; in cl_discard() local
527 SCR *psp, *tsp; in cl_refresh() local
/freebsd-12.1/contrib/flex/
H A Ddfa.c241 int stkpos, ns, tsp; local
948 int ns, tsp, sym, i, j, lenccl, ch, numstates, ccllist; local
/freebsd-12.1/usr.bin/touch/
H A Dtouch.c388 stime_file(const char *fname, struct timespec *tsp) in stime_file()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.h85 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/freebsd-12.1/contrib/ntp/libntp/
H A Dsystime.c139 struct timespec * tsp in get_ostime()

123