OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timespec50_to_timespec
(Results
1 - 15
of
15
) sorted by relevancy
/src/lib/libc/compat/sys/
compat__lwp_park.c
62
timespec50_to_timespec
(ts50, tsp = &ts);
compat_aio_suspend.c
66
timespec50_to_timespec
(ts50, tsp = &ts);
compat_nanosleep.c
68
timespec50_to_timespec
(ts50, tsp = &ts);
compat_mqueue.c
69
timespec50_to_timespec
(ts50, tsp = &ts);
82
timespec50_to_timespec
(ts50, tsp = &ts);
compat_sigtimedwait.c
64
timespec50_to_timespec
(timeout, &ts);
compat_select.c
71
timespec50_to_timespec
(tim50, timp = &tim);
98
timespec50_to_timespec
(tim50, timp = &tim);
compat_clock.c
67
timespec50_to_timespec
(tim50, timp = &tim);
compat_kevent.c
63
timespec50_to_timespec
(ts50, tsp = &ts);
/src/sys/compat/sys/
time_types.h
92
timespec50_to_timespec
(const struct timespec50 *ts50, struct timespec *ts)
function
128
timespec50_to_timespec
(&ts50->it_interval, &ts->it_interval);
129
timespec50_to_timespec
(&ts50->it_value, &ts->it_value);
/src/sys/rump/librump/rumpvfs/
rumpvfs_compat50.c
100
timespec50_to_timespec
(&va50->va_atime, &va->va_atime);
101
timespec50_to_timespec
(&va50->va_ctime, &va->va_ctime);
102
timespec50_to_timespec
(&va50->va_mtime, &va->va_mtime);
103
timespec50_to_timespec
(&va50->va_birthtime, &va->va_birthtime);
/src/sys/compat/common/
kern_select_50.c
70
timespec50_to_timespec
(&ts50, (struct timespec *)dest);
153
timespec50_to_timespec
(&ats50, &ats);
186
timespec50_to_timespec
(&ats50, &ats);
kern_50.c
78
timespec50_to_timespec
(&ts50, &ts);
101
timespec50_to_timespec
(&ts50, s);
clockctl_50.c
108
timespec50_to_timespec
(&tp50, &tp);
kern_time_50.c
144
timespec50_to_timespec
(&ats50, &ats);
191
timespec50_to_timespec
(&rqt50, &rqt);
370
timespec50_to_timespec
(&ts50, &ts);
406
timespec50_to_timespec
(&ts50, &ts);
442
timespec50_to_timespec
(&ts50, &ts);
/src/sys/fs/puffs/
puffs_compat.c
199
timespec50_to_timespec
(&va50->va_atime, &va->va_atime);
200
timespec50_to_timespec
(&va50->va_ctime, &va->va_ctime);
201
timespec50_to_timespec
(&va50->va_mtime, &va->va_mtime);
202
timespec50_to_timespec
(&va50->va_birthtime, &va->va_birthtime);
Completed in 34 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026