Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aacraid/
H A Daacraid_debug.c505 sc->DebugFlags = aacraid_debug_flags; in aacraid_get_fw_debug_buffer()
528 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0)) in aacraid_fw_printf()
529 || ((sc!=NULL) && (sc->DebugFlags in aacraid_fw_printf()
547 if ((sc->DebugFlags & HBA_FLAGS_DBG_FW_PRINT_B) in aacraid_fw_printf()
587 sc->DebugFlags &= ~HBA_FLAGS_DBG_FW_PRINT_B; in aacraid_fw_printf()
594 if ((sc->DebugFlags & HBA_FLAGS_DBG_KERNEL_PRINT_B) in aacraid_fw_printf()
620 u_int32_t DebugFlags = 0; in aacraid_fw_print_mem() local
629 DebugFlags = sc->FwDebugFlags; in aacraid_fw_print_mem()
711 sc->FwDebugFlags = DebugFlags; in aacraid_fw_print_mem()
H A Daacraid_var.h464 u_int32_t DebugFlags; /* Debug print flags bitmap */ member
/freebsd-14.2/usr.sbin/cron/lib/
H A Dmisc.c123 DebugFlags = 0; in set_debug_flags()
144 DebugFlags |= mask; in set_debug_flags()
154 if (DebugFlags) { in set_debug_flags()
160 if (DebugFlags & (1 << flag)) in set_debug_flags()
452 if (DebugFlags) { in log_it()
/freebsd-14.2/usr.sbin/cron/cron/
H A Dglobals.h69 XTRN int DebugFlags INIT(0);
H A Dmacros.h86 if ( (DebugFlags & (mask) ) == (mask) ) \
H A Ddo_command.c383 if (DebugFlags & DTEST) { in child_process()
H A Dcron.c122 if (DebugFlags) {
/freebsd-14.2/contrib/bmake/
H A Dmake.h640 typedef struct DebugFlags { struct
661 } DebugFlags; argument
703 DebugFlags debug;
H A Dmain.c240 DebugFlags debug = opts.debug; in MainParseArgDebug()