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

/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c106 #define FLG_WDEXP 0x40 /* Watchdog expired */ macro
312 ctx->flags |= FLG_WDEXP;
618 if (ctx->flags & FLG_WDEXP) {
1514 if (ctx.flags & FLG_WDEXP) {
1515 ctx.flags &= ~FLG_WDEXP;

Completed in 99 milliseconds