MCPcopy Create free account
hub / github.com/F-Stack/f-stack / utc_offset

Function utc_offset

freebsd/kern/subr_clock.c:381–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381int
382utc_offset(void)
383{
384
385 return (wall_cmos_clock ? adjkerntz : 0);
386}

Callers 5

settime_task_funcFunction · 0.85
read_clocksFunction · 0.85
kern_clock_settimeFunction · 0.85
timespec2fattimeFunction · 0.85
fattime2timespecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected