Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dwatchdog.h9 int watchdog_set_device(const char *path);
18 (void) watchdog_set_device(NULL); in watchdog_free_device()
Dwatchdog.c336 int watchdog_set_device(const char *path) { in watchdog_set_device() function
/systemd-251/src/shutdown/
Dshutdown.c316 r = watchdog_set_device(s); in init_watchdog()
/systemd-251/src/core/
Dmain.c2122 r = watchdog_set_device(arg_watchdog_device); in initialize_runtime()