Home
last modified time | relevance | path

Searched refs:cmos_wall (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/apm/
H A Dapm.c39 static int cmos_wall = 0; /* True when wall time is in cmos clock, else UTC */ variable
277 if (cmos_wall) in print_all_info()
358 if (cmos_wall) in apm_set_timer()
386 size_t cmos_wall_len = sizeof(cmos_wall); in main()
388 if (sysctlbyname("machdep.wall_cmos_clock", &cmos_wall, &cmos_wall_len, in main()