HomeSort by: relevance | last modified time | path
    Searched defs:tsp (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/lib/libc/compat/sys/
compat___lwp_park50.c 56 struct timespec ts1, *tsp = &ts1; variable in typeref:struct:timespec *
60 tsp = NULL;
61 return ___lwp_park60(CLOCK_REALTIME, TIMER_ABSTIME, tsp, unpark,
compat_aio_suspend.c 63 struct timespec ts, *tsp; variable in typeref:struct:timespec *
66 timespec50_to_timespec(ts50, tsp = &ts);
68 tsp = NULL;
69 return __aio_suspend50(list, nent, tsp);
compat_mqueue.c 66 struct timespec ts, *tsp; variable in typeref:struct:timespec *
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 in function:mq_timedsend
82 timespec50_to_timespec(ts50, tsp = &ts);
84 tsp = NULL;
85 return __mq_timedsend50(mq, name, len, buf, tsp);
compat_lfs_segwait.c 57 struct timeval ts, *tsp; variable in typeref:struct:timeval *
60 timeval50_to_timeval(ts50, tsp = &ts);
62 tsp = NULL;
63 return __lfs_segwait50(fsid, tsp);
compat__lwp_park.c 59 struct timespec ts, *tsp; variable in typeref:struct:timespec *
62 timespec50_to_timespec(ts50, tsp = &ts);
64 tsp = NULL;
65 return ___lwp_park50(tsp, unpark, hint, unparkhint);
compat___lwp_park50.c 56 struct timespec ts1, *tsp = &ts1; variable in typeref:struct:timespec *
60 tsp = NULL;
61 return ___lwp_park60(CLOCK_REALTIME, TIMER_ABSTIME, tsp, unpark,
compat_aio_suspend.c 63 struct timespec ts, *tsp; variable in typeref:struct:timespec *
66 timespec50_to_timespec(ts50, tsp = &ts);
68 tsp = NULL;
69 return __aio_suspend50(list, nent, tsp);
compat_mqueue.c 66 struct timespec ts, *tsp; variable in typeref:struct:timespec *
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 in function:mq_timedsend
82 timespec50_to_timespec(ts50, tsp = &ts);
84 tsp = NULL;
85 return __mq_timedsend50(mq, name, len, buf, tsp);
compat_lfs_segwait.c 57 struct timeval ts, *tsp; variable in typeref:struct:timeval *
60 timeval50_to_timeval(ts50, tsp = &ts);
62 tsp = NULL;
63 return __lfs_segwait50(fsid, tsp);
compat__lwp_park.c 59 struct timespec ts, *tsp; variable in typeref:struct:timespec *
62 timespec50_to_timespec(ts50, tsp = &ts);
64 tsp = NULL;
65 return ___lwp_park50(tsp, unpark, hint, unparkhint);
compat_adjtime.c 62 struct timeval ts, *tsp; variable in typeref:struct:timeval *
68 timeval50_to_timeval(ts50, tsp = &ts);
70 tsp = NULL;
71 error = __adjtime50(tsp, rtsp);
compat_nanosleep.c 62 struct timespec ts, *tsp; variable in typeref:struct:timespec *
68 timespec50_to_timespec(ts50, tsp = &ts);
70 tsp = NULL;
71 error = __nanosleep50(tsp, rtsp);
compat_adjtime.c 62 struct timeval ts, *tsp; variable in typeref:struct:timeval *
68 timeval50_to_timeval(ts50, tsp = &ts);
70 tsp = NULL;
71 error = __adjtime50(tsp, rtsp);
compat_nanosleep.c 62 struct timespec ts, *tsp; variable in typeref:struct:timespec *
68 timespec50_to_timespec(ts50, tsp = &ts);
70 tsp = NULL;
71 error = __nanosleep50(tsp, rtsp);
compat_kevent.c 60 struct timespec ts, *tsp; variable in typeref:struct:timespec *
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 in function:epoll_pwait
64 tsp = &ts;
66 tsp = NULL;
68 return epoll_pwait2(epfd, events, maxevents, tsp, sigmask);
epoll.c 59 struct timespec ts, *tsp; local in function:epoll_pwait
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 in function:compat_60_sys__lwp_park
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 in function:compat_60_sys__lwp_park
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 in function:compat_60_netbsd32__lwp_park
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 in function:compat_60_netbsd32__lwp_park
63 tsp = NULL;
69 tsp = &ts;
78 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
netbsd32_futex.c 63 struct timespec ts, *tsp; local in function:netbsd32___futex
74 tsp = &ts;
76 tsp = NULL;
80 SCARG(uap, val), tsp, SCARG_P32(uap, uaddr2), SCARG(uap, val2),
netbsd32_futex.c 63 struct timespec ts, *tsp; local in function:netbsd32___futex
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 in function:comp
110 for (sp = buf, tsp = s1; *sp; ) {
111 c = tolower((unsigned char)*tsp);
112 tsp++;
getinp.c 106 const char *sp, *tsp; local in function:comp
110 for (sp = buf, tsp = s1; *sp; ) {
111 c = tolower((unsigned char)*tsp);
112 tsp++;

Completed in 30 milliseconds

1 2 3 4