Searched refs:debug (Results 226 - 250 of 289) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/kernel/debug/
H A Dtracing.cpp15 #include <arch/debug.h>
16 #include <debug.h>
H A Ddebug_parser.cpp8 #include <debug.h>
60 // for composing debug output etc.
H A Dsystem_profiler.cpp28 #include <arch/debug.h>
/haiku-fatelf/src/libs/ncurses/
H A Dconfigure678 --with-debug generate debug-libraries (default)
4101 echo "$as_me:4101: checking if you want to build debug libraries" >&5
4102 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6
4104 # Check whether --with-debug or --without-debug was given.
4113 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug"
4913 debug) LD_MODEL=$CC_G_OPT ;;
8955 # Normally we only add trace() to the debug-library. Allow this to be
13621 debug) DFT_ARG_SUFFI
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c211 SYSCTL_INT(_hw_mwl, OID_AUTO, debug, CTLFLAG_RW, &mwl_debug,
213 TUNABLE_INT("hw.mwl.debug", &mwl_debug);
4983 int debug, error; local
4985 debug = sc->sc_debug | (mwl_hal_getdebug(sc->sc_mh) << 24);
4986 error = sysctl_handle_int(oidp, &debug, 0, req);
4989 mwl_hal_setdebug(sc->sc_mh, debug >> 24);
4990 sc->sc_debug = debug & 0x00ffffff;
5004 "debug", CTLTYPE_INT | CTLFLAG_RW, sc, 0,
H A Dmwlhal.c57 #define MWLHAL_DEBUG /* debug msgs */
446 * Manipulate the debug mask. Note debug
452 mwl_hal_setdebug(struct mwl_hal *mh, int debug) argument
454 MWLPRIV(mh)->mh_debug = debug;
/haiku-fatelf/src/bin/patch/
H A Dpch.c1203 if (debug & 64)
1479 if (debug & 2) {
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp20 #include <debug.h>
/haiku-fatelf/src/bin/gdb/gdb/
H A Dnto-procfs.c29 #include <sys/debug.h>
/haiku-fatelf/src/bin/less/
H A Dconfigure7533 debug=false
7851 -d, --debug don't remove temporary files
7907 --debug | --debu | --deb | --de | --d | -d )
7908 debug=: ;;
8002 $debug ||
/haiku-fatelf/src/bin/network/wget/src/
H A Dinit.c137 { "debug", &opt.debug, cmd_boolean },
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_tiff.c369 if (compression != COMPRESSION_LZW && p->debug['P'])
/haiku-fatelf/src/system/kernel/
H A DUserTimer.cpp13 #include <debug.h>
H A Dsmp.cpp20 #include <arch/debug.h>
H A Dheap.cpp11 #include <arch/debug.h>
12 #include <debug.h>
2047 // set up some debug commands
2202 // set up some debug commands
H A Dsem.cpp24 #include <debug.h>
/haiku-fatelf/src/system/kernel/fs/
H A Dfifo.cpp23 #include <debug.h>
H A Drootfs.cpp25 # include <debug.h>
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_cpu.cpp21 #include <debug.h>
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_dec.c346 {OPT_DEBUG, "debug"},
354 opts->debug = 0;
369 opts->debug = atoi(jas_tvparser_getval(tvp));
H A Djpc_enc.c262 {OPT_DEBUG, "debug"},
423 cp->debug = 0;
490 cp->debug = atoi(jas_tvparser_getval(tvp));
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A Dfoomatic-generator.in64 my $debug = 0;
/haiku-fatelf/src/servers/media/
H A DNodeManager.cpp42 #include <debug.h>
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure799 --enable-debug turn on debugging
2482 # Check whether --enable-debug or --disable-debug was given.
5220 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
8495 debug=false
8596 -d, --debug don't remove temporary files
8664 --debug | --d* | -d )
8665 debug=: ;;
8729 $debug ||
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h771 uint8_t debug; member in struct:iwn_pmgt_cmd

Completed in 436 milliseconds

1234567891011>>