HomeSort by: relevance | last modified time | path
    Searched defs:rtsp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/compat/sys/
compat_adjtime.c 63 struct timeval rts, *rtsp; variable in typeref:struct:timeval *
66 rtsp = rts50 ? &rts : NULL;
71 error = __adjtime50(tsp, rtsp);
75 timeval_to_timeval50(rtsp, rts50);
compat_nanosleep.c 63 struct timespec rts, *rtsp; variable in typeref:struct:timespec *
66 rtsp = rts50 ? &rts : NULL;
71 error = __nanosleep50(tsp, rtsp);
75 timespec_to_timespec50(rtsp, rts50);

Completed in 13 milliseconds