Lines Matching +full:wake +full:- +full:up
2 .\" SPDX-License-Identifier: BSD-2-Clause
32 .Nd manipulate the EFI wake timer
38 .Fl e Ar yyyy-mm-ddThh:mm:ss
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
56 .Sy -d
57 option, the wake timer is reset and disabled.
60 .Sy -e
61 option, the wake timer is set to the given time and date.
67 .Bd -literal -offset indent
69 Current EFI time: 2023-05-04T15:30:45
70 EFI wake time: 2023-05-04T10:00:00; enabled=0, pending=1
73 Disabling and resetting the wake timer:
74 .Bd -literal -offset indent
75 # efiwake -d
76 Current EFI time: 2023-05-04T15:32:16
77 EFI wake time: 2023-05-04T15:32:16; enabled=0, pending=0
80 Enabling the wake timer with a valid date:
81 .Bd -literal -offset indent
82 # efiwake -e 2023-05-04T15:35:00
83 Current EFI time: 2023-05-04T15:34:05
84 EFI wake time: 2023-05-04T15:35:00; enabled=1, pending=0
88 .Bd -literal -offset indent
89 # efiwake -e 2023-04-31T15:35:00
90 Current EFI time: 2023-05-04T15:35:25
91 efiwake: cannot enable EFI wake time: Invalid argument
94 .An -nosplit
99 Corruption of the wake-up date has been observed on real hardware.