Searched refs:verbose (Results 1 – 15 of 15) sorted by relevance
/arch/arm/boot/compressed/ |
D | decompress.c | 18 # define Tracev(x) {if (verbose) fprintf x ;} 19 # define Tracevv(x) {if (verbose>1) fprintf x ;} 20 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} 21 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
|
/arch/alpha/boot/ |
D | misc.c | 67 # define Tracev(x) {if (verbose) fprintf x ;} 68 # define Tracevv(x) {if (verbose>1) fprintf x ;} 69 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} 70 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
|
/arch/alpha/boot/tools/ |
D | objstrip.c | 56 int fd, ofd, i, j, verbose = 0, primary = 0; in main() local 72 verbose = ~verbose; in main() 190 if (verbose) { in main() 221 if (verbose) { in main() 233 if (verbose) { in main()
|
/arch/nios2/boot/compressed/ |
D | misc.c | 57 # define Tracev(x) {if (verbose) fprintf x ; } 58 # define Tracevv(x) {if (verbose > 1) fprintf x ; } 59 # define Tracec(c, x) {if (verbose && (c)) fprintf x ; } 60 # define Tracecv(c, x) {if (verbose > 1 && (c)) fprintf x ; }
|
/arch/x86/tools/ |
D | insn_sanity.c | 35 static int verbose; /* Verbosity */ variable 178 verbose++; in parse_args() 252 } else if (verbose && !insn_complete(&insn)) in main() 254 else if (verbose >= 2) in main()
|
D | insn_decoder_test.c | 29 static int verbose; variable 101 verbose = 1; in parse_args() 161 if (verbose) in main()
|
/arch/mips/kernel/ |
D | genex.S | 538 .macro __BUILD_HANDLER exception handler clear verbose ext 547 __BUILD_\verbose \exception 554 .macro BUILD_HANDLER exception handler clear verbose argument 555 __BUILD_HANDLER \exception \handler \clear \verbose _int 582 BUILD_HANDLER watch watch sti verbose /* #23 */ 584 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */ 587 BUILD_HANDLER reserved reserved sti verbose /* others */
|
/arch/arm/probes/kprobes/ |
D | test-core.h | 99 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro 101 #define verbose(fmt, ...) macro 105 verbose("\n"); \ 106 verbose(title"\n"); \ 107 verbose("---------------------------------------------------------\n");
|
D | test-core.c | 1363 verbose("%s\n", current_title); in kprobes_test_case_start() 1365 verbose("%s\t@ %0*x\n", current_title, in kprobes_test_case_start()
|
D | test-thumb.c | 328 verbose("\n"); in kprobe_thumb16_test_cases() 1195 verbose("\n"); in kprobe_thumb32_test_cases()
|
D | test-arm.c | 1361 verbose("\n"); in kprobe_arm_test_cases()
|
/arch/arm/boot/dts/ |
D | at91-kizbox3-hs.dts | 168 label = "verbose bootloader";
|
/arch/sh/ |
D | Kconfig.debug | 67 Those looking for more verbose debugging output should say Y.
|
/arch/alpha/ |
D | Kconfig | 623 For example, if one wanted the option of printing verbose 624 machine checks, but wanted the default to be as if verbose 628 verbose machine check printing, or "verbose_mcheck=2" to get
|
/arch/x86/ |
D | Kconfig.debug | 13 bool "Enable verbose x86 bootup info messages"
|