OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ats50
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/common/
kern_select_50.c
144
struct timespec50
ats50
;
local
150
error = copyin(SCARG(uap, ts), &
ats50
, sizeof(
ats50
));
153
timespec50_to_timespec(&
ats50
, &ats);
178
struct timespec50
ats50
;
local
183
error = copyin(SCARG(uap, ts), &
ats50
, sizeof(
ats50
));
186
timespec50_to_timespec(&
ats50
, &ats);
kern_time_50.c
117
struct timespec50
ats50
;
local
123
timespec_to_timespec50(&ats, &
ats50
);
125
return copyout(&
ats50
, SCARG(uap, tp), sizeof(
ats50
));
139
struct timespec50
ats50
;
local
141
error = copyin(SCARG(uap, tp), &
ats50
, sizeof(
ats50
));
144
timespec50_to_timespec(&
ats50
, &ats);
159
struct timespec50
ats50
;
local
168
timespec_to_timespec50(&ats, &
ats50
);
[
all
...]
Completed in 45 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026