Home
last modified time | relevance | path

Searched refs:debug_flags (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/amd/libamu/
H A Dxutil.c62 u_int debug_flags = D_CONTROL; /* set regardless if compiled with debugging */ variable
395 u_int dl = debug_flags; in debug_option()
409 debug_flags != 0 && in debug_option()
410 (dl & D_IMMUTABLE) != (debug_flags & D_IMMUTABLE)) { in debug_option()
413 dl = (dl & ~D_IMMUTABLE) | (debug_flags & D_IMMUTABLE); in debug_option()
416 debug_flags = dl; in debug_option()
/freebsd-12.1/sys/dev/cxgb/
H A Dcxgb_osdep.h148 static const int debug_flags = DBG_RX; variable
152 if ((flag & debug_flags)) \
/freebsd-12.1/contrib/amd/include/
H A Dam_utils.h464 # define amuDebug(x) (debug_flags & (x))
508 # define amuDebug(x) (debug_flags & (x))
529 extern u_int debug_flags; /* Debug options */
/freebsd-12.1/contrib/amd/amd/
H A Dget_args.c348 if (!debug_flags) in get_args()
349 debug_flags = D_CONTROL; /* CONTROL = "daemon,amq,fork" */ in get_args()
/freebsd-12.1/libexec/rc/
H A Dnetwork.subr1251 local _list _iflist parent child_wlans child create_args debug_flags
1260 debug_flags="`get_if_var $child wlandebug_IF`"
1277 if [ -n "${debug_flags}" ]; then
1278 wlandebug -i $child ${debug_flags}
1487 local cfg child child_vlans child_wlans create_args debug_flags ifn i
1496 debug_flags="`get_if_var $child wlandebug_IF`"
1500 if [ -n "${debug_flags}" ]; then
1501 wlandebug -i $child ${debug_flags}
1505 if [ -n "${debug_flags}" ]; then
1506 wlandebug -i $i ${debug_flags}
/freebsd-12.1/sys/dev/cxgbe/
H A Dadapter.h848 int debug_flags; member
1100 if (!(sc->debug_flags & DF_DUMP_MBOX) && !err) in CH_DUMP_MBOX()
H A Dt4_vf.c488 TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); in t4vf_attach()
H A Dt4_main.c960 TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); in t4_attach()
4005 fallback = sc->debug_flags & DF_DISABLE_CFG_RETRY ? false : true; in partition_resources()
5949 &sc->debug_flags, 0, "flags to enable runtime debugging"); in t4_sysctls()
9500 (sc->debug_flags & DF_LOAD_FW_ANYTIME) == 0) { in load_fw()
H A Dt4_sge.c751 if (sc->debug_flags & DF_DISABLE_TCB_CACHE) { in t4_tweak_chip_settings()
1398 const bool verbose = (sc->debug_flags & DF_VERBOSE_SLOWINTR) != 0; in t4_intr_err()
/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_tom.c785 if (!(sc->debug_flags & DF_DISABLE_TCB_CACHE)) { in fill_tcp_info()
/freebsd-12.1/sys/dev/iwm/
H A Dif_iwmreg.h3646 uint8_t debug_flags; member
/freebsd-12.1/contrib/amd/
H A DChangeLog1333 * libamu/xutil.c: debug_flags should always be initialized to
1335 (debug_option): allow setting initial immutable debug_flags via
1424 * amd/get_args.c (get_args): initialize debug_flags if they've
1448 * libamu/xutil.c: debug_flags should be unsigned.
1449 (dbg_opt): fix comments for updated debug_flags, add "defaults".
1459 debug_flags extern should be unsigned.
5818 debug_flags directly
5820 * amd/amd.c (main): don't init debug_flags, leave it as zero (no