Lines Matching +full:2 +full:- +full:way
13 the IA-64 platform.
23 2. Design Decisions
28 portable way, the CMOS clock. A program like /sbin/hwclock uses such a clock
31 Because we wanted to minimize the impact on existing user-level apps using
38 EFI uses a slightly different way of representing the time, noticeably
39 the reference date is different. Year is the using the full 4-digit format.
41 expose this new way of representing time. Instead we use something very
43 One of the reasons for doing it this way is to allow for EFI to still evolve
48 ioctl()s. The other is read-only via the /proc filesystem.
94 # /sbin/hwclock --show
95 Mon Mar 6 15:32:32 2000 -0.910248 seconds
99 # /sbin/hwclock --systohc
110 introduced 2 news ioctl()s to the interface of an RTC.
112 We have added 2 new ioctl()s that are specific to the EFI driver:
122 The wkt structure encapsulates a struct rtc_time + 2 extra fields to get
133 As of today, none of the existing user-level apps supports this feature.