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

/freebsd-11-stable/usr.sbin/cron/lib/
H A Dmisc.c127 DebugFlags = 0;
148 DebugFlags |= mask;
158 if (DebugFlags) {
164 if (DebugFlags & (1 << flag))
465 if (DebugFlags) {
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_debug.c506 sc->DebugFlags = aacraid_debug_flags;
529 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0))
530 || ((sc!=NULL) && (sc->DebugFlags
548 if ((sc->DebugFlags & HBA_FLAGS_DBG_FW_PRINT_B)
588 sc->DebugFlags &= ~HBA_FLAGS_DBG_FW_PRINT_B;
595 if ((sc->DebugFlags & HBA_FLAGS_DBG_KERNEL_PRINT_B)
621 u_int32_t DebugFlags = 0; local
630 DebugFlags = sc->FwDebugFlags;
713 sc->FwDebugFlags = DebugFlags;
H A Daacraid_var.h491 u_int32_t DebugFlags; /* Debug print flags bitmap */ member in struct:aac_softc
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.h113 if ( (DebugFlags & (mask) ) == (mask) ) \
297 int DebugFlags; variable
315 extern int DebugFlags;
H A Dcron.c136 if (DebugFlags) {
163 /* if (!(DebugFlags & DTEST)) */
H A Ddo_command.c337 if (DebugFlags & DTEST) {

Completed in 177 milliseconds