| /src/lib/libc/compat/sys/ |
| compat___lwp_park50.c | 56 struct timespec ts1, *tsp = &ts1; local 60 tsp = NULL; 61 return ___lwp_park60(CLOCK_REALTIME, TIMER_ABSTIME, tsp, unpark,
|
| compat__lwp_park.c | 59 struct timespec ts, *tsp; local 62 timespec50_to_timespec(ts50, tsp = &ts); 64 tsp = NULL; 65 return ___lwp_park50(tsp, unpark, hint, unparkhint);
|
| compat_aio_suspend.c | 63 struct timespec ts, *tsp; local 66 timespec50_to_timespec(ts50, tsp = &ts); 68 tsp = NULL; 69 return __aio_suspend50(list, nent, tsp);
|
| compat_lfs_segwait.c | 57 struct timeval ts, *tsp; local 60 timeval50_to_timeval(ts50, tsp = &ts); 62 tsp = NULL; 63 return __lfs_segwait50(fsid, tsp);
|
| compat___lwp_park50.c | 56 struct timespec ts1, *tsp = &ts1; local 60 tsp = NULL; 61 return ___lwp_park60(CLOCK_REALTIME, TIMER_ABSTIME, tsp, unpark,
|
| compat__lwp_park.c | 59 struct timespec ts, *tsp; local 62 timespec50_to_timespec(ts50, tsp = &ts); 64 tsp = NULL; 65 return ___lwp_park50(tsp, unpark, hint, unparkhint);
|
| compat_aio_suspend.c | 63 struct timespec ts, *tsp; local 66 timespec50_to_timespec(ts50, tsp = &ts); 68 tsp = NULL; 69 return __aio_suspend50(list, nent, tsp);
|
| compat_lfs_segwait.c | 57 struct timeval ts, *tsp; local 60 timeval50_to_timeval(ts50, tsp = &ts); 62 tsp = NULL; 63 return __lfs_segwait50(fsid, tsp);
|
| compat_mqueue.c | 66 struct timespec ts, *tsp; local 69 timespec50_to_timespec(ts50, tsp = &ts); 71 tsp = NULL; 72 return __mq_timedreceive50(mq, name, len, buf, tsp); 79 struct timespec ts, *tsp; local 82 timespec50_to_timespec(ts50, tsp = &ts); 84 tsp = NULL; 85 return __mq_timedsend50(mq, name, len, buf, tsp);
|
| compat_mqueue.c | 66 struct timespec ts, *tsp; local 69 timespec50_to_timespec(ts50, tsp = &ts); 71 tsp = NULL; 72 return __mq_timedreceive50(mq, name, len, buf, tsp); 79 struct timespec ts, *tsp; local 82 timespec50_to_timespec(ts50, tsp = &ts); 84 tsp = NULL; 85 return __mq_timedsend50(mq, name, len, buf, tsp);
|
| compat_adjtime.c | 62 struct timeval ts, *tsp; local 68 timeval50_to_timeval(ts50, tsp = &ts); 70 tsp = NULL; 71 error = __adjtime50(tsp, rtsp);
|
| compat_nanosleep.c | 62 struct timespec ts, *tsp; local 68 timespec50_to_timespec(ts50, tsp = &ts); 70 tsp = NULL; 71 error = __nanosleep50(tsp, rtsp);
|
| compat_adjtime.c | 62 struct timeval ts, *tsp; local 68 timeval50_to_timeval(ts50, tsp = &ts); 70 tsp = NULL; 71 error = __adjtime50(tsp, rtsp);
|
| compat_nanosleep.c | 62 struct timespec ts, *tsp; local 68 timespec50_to_timespec(ts50, tsp = &ts); 70 tsp = NULL; 71 error = __nanosleep50(tsp, rtsp);
|
| compat_kevent.c | 60 struct timespec ts, *tsp; local 63 timespec50_to_timespec(ts50, tsp = &ts); 65 tsp = NULL; 66 return __kevent50(kq, changelist, nchanges, eventlist, nevents, tsp); 71 struct kevent100 *eventlist100, size_t nevents, const struct timespec *tsp) 91 retval = __kevent100(kq, changelist, nchanges, eventlist, nevents, tsp);
|
| compat_kevent.c | 60 struct timespec ts, *tsp; local 63 timespec50_to_timespec(ts50, tsp = &ts); 65 tsp = NULL; 66 return __kevent50(kq, changelist, nchanges, eventlist, nevents, tsp); 71 struct kevent100 *eventlist100, size_t nevents, const struct timespec *tsp) 91 retval = __kevent100(kq, changelist, nchanges, eventlist, nevents, tsp);
|
| /src/lib/libc/sys/ |
| epoll.c | 59 struct timespec ts, *tsp; local 64 tsp = &ts; 66 tsp = NULL; 68 return epoll_pwait2(epfd, events, maxevents, tsp, sigmask);
|
| epoll.c | 59 struct timespec ts, *tsp; local 64 tsp = &ts; 66 tsp = NULL; 68 return epoll_pwait2(epfd, events, maxevents, tsp, sigmask);
|
| /src/sys/compat/common/ |
| kern_time_60.c | 66 struct timespec ts, *tsp; local 69 tsp = NULL; 74 tsp = &ts; 83 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|
| kern_time_60.c | 66 struct timespec ts, *tsp; local 69 tsp = NULL; 74 tsp = &ts; 83 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_60.c | 58 struct timespec ts, *tsp; local 63 tsp = NULL; 69 tsp = &ts; 78 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|
| netbsd32_compat_60.c | 58 struct timespec ts, *tsp; local 63 tsp = NULL; 69 tsp = &ts; 78 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|
| netbsd32_futex.c | 63 struct timespec ts, *tsp; local 74 tsp = &ts; 76 tsp = NULL; 80 SCARG(uap, val), tsp, SCARG_P32(uap, uaddr2), SCARG(uap, val2),
|
| /src/games/monop/ |
| getinp.c | 106 const char *sp, *tsp; local 110 for (sp = buf, tsp = s1; *sp; ) { 111 c = tolower((unsigned char)*tsp); 112 tsp++;
|
| getinp.c | 106 const char *sp, *tsp; local 110 for (sp = buf, tsp = s1; *sp; ) { 111 c = tolower((unsigned char)*tsp); 112 tsp++;
|