Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aacraid/
H A Daacraid_debug.c507 sc->DebugFlags = aacraid_debug_flags; in aacraid_get_fw_debug_buffer()
530 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0)) in aacraid_fw_printf()
531 || ((sc!=NULL) && (sc->DebugFlags in aacraid_fw_printf()
549 if ((sc->DebugFlags & HBA_FLAGS_DBG_FW_PRINT_B) in aacraid_fw_printf()
589 sc->DebugFlags &= ~HBA_FLAGS_DBG_FW_PRINT_B; in aacraid_fw_printf()
596 if ((sc->DebugFlags & HBA_FLAGS_DBG_KERNEL_PRINT_B) in aacraid_fw_printf()
622 u_int32_t DebugFlags = 0; in aacraid_fw_print_mem() local
631 DebugFlags = sc->FwDebugFlags; in aacraid_fw_print_mem()
714 sc->FwDebugFlags = DebugFlags; in aacraid_fw_print_mem()
H A Daacraid_var.h490 u_int32_t DebugFlags; /* Debug print flags bitmap */ member
/freebsd-12.1/usr.sbin/cron/lib/
H A Dmisc.c127 DebugFlags = 0;
148 DebugFlags |= mask;
158 if (DebugFlags) {
164 if (DebugFlags & (1 << flag))
465 if (DebugFlags) { in log_it()
/freebsd-12.1/usr.sbin/cron/cron/
H A Dcron.h113 if ( (DebugFlags & (mask) ) == (mask) ) \
295 int DebugFlags; variable
313 extern int DebugFlags;
H A Ddo_command.c343 if (DebugFlags & DTEST) {
H A Dcron.c136 if (DebugFlags) {