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

  /src/sys/compat/linux/common/
linux_time.c 165 struct timespec rqts, rmts; local in function:linux_sys_nanosleep
172 linux_to_native_timespec(&rqts, &lrqts);
174 error = nanosleep1(l, CLOCK_MONOTONIC, 0, &rqts,
297 struct timespec rqts, rmts; local in function:linux_sys_clock_nanosleep
314 linux_to_native_timespec(&rqts, &lrqts);
316 error = nanosleep1(l, nwhich, flags, &rqts,
linux_time.c 165 struct timespec rqts, rmts; local in function:linux_sys_nanosleep
172 linux_to_native_timespec(&rqts, &lrqts);
174 error = nanosleep1(l, CLOCK_MONOTONIC, 0, &rqts,
297 struct timespec rqts, rmts; local in function:linux_sys_clock_nanosleep
314 linux_to_native_timespec(&rqts, &lrqts);
316 error = nanosleep1(l, nwhich, flags, &rqts,
  /src/sys/compat/linux32/common/
linux32_time.c 285 struct timespec rqts, rmts; local in function:linux32_sys_nanosleep
292 linux32_to_native_timespec(&rqts, &lrqts);
294 error = nanosleep1(l, CLOCK_MONOTONIC, 0, &rqts,
389 struct timespec rqts, rmts; local in function:linux32_sys_clock_nanosleep
402 linux32_to_native_timespec(&rqts, &lrqts);
404 error = nanosleep1(l, id, flags, &rqts,
linux32_time.c 285 struct timespec rqts, rmts; local in function:linux32_sys_nanosleep
292 linux32_to_native_timespec(&rqts, &lrqts);
294 error = nanosleep1(l, CLOCK_MONOTONIC, 0, &rqts,
389 struct timespec rqts, rmts; local in function:linux32_sys_clock_nanosleep
402 linux32_to_native_timespec(&rqts, &lrqts);
404 error = nanosleep1(l, id, flags, &rqts,

Completed in 36 milliseconds