OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Sep 26 20:09:58 GMT 2025