Home
last modified time | relevance | path

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

/freebsd/sys/dev/aacraid/
H A Daacraid_debug.c504 sc->DebugFlags = aacraid_debug_flags; in aacraid_get_fw_debug_buffer()
527 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0)) in aacraid_fw_printf()
528 || ((sc!=NULL) && (sc->DebugFlags in aacraid_fw_printf()
546 if ((sc->DebugFlags & HBA_FLAGS_DBG_FW_PRINT_B) in aacraid_fw_printf()
586 sc->DebugFlags &= ~HBA_FLAGS_DBG_FW_PRINT_B; in aacraid_fw_printf()
593 if ((sc->DebugFlags & HBA_FLAGS_DBG_KERNEL_PRINT_B) in aacraid_fw_printf()
619 u_int32_t DebugFlags = 0; in aacraid_fw_print_mem() local
628 DebugFlags = sc->FwDebugFlags; in aacraid_fw_print_mem()
710 sc->FwDebugFlags = DebugFlags; in aacraid_fw_print_mem()
H A Daacraid_var.h464 u_int32_t DebugFlags; /* Debug print flags bitmap */ member
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c120 DebugFlags = 0; in set_debug_flags()
141 DebugFlags |= mask; in set_debug_flags()
151 if (DebugFlags) { in set_debug_flags()
157 if (DebugFlags & (1 << flag)) in set_debug_flags()
449 if (DebugFlags) { in log_it()
/freebsd/usr.sbin/cron/cron/
H A Dglobals.h66 XTRN int DebugFlags INIT(0);
H A Dmacros.h86 if ( (DebugFlags & (mask) ) == (mask) ) \
H A Dcron.c122 if (DebugFlags) {
H A Ddo_command.c503 if (DebugFlags & DTEST) { in child_process()
/freebsd/contrib/bmake/
H A Dmake.h664 typedef struct DebugFlags { struct
685 } DebugFlags; argument
727 DebugFlags debug;
H A Dmain.c240 DebugFlags debug = opts.debug; in MainParseArgDebug()