Home
last modified time | relevance | path

Searched refs:is_dry_run (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c86 static int is_dry_run = 0; /* do not arm the watchdog, only variable
138 if (!is_dry_run && watchdog_init() == -1) in main()
258 if (is_dry_run) in watchdog_init()
393 if (is_dry_run) in watchdog_patpat()
409 if (is_dry_run) in watchdog_onoff()
715 is_dry_run = 1; in parseargs()