Home
last modified time | relevance | path

Searched defs:verbose (Results 1 – 5 of 5) sorted by relevance

/arch/alpha/boot/tools/
Dobjstrip.c56 int fd, ofd, i, j, verbose = 0, primary = 0; in main() local
/arch/x86/tools/
Dinsn_decoder_test.c29 static int verbose; variable
Dinsn_sanity.c35 static int verbose; /* Verbosity */ variable
/arch/mips/kernel/
Dgenex.S539 .macro BUILD_HANDLER exception handler clear verbose
/arch/arm/probes/kprobes/
Dtest-core.h99 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro
101 #define verbose(fmt, ...) macro