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

/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c105 #define FLG_WATCHDOG 0x20 /* Watchdog enabled */ macro
253 #define watchdog_enable(ctx) (ctx)->flags |= FLG_WATCHDOG
254 #define watchdog_disable(ctx) (ctx)->flags &= ~FLG_WATCHDOG
303 if (!(ctx->flags & FLG_WATCHDOG))

Completed in 43 milliseconds