Lines Matching refs:ioctl
34 EFI provides a simpler services, not all ioctl() are available. Also
35 new ioctl()s have been introduced for things that EFI provides but not the
48 ioctl()s. The other is read-only via the /proc filesystem.
62 Two ioctl()s, compatible with the legacy RTC calls:
66 ioctl(d, RTC_RD_TIME, &rtc);
70 ioctl(d, RTC_SET_TIME, &rtc);
90 Those two ioctl()s can be exercised with the hwclock command:
109 the same ioctl()s to get access to the service. Instead we have
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:
116 ioctl(d, RTC_WKALM_RD, &wkt)
120 ioctl(d, RTC_WKALM_SET, &wkt)
135 ioctl().