Lines Matching full:wake
32 .Nd manipulate the EFI wake timer
41 reports the current value of, disables or enables the EFI wake timer that can
42 wake your machine from S3 sleep at a given time.
45 wake timer will be printed, followed by an
52 The pending status tells whether the wake timer fired recently; it is cleared
57 option, the wake timer is reset and disabled.
61 option, the wake timer is set to the given time and date.
70 EFI wake time: 2023-05-04T10:00:00; enabled=0, pending=1
73 Disabling and resetting the wake timer:
77 EFI wake time: 2023-05-04T15:32:16; enabled=0, pending=0
80 Enabling the wake timer with a valid date:
84 EFI wake time: 2023-05-04T15:35:00; enabled=1, pending=0
91 efiwake: cannot enable EFI wake time: Invalid argument
99 Corruption of the wake-up date has been observed on real hardware.