Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c103 #define FLG_WATCHDOG 0x20 /* Watchdog enabled */ macro
251 #define watchdog_enable(ctx) (ctx)->flags |= FLG_WATCHDOG
252 #define watchdog_disable(ctx) (ctx)->flags &= ~FLG_WATCHDOG
301 if (!(ctx->flags & FLG_WATCHDOG)) in tmr_watchdog()