Searched refs:efi_tm (Results 1 – 8 of 8) sorted by relevance
| /src/sys/sys/ |
| H A D | efi.h | 119 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 D | efiio.h | 68 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 D | efidev.c | 79 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 D | efirtc.c | 64 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 D | efirt.c | 593 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 D | pvefi.c | 53 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 D | efiwake.c | 54 struct efi_tm now; in main()
|
| /src/sys/amd64/amd64/ |
| H A D | efirt_machdep.c | 381 struct efi_tm tm; in efi_time_sysctl_handler()
|