Home
last modified time | relevance | path

Searched defs:ts50 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/compat/sys/
H A Dtime_types.h76 timeval50_to_timeval(const struct timeval50 *ts50, struct timeval *ts) in timeval50_to_timeval()
84 timeval_to_timeval50(const struct timeval *ts, struct timeval50 *ts50) in timeval_to_timeval50()
92 timespec50_to_timespec(const struct timespec50 *ts50, struct timespec *ts) in timespec50_to_timespec()
100 timespec_to_timespec50(const struct timespec *ts, struct timespec50 *ts50) in timespec_to_timespec50()
108 itimerval50_to_itimerval(const struct itimerval50 *ts50, struct itimerval *ts) in itimerval50_to_itimerval()
116 itimerval_to_itimerval50(const struct itimerval *ts, struct itimerval50 *ts50) in itimerval_to_itimerval50()
124 itimerspec50_to_itimerspec(const struct itimerspec50 *ts50, in itimerspec50_to_itimerspec()
134 struct itimerspec50 *ts50) in itimerspec_to_itimerspec50()
/netbsd-src/sys/compat/common/
H A Dkern_50.c69 struct timespec50 ts50; in compat_50_sys__lwp_park() local
94 struct timespec50 ts50; in tscopyin() local
108 struct timespec50 ts50; in tscopyout() local
H A Dkern_time_50.c357 struct timespec50 ts50; in compat_50_sys_aio_suspend() local
397 struct timespec50 ts50; in compat_50_sys_mq_timedsend() local
432 struct timespec50 ts50; in compat_50_sys_mq_timedreceive() local
H A Dkern_select_50.c62 struct timespec50 ts50; in compat_50_kevent_fetch_timeout() local
/netbsd-src/lib/libc/compat/sys/
H A Dcompat_lfs_segwait.c55 lfs_segwait(fsid_t *fsid, struct timeval50 *ts50) in lfs_segwait()
H A Dcompat__lwp_park.c56 _lwp_park(const struct timespec50 *ts50, lwpid_t unpark, in _lwp_park()
H A Dcompat_mqueue.c77 unsigned buf, const struct timespec50 *ts50) in mq_timedsend()
H A Dcompat_kevent.c58 struct kevent100 *eventlist, size_t nevents, const struct timespec50 *ts50) in kevent()