Home
last modified time | relevance | path

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

123

/netbsd-src/include/protocols/
H A Dtimed.h47 struct tsp { struct
48 uint8_t tsp_type; argument
49 uint8_t tsp_vers; argument
50 uint16_t tsp_seq; argument
55 } tspu_time; argument
57 } tsp_u; argument
58 char tsp_name[_POSIX_HOST_NAME_MAX+1]; argument
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/
H A Dtime.h35 #define timespecadd(tsp, usp, vsp) \ argument
45 #define timespecsub(tsp, usp, vsp) \ argument
55 #define timespeccmp(tsp, usp, cmp) \ argument
/netbsd-src/usr.sbin/timed/timed/
H A Dtspname.c42 set_tsp_name(struct tsp *tsp, const char *name) in set_tsp_name()
49 get_tsp_name(const struct tsp *tsp, char *name, size_t size) in get_tsp_name()
/netbsd-src/usr.bin/touch/
H A Dtouch.c239 stime_arg0(const char *arg, struct timespec *tsp) in stime_arg0()
248 stime_arg1(char *arg, struct timespec *tsp) in stime_arg1()
317 stime_arg2(const char *arg, int year, struct timespec *tsp) in stime_arg2()
351 stime_file(const char *fname, struct timespec *tsp, in stime_file()
363 stime_posix(const char *arg, struct timespec *tsp) in stime_posix()
/netbsd-src/lib/libc/compat/sys/
H A Dcompat_mqueue.c66 struct timespec ts, *tsp; in __weak_alias() local
79 struct timespec ts, *tsp; in mq_timedsend() local
H A Dcompat_kevent.c60 struct timespec ts, *tsp; in kevent() local
71 struct kevent100 *eventlist100, size_t nevents, const struct timespec *tsp) in __kevent50()
H A Dcompat_aio_suspend.c63 struct timespec ts, *tsp; in __weak_alias() local
H A Dcompat_lfs_segwait.c57 struct timeval ts, *tsp; in lfs_segwait() local
H A Dcompat__lwp_park.c59 struct timespec ts, *tsp; in _lwp_park() local
H A Dcompat___lwp_park50.c56 struct timespec ts1, *tsp = &ts1; in ___lwp_park50() local
H A Dcompat_adjtime.c62 struct timeval ts, *tsp; in __weak_alias() local
H A Dcompat_nanosleep.c62 struct timespec ts, *tsp; in __weak_alias() local
/netbsd-src/sys/arch/alpha/pci/
H A Dtsc.c116 struct tsp_attach_args tsp; in tscattach() local
167 struct tsp_attach_args *tsp = aux; in tscprint() local
186 #define tsp() { Generate ctags(1) key. } macro
277 struct tsp_config *tsp = &tsp_configuration[tsp_console_hose]; in tsp_bus_get_window() local
/netbsd-src/sys/kern/
H A Dsubr_time.c127 tshzto(const struct timespec * tsp) tshzto() argument
138 tshztoup(const struct timespec * tsp) tshztoup() argument
351 timespecaddok(const struct timespec * tsp,const struct timespec * usp) timespecaddok() argument
458 timespecsubok(const struct timespec * tsp,const struct timespec * usp) timespecsubok() argument
H A Dkern_tc.c497 nanouptime(struct timespec *tsp) in nanouptime()
528 nanotime(struct timespec *tsp) in nanotime()
564 getnanouptime(struct timespec *tsp) in getnanouptime()
615 dogetnanotime(struct timespec *tsp) in dogetnanotime()
631 getnanotime(struct timespec *tsp) in getnanotime()
640 dtrace_getnanotime(struct timespec *tsp) in dtrace_getnanotime()
663 getnanoboottime(struct timespec *tsp) in getnanoboottime()
1204 struct timespec ts, *tsp, *osp; in pps_ref_event() local
/netbsd-src/sys/sys/
H A Dtime.h243 #define timespecclear(tsp) (tsp)->tv_sec = (time_t)((tsp)->tv_nsec = 0L) argument
244 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
245 #define timespeccmp(tsp, usp, cmp) \ argument
249 timespecadd(tsp,usp,vsp) global() argument
258 timespecsub(tsp,usp,vsp) global() argument
[all...]
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_mqueue.c269 struct timespec ts, *tsp; in netbsd32___mq_timedsend50() local
300 struct timespec ts, *tsp; in netbsd32___mq_timedreceive50() local
339 struct timespec ts, *tsp; in compat_50_netbsd32_mq_timedsend() local
371 struct timespec ts, *tsp; in compat_50_netbsd32_mq_timedreceive() local
H A Dnetbsd32_compat_60.c58 struct timespec ts, *tsp; in compat_60_netbsd32__lwp_park() local
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvs_split.c305 SCR *tsp; in vs_insert() local
345 SCR *tsp, **lp, *list[100]; in vs_discard() local
462 SCR **lp, *tsp; in vs_join() local
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_visual.c45 SCR *tsp; in ex_visual() local
/netbsd-src/sys/compat/common/
H A Dkern_time_60.c66 struct timespec ts, *tsp; in compat_60_sys__lwp_park() local
/netbsd-src/sys/arch/alpha/alpha/
H A Ddec_6600.c151 struct tsp_config *tsp; in dec_6600_cons_init() local
277 struct tsp_attach_args *tsp = aux; in dec_6600_device_register() local
/netbsd-src/games/monop/
H A Dgetinp.c106 const char *sp, *tsp; in comp() local
/netbsd-src/lib/libc/sys/
H A Depoll.c59 struct timespec ts, *tsp; in epoll_pwait() local
/netbsd-src/sys/compat/linux/common/
H A Dlinux_mqueue.c129 struct timespec ts, *tsp; in linux_sys_mq_timedsend() local
160 struct timespec ts, *tsp; in linux_sys_mq_timedreceive() local

123