Home
last modified time | relevance | path

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

/arch/arm/boot/compressed/
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/
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/alpha/boot/tools/
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/nios2/boot/compressed/
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/
Dinsn_sanity.c35 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()
Dinsn_decoder_test.c29 static int verbose; variable
101 verbose = 1; in parse_args()
161 if (verbose) in main()
/arch/mips/kernel/
Dgenex.S538 .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/
Dtest-core.h99 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro
101 #define verbose(fmt, ...) macro
105 verbose("\n"); \
106 verbose(title"\n"); \
107 verbose("---------------------------------------------------------\n");
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()
Dtest-thumb.c328 verbose("\n"); in kprobe_thumb16_test_cases()
1195 verbose("\n"); in kprobe_thumb32_test_cases()
Dtest-arm.c1361 verbose("\n"); in kprobe_arm_test_cases()
/arch/arm/boot/dts/
Dat91-kizbox3-hs.dts168 label = "verbose bootloader";
/arch/sh/
DKconfig.debug67 Those looking for more verbose debugging output should say Y.
/arch/alpha/
DKconfig623 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/
DKconfig.debug13 bool "Enable verbose x86 bootup info messages"