Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Defi.h104 struct efi_tm { struct
162 efi_status (*rt_gettime)(struct efi_tm *, struct efi_tmcap *)
164 efi_status (*rt_settime)(struct efi_tm *) EFIABI_ATTR;
166 struct efi_tm *) EFIABI_ATTR;
167 efi_status (*rt_setwaketime)(uint8_t, struct efi_tm *)
251 int (*get_time)(struct efi_tm *);
254 int (*set_time)(struct efi_tm *);
256 struct efi_tm *tm);
257 int (*set_waketime)(uint8_t enable, struct efi_tm *tm);
291 static inline int efi_get_time(struct efi_tm *tm) in efi_get_time()
[all …]
H A Defiio.h53 struct efi_tm waketime;
59 #define EFIIOC_GET_TIME _IOR('E', 2, struct efi_tm)
60 #define EFIIOC_SET_TIME _IOW('E', 3, struct efi_tm)
/freebsd/sys/dev/efidev/
H A Defidev.c78 struct efi_tm *tm = (struct efi_tm *)addr; in efidev_ioctl()
85 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.c546 efi_get_time_locked(struct efi_tm *tm, struct efi_tmcap *tmcap) in efi_get_time_locked()
567 get_time(struct efi_tm *tm) in get_time()
587 get_waketime(uint8_t *enabled, uint8_t *pending, struct efi_tm *tm) in get_waketime()
624 set_waketime(uint8_t enable, struct efi_tm *tm) in set_waketime()
657 struct efi_tm dummy; in get_time_capabilities()
695 efi_set_time_locked(struct efi_tm *tm) in efi_set_time_locked()
711 set_time(struct efi_tm *tm) in set_time()
/freebsd/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()
/freebsd/usr.sbin/efiwake/
H A Defiwake.c54 struct efi_tm now; in main()
/freebsd/sys/amd64/amd64/
H A Defirt_machdep.c343 struct efi_tm tm; in efi_time_sysctl_handler()