Home
last modified time | relevance | path

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

/src/sys/sys/
H A Defi.h119 struct efi_tm { struct
193 efi_status (*rt_gettime)(struct efi_tm *, struct efi_tmcap *)
195 efi_status (*rt_settime)(struct efi_tm *) EFIABI_ATTR;
197 struct efi_tm *) EFIABI_ATTR;
198 efi_status (*rt_setwaketime)(uint8_t, struct efi_tm *)
282 int (*get_time)(struct efi_tm *);
285 int (*set_time)(struct efi_tm *);
287 struct efi_tm *tm);
288 int (*set_waketime)(uint8_t enable, struct efi_tm *tm);
322 efi_get_time(struct efi_tm *tm) in efi_get_time()
[all …]
H A Defiio.h68 struct efi_tm waketime;
74 #define EFIIOC_GET_TIME _IOR('E', 2, struct efi_tm)
75 #define EFIIOC_SET_TIME _IOW('E', 3, struct efi_tm)
/src/sys/dev/efidev/
H A Defidev.c79 struct efi_tm *tm = (struct efi_tm *)addr; in efidev_ioctl()
86 struct efi_tm *tm = (struct efi_tm *)addr; in efidev_ioctl()
H A Defirtc.c64 struct efi_tm tm; in efirtc_probe()
132 struct efi_tm tm; in efirtc_gettime()
155 struct efi_tm tm; in efirtc_settime()
H A Defirt.c593 efi_get_time_locked(struct efi_tm *tm, struct efi_tmcap *tmcap) in efi_get_time_locked()
614 get_time(struct efi_tm *tm) in get_time()
634 get_waketime(uint8_t *enabled, uint8_t *pending, struct efi_tm *tm) in get_waketime()
671 set_waketime(uint8_t enable, struct efi_tm *tm) in set_waketime()
704 struct efi_tm dummy; in get_time_capabilities()
742 efi_set_time_locked(struct efi_tm *tm) in efi_set_time_locked()
758 set_time(struct efi_tm *tm) in set_time()
/src/sys/dev/xen/efi/
H A Dpvefi.c53 get_time(struct efi_tm *tm) in get_time()
101 set_time(struct efi_tm *tm) in set_time()
/src/usr.sbin/efiwake/
H A Defiwake.c54 struct efi_tm now; in main()
/src/sys/amd64/amd64/
H A Defirt_machdep.c381 struct efi_tm tm; in efi_time_sysctl_handler()