sysfs-class-watchdog 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. What: /sys/class/watchdog/watchdogn/bootstatus
  2. Date: August 2015
  3. Contact: Wim Van Sebroeck <wim@iguana.be>
  4. Description:
  5. It is a read only file. It contains status of the watchdog
  6. device at boot. It is equivalent to WDIOC_GETBOOTSTATUS of
  7. ioctl interface.
  8. What: /sys/class/watchdog/watchdogn/identity
  9. Date: August 2015
  10. Contact: Wim Van Sebroeck <wim@iguana.be>
  11. Description:
  12. It is a read only file. It contains identity string of
  13. watchdog device.
  14. What: /sys/class/watchdog/watchdogn/nowayout
  15. Date: August 2015
  16. Contact: Wim Van Sebroeck <wim@iguana.be>
  17. Description:
  18. It is a read only file. While reading, it gives '1' if that
  19. device supports nowayout feature else, it gives '0'.
  20. What: /sys/class/watchdog/watchdogn/state
  21. Date: August 2015
  22. Contact: Wim Van Sebroeck <wim@iguana.be>
  23. Description:
  24. It is a read only file. It gives active/inactive status of
  25. watchdog device.
  26. What: /sys/class/watchdog/watchdogn/status
  27. Date: August 2015
  28. Contact: Wim Van Sebroeck <wim@iguana.be>
  29. Description:
  30. It is a read only file. It contains watchdog device's
  31. internal status bits. It is equivalent to WDIOC_GETSTATUS
  32. of ioctl interface.
  33. What: /sys/class/watchdog/watchdogn/timeleft
  34. Date: August 2015
  35. Contact: Wim Van Sebroeck <wim@iguana.be>
  36. Description:
  37. It is a read only file. It contains value of time left for
  38. reset generation. It is equivalent to WDIOC_GETTIMELEFT of
  39. ioctl interface.
  40. What: /sys/class/watchdog/watchdogn/timeout
  41. Date: August 2015
  42. Contact: Wim Van Sebroeck <wim@iguana.be>
  43. Description:
  44. It is a read only file. It is read to know about current
  45. value of timeout programmed.