OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otimp
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/compat/sys/
compat_itimer.c
56
struct itimerval otim, *
otimp
;
local
59
otimp
= otim50 ? &otim : NULL;
64
error = __setitimer50(timerid, timp,
otimp
);
68
itimerval_to_itimerval50(
otimp
, otim50);
compat_timer.c
57
struct itimerspec otim, *
otimp
;
local
60
otimp
= otim50 ? &otim : NULL;
65
error = __timer_settime50(timerid, flags, timp,
otimp
);
69
itimerspec_to_itimerspec50(
otimp
, otim50);
compat_itimer.c
56
struct itimerval otim, *
otimp
;
local
59
otimp
= otim50 ? &otim : NULL;
64
error = __setitimer50(timerid, timp,
otimp
);
68
itimerval_to_itimerval50(
otimp
, otim50);
compat_timer.c
57
struct itimerspec otim, *
otimp
;
local
60
otimp
= otim50 ? &otim : NULL;
65
error = __timer_settime50(timerid, flags, timp,
otimp
);
69
itimerspec_to_itimerspec50(
otimp
, otim50);
Completed in 66 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026