Home
last modified time | relevance | path

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

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c53 static int wd_set_pretimeout(int newtimeout, int disableiftoolong);
177 wd_set_pretimeout(wd_pretimeout, true); in wdog_kern_pat()
268 wd_set_pretimeout(int newtimeout, int disableiftoolong) in wd_set_pretimeout() function
358 error = wd_set_pretimeout(*(int *)data, false); in wd_ioctl()