Home
last modified time | relevance | path

Searched refs:debug (Results 251 – 275 of 562) sorted by last modified time

1...<<11121314151617181920>>...23

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies_verbose.pretty2102 'reason': set([('load_info', 'debug'),
4631 'reason': set([('load_info', 'debug'),
H A Dimplicit_dependencies_verbose3231 'reason': set([('load_info', 'debug'),
3239 'reason': set([('load_info', 'debug'),
6796 'reason': set([('load_info', 'debug'),
6806 'reason': set([('load_info', 'debug'),
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfixup_kernel.sh39 /* because of recursion it gets passed to everything and is impossible to debug */
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.c231 OPTION(debug); in parse_args()
H A Dgdbhelpers2 # Don't forget to rebuild sparse with uncommented debug options
H A DREADME70 results. These clients were done to verify and debug the library, and
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt69 results. These clients were done to verify and debug the library, and
/illumos-gate/usr/src/tools/codesign/
H A Dsignit.pl130 sub debug { subroutine
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c236 #define TRACE(n) (n < debug)
240 static int debug = 12; variable
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_snapshots.ksh46 zfs.debug("ERROR: found snapshot " .. s)
/illumos-gate/usr/src/test/util-tests/tests/printf/
H A Dprintf_test.ksh204 [[ -n "$debug" ]] && echo $PRINTF "$format" "${args[@]}"
207 [[ -n "$debug" ]] && echo "got [$comp]"
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest.ksh59 -g flags Use flags to generate debug info. Defaults to
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib753 # If debug is on, turn on expect debug flag.
764 # If debug is on, save expect script and output, otherwise remove
/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Drecvmsg.c39 static boolean_t debug; variable
49 #define DEBUG(x) if (debug) printf x
238 if (debug) in servertest()
317 if (debug) { in servertest()
506 debug = _B_TRUE; in main()
H A Drights.c45 static boolean_t debug; variable
337 if (debug) { in fdwalkcb()
432 if (debug) in sendtest()
477 if (debug) in server()
503 } else if (debug) { in check()
558 if (debug) in recvtest()
569 if (debug) { in recvtest()
580 if (debug) { in recvtest()
586 if (debug) in recvtest()
611 if (debug) in recvtest()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c97 static int debug = 0; variable
104 if (!debug) { in debug_log()
541 debug = 1; in main()
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsetup.ksh46 debug=yes
56 [[ -n $debug ]] && print "Checking for arch $f:"
63 [[ -n $debug ]] && print -n " $p"
65 [[ -n $debug ]] && print " FOUND"
66 [[ -n $debug ]] && print "Executing $p $* ${cfg}"
70 [[ -n $debug ]] && print
73 [[ -z $found ]] && [[ -n $debug ]] && print "NOT PRESENT"
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Drun_arch_tests.ksh36 debug=yes
46 [[ -n $debug ]] && print "Checking for arch $f:"
53 [[ -n $debug ]] && print -n " $p"
55 [[ -n $debug ]] && print " FOUND"
56 [[ -n $debug ]] && print "Executing $p $*"
60 [[ -n $debug ]] && print
63 [[ -z $found ]] && [[ -n $debug ]] && print "NOT PRESENT"
H A Dtest_common.c31 static int debug = 0; variable
50 debug++; in test_set_debug()
141 if (debug) { in test_passed()
180 if (!debug) in test_debugf()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dinetboot.c51 extern int debug = 0;
53 static const int debug = 0; variable
56 #define dprintf if (debug) printf
H A Dboot_plat.c53 int debug = 0; variable
55 static const int debug = 0; variable
58 #define dprintf if (debug) printf
538 if (debug) print_memlist(pfreelistp); in main()
540 if (debug) print_memlist(vfreelistp); in main()
542 if (debug) print_memlist(pinstalledp); in main()
H A Dbootops.c37 extern int debug;
39 static const int debug = 0; variable
42 #define dprintf if (debug) printf
77 if (debug) print_memlist(pinstalledp); in setup_bootops()
79 if (debug) print_memlist(pfreelistp); in setup_bootops()
81 if (debug) print_memlist(vfreelistp); in setup_bootops()
126 if (debug) print_memlist(pinstalledp); in kern_killboot()
128 if (debug) print_memlist(pfreelistp); in kern_killboot()
130 if (debug) print_memlist(vfreelistp); in kern_killboot()
132 if (debug) { in kern_killboot()
[all …]
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c102 static int debug = 1; variable
104 static int debug = 0; variable
107 #define dprintf if (debug) printf
/illumos-gate/usr/src/pkg/transforms/
H A Dglobal_zone_only_component83 # MDB modules should appear in all zones, as one might debug a crash dump
H A Dstrip_dependinfo27 # Remove pkg debug information
28 <transform set name=pkg.debug.* -> drop>

1...<<11121314151617181920>>...23