OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lts0
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/linux32/common/
linux32_misc.c
329
struct linux32_timespec
lts0
, *lts;
local
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
1125
if ((error = copyin(lts, &
lts0
, sizeof(
lts0
))) != 0)
1127
linux_to_native_timespec(&ts0, &
lts0
);
Completed in 18 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026