Home
last modified time | relevance | path

Searched refs:lts0 (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux32/common/
H A Dlinux32_misc.c362 struct linux32_timespec lts0, *lts; in linux32_sys_ppoll() local
370 if ((error = copyin(lts, &lts0, sizeof(lts0))) != 0) in linux32_sys_ppoll()
372 linux32_to_native_timespec(&ts0, &lts0); in linux32_sys_ppoll()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_misc.c936 struct linux_timespec lts0, *lts; in linux_sys_ppoll() local
944 if ((error = copyin(lts, &lts0, sizeof(lts0))) != 0) in linux_sys_ppoll()
946 linux_to_native_timespec(&ts0, &lts0); in linux_sys_ppoll()