*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: efiwake | Section: 8 | Source: FreeBSD | File: efiwake.8.gz
EFIWAKE(8) FreeBSD System Manager's Manual EFIWAKE(8) NAME efiwake - manipulate the EFI wake timer SYNOPSIS efiwake efiwake -d efiwake -e yyyy-mm-ddThh:mm:ss DESCRIPTION efiwake reports the current value of, disables or enables the EFI wake timer that can wake your machine from S3 sleep at a given time. If invoked without arguments, the current EFI time and the current value of the wake timer will be printed, followed by an enabled status and a pending status. EFI time is supposed to be in UTC. Note that it can be out of sync with kernel time. The pending status tells whether the wake timer fired recently; it is cleared upon reading. If invoked with the -d option, the wake timer is reset and disabled. If invoked with the -e option, the wake timer is set to the given time and date. If the date or time is invalid, an error is returned. The current EFI time is always printed. EXAMPLES Without arguments: # efiwake Current EFI time: 2023-05-04T15:30:45 EFI wake time: 2023-05-04T10:00:00; enabled=0, pending=1 Disabling and resetting the wake timer: # efiwake -d Current EFI time: 2023-05-04T15:32:16 EFI wake time: 2023-05-04T15:32:16; enabled=0, pending=0 Enabling the wake timer with a valid date: # efiwake -e 2023-05-04T15:35:00 Current EFI time: 2023-05-04T15:34:05 EFI wake time: 2023-05-04T15:35:00; enabled=1, pending=0 Trying to enable with an invalid date (there is no 31st of April): # efiwake -e 2023-04-31T15:35:00 Current EFI time: 2023-05-04T15:35:25 efiwake: cannot enable EFI wake time: Invalid argument AUTHORS The tool and manual page were written by Johannes Totz <[email protected]>. BUGS The quality of EFI implementations differs widely. Corruption of the wake-up date has been observed on real hardware. FreeBSD 14.1-RELEASE-p8 May 9, 2023 FreeBSD 14.1-RELEASE-p8

Navigation Options