Searched refs:watchdog_disable (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm/mv/
H A Dtimer.c75 mv_watchdog_disable_t watchdog_disable; member in struct:mv_timer_config
216 if (sc->config->watchdog_disable)
217 sc->config->watchdog_disable();
487 if (timer_softc->config->watchdog_disable != NULL)
488 timer_softc->config->watchdog_disable();
497 if (timer_softc->config->watchdog_disable != NULL)
498 timer_softc->config->watchdog_disable();
/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c254 #define watchdog_disable(ctx) (ctx)->flags &= ~FLG_WATCHDOG macro
619 watchdog_disable(ctx);
623 watchdog_disable(ctx);
1509 watchdog_disable(&ctx);

Completed in 114 milliseconds