Main index | Section 9 | Options |
#include <sys/watchdog.h>
The function must examine the cmd argument and act on it as follows:
If cmd is zero, the watchdog must be disabled and the error argument left untouched. If the watchdog cannot be disabled, the error argument must be set to EOPNOTSUPP.
Else the watchdog should be reset and configured to a timeout of (1 << (cmd, No, &, Dv, WD_INTERVAL)) nanoseconds or larger and the error argument be set to zero to signal arming of a watchdog.
If the watchdog cannot be configured to the proposed timeout, it must be disabled and the error argument left as is (to avoid hiding the arming of another watchdog).
There is no specification of what the watchdog should do when it times out, but a hardware reset or similar "drastic but certain" behaviour is recommended.
WATCHDOG (9) | February 28, 2004 |
Main index | Section 9 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.