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

  /src/sys/compat/linux32/common/
linux32_misc.c 329 struct linux32_timespec lts0, *lts; local in function:linux32_sys_ppoll
337 if ((error = copyin(lts, &lts0, sizeof(lts0))) != 0)
339 linux32_to_native_timespec(&ts0, &lts0);
  /src/sys/compat/linux/common/
linux_misc.c 1117 struct linux_timespec lts0, *lts; local in function:linux_sys_ppoll
1125 if ((error = copyin(lts, &lts0, sizeof(lts0))) != 0)
1127 linux_to_native_timespec(&ts0, &lts0);

Completed in 14 milliseconds