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

/freebsd-12-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-12-stable/sys/dev/aacraid/
H A Daacraid_debug.c507 sc->DebugFlags = aacraid_debug_flags;
530 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0))
531 || ((sc!=NULL) && (sc->DebugFlags
549 if ((sc->DebugFlags & HBA_FLAGS_DBG_FW_PRINT_B)
589 sc->DebugFlags &= ~HBA_FLAGS_DBG_FW_PRINT_B;
596 if ((sc->DebugFlags & HBA_FLAGS_DBG_KERNEL_PRINT_B)
622 u_int32_t DebugFlags = 0; local
631 DebugFlags = sc->FwDebugFlags;
714 sc->FwDebugFlags = DebugFlags;
H A Daacraid_var.h493 u_int32_t DebugFlags; /* Debug print flags bitmap */ member in struct:aac_softc
/freebsd-12-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.c353 if (DebugFlags & DTEST) {

Completed in 168 milliseconds