Searched defs:ts50 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/compat/sys/ |
H A D | time_types.h | 76 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 D | kern_50.c | 69 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 D | kern_time_50.c | 357 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 D | kern_select_50.c | 62 struct timespec50 ts50; in compat_50_kevent_fetch_timeout() local
|
/netbsd-src/lib/libc/compat/sys/ |
H A D | compat_lfs_segwait.c | 55 lfs_segwait(fsid_t *fsid, struct timeval50 *ts50) in lfs_segwait()
|
H A D | compat__lwp_park.c | 56 _lwp_park(const struct timespec50 *ts50, lwpid_t unpark, in _lwp_park()
|
H A D | compat_mqueue.c | 77 unsigned buf, const struct timespec50 *ts50) in mq_timedsend()
|
H A D | compat_kevent.c | 58 struct kevent100 *eventlist, size_t nevents, const struct timespec50 *ts50) in kevent()
|