Lines Matching refs:ioctl
29 EFI provides a simpler services, not all ioctl() are available. Also
30 new ioctl()s have been introduced for things that EFI provides but not the
43 ioctl()s. The other is read-only via the /proc filesystem.
56 Two ioctl()s, compatible with the legacy RTC calls:
58 Read the CMOS clock: ioctl(d, RTC_RD_TIME, &rtc);
60 Write the CMOS clock: ioctl(d, RTC_SET_TIME, &rtc);
80 Those two ioctl()s can be exercised with the hwclock command:
96 the same ioctl()s to get access to the service. Instead we have
97 introduced 2 news ioctl()s to the interface of an RTC.
99 We have added 2 new ioctl()s that are specific to the EFI driver:
102 ioctl(d, RTC_WKLAM_RD, &wkt)
105 ioctl(d, RTC_WKALM_SET, &wkt)
120 ioctl().