Home
last modified time | relevance | path

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

/freebsd-13.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()
713 sc->FwDebugFlags = DebugFlags; in aacraid_fw_print_mem()
H A Daacraid_var.h466 u_int32_t DebugFlags; /* Debug print flags bitmap */ member
/freebsd-13.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-13.1/usr.sbin/cron/cron/
H A Dcron.h113 if ( (DebugFlags & (mask) ) == (mask) ) \
297 int DebugFlags; variable
315 extern int DebugFlags;
H A Ddo_command.c402 if (DebugFlags & DTEST) {
H A Dcron.c136 if (DebugFlags) {
/freebsd-13.1/contrib/bmake/
H A Dmake.h630 typedef struct DebugFlags { struct
651 } DebugFlags; argument
693 DebugFlags debug;
H A Dmain.c240 DebugFlags debug = opts.debug; in MainParseArgDebug()