Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDkern_wdog.c55 static int wdog_auto_enable = 1; variable
104 if (wdog_auto_enable) { in wdog_reset_all()
133 error = sysctl_handle_int(oidp, &wdog_auto_enable, 1, req); in wdog_sysctl_auto()
139 if (wdog_auto_enable) { in wdog_sysctl_auto()
144 (wdog_auto_enable)?"enabled":"disabled"); in wdog_sysctl_auto()
191 if (wdog_auto_enable) in wdog_ioctl()
217 (wdog_auto_enable)?"enabled":"disabled"); in wdog_init()