Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/watchdogd/
H A Dwatchdogd.c93 static char *test_cmd = NULL; variable
304 if (test_cmd) { in watchdog_check_dogfunction_time()
306 cmd = test_cmd; in watchdog_check_dogfunction_time()
355 if (test_cmd != NULL) in watchdog_loop()
356 failed = system(test_cmd); in watchdog_loop()
712 test_cmd = strdup(optarg); in parseargs()