Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 16 of 16) sorted by relevance

/arch/arm/boot/compressed/
A Ddecompress.c18 # 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/tools/
A Dobjstrip.c56 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/alpha/boot/
A Dmisc.c67 # 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/nios2/boot/compressed/
A Dmisc.c57 # 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/
A Dinsn_sanity.c31 static int verbose; /* Verbosity */ variable
174 verbose++; in parse_args()
248 } else if (verbose && ret < 0) in main()
250 else if (verbose >= 2) in main()
A Dinsn_decoder_test.c28 static int verbose; variable
100 verbose = 1; in parse_args()
162 if (verbose) in main()
/arch/mips/kernel/
A Dgenex.S548 .macro __BUILD_HANDLER exception handler clear verbose ext
557 __BUILD_\verbose \exception
564 .macro BUILD_HANDLER exception handler clear verbose
565 __BUILD_HANDLER \exception \handler \clear \verbose _int
592 BUILD_HANDLER watch watch sti verbose /* #23 */
594 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */
597 BUILD_HANDLER reserved reserved sti verbose /* others */
/arch/arm/probes/kprobes/
A Dtest-core.h99 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro
101 #define verbose(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
105 verbose("\n"); \
106 verbose(title"\n"); \
107 verbose("---------------------------------------------------------\n");
A Dtest-core.c1363 verbose("%s\n", current_title); in kprobes_test_case_start()
1365 verbose("%s\t@ %0*x\n", current_title, in kprobes_test_case_start()
A Dtest-thumb.c328 verbose("\n"); in kprobe_thumb16_test_cases()
1195 verbose("\n"); in kprobe_thumb32_test_cases()
A Dtest-arm.c1361 verbose("\n"); in kprobe_arm_test_cases()
/arch/arm/boot/dts/microchip/
A Dat91-kizbox3-hs.dts168 label = "verbose bootloader";
/arch/sh/
A DKconfig.debug64 Those looking for more verbose debugging output should say Y.
/arch/alpha/
A DKconfig439 For example, if one wanted the option of printing verbose
440 machine checks, but wanted the default to be as if verbose
444 verbose machine check printing, or "verbose_mcheck=2" to get
/arch/powerpc/platforms/ps3/
A DKconfig94 Enables more verbose log messages for LV1 hypercall results.
/arch/x86/
A DKconfig.debug7 bool "Enable verbose x86 bootup info messages"

Completed in 36 milliseconds