OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_rtc_offset
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
init_sysctl.c
826
int error,
new_rtc_offset
;
local in function:sysctl_kern_rtc_offset
829
new_rtc_offset
= rtc_offset;
831
node.sysctl_data = &
new_rtc_offset
;
838
KAUTH_ARG(
new_rtc_offset
), NULL, NULL))
840
if (rtc_offset ==
new_rtc_offset
)
845
delta.tv_sec = 60 * (
new_rtc_offset
- rtc_offset);
848
rtc_offset =
new_rtc_offset
;
Completed in 23 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025