Searched refs:DEV_NAME (Results 1 – 1 of 1) sorted by relevance
28 #define DEV_NAME "/dev/watchdog" macro43 int fd = open(DEV_NAME, O_RDWR|O_CLOEXEC); in watchdogd_main()45 ERROR("watchdogd: Failed to open %s: %s\n", DEV_NAME, strerror(errno)); in watchdogd_main()